Skip to content

Commit

Permalink
gha: tmp enable only relevant ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Dec 16, 2024
1 parent c2e770a commit a3ce6a0
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3ce6a0

Please sign in to comment.