From a3ce6a06a3350c21968feda306ad7e46281a0cb3 Mon Sep 17 00:00:00 2001 From: David Leins Date: Mon, 16 Dec 2024 10:54:03 +0100 Subject: [PATCH] gha: tmp enable only relevant ci job --- .github/workflows/ci.yaml | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54b45ede..3af59b76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,19 +23,31 @@ jobs: distro: [noetic, one] render_backend: [GLFW, OSMESA, EGL, DISABLE] mujoco: [3.2.0] - include: - - distro: noetic - mujoco: 3.2.0 - env: - CATKIN_LINT: true - CCOV: true - - distro: one - mujoco: 3.2.0 - env: - CLANG_TIDY: pedantic +# include: +# - distro: noetic +# mujoco: 3.2.0 +# env: +# CATKIN_LINT: true +# CCOV: true +# - distro: one +# mujoco: 3.2.0 +# env: +# CLANG_TIDY: pedantic exclude: # Disable EGL on noetic until we have a proper solution for accessing the GPU - distro: noetic + render_backend: GLFW + - distro: noetic + render_backend: OSMESA + - distro: noetic + render_backend: DISABLE + - distro: one + render_backend: GLFW + - distro: one + render_backend: OSMESA + - distro: one + render_backend: DISABLE + - distro: one render_backend: EGL env: