From b365b1d09d1724603cb3cd35b2ff4c936a9cbb31 Mon Sep 17 00:00:00 2001 From: David Leins Date: Thu, 5 Dec 2024 16:17:45 +0100 Subject: [PATCH] gh: debug egl runner --- .github/workflows/ci.yaml | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59658771..5ed168ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,16 +23,31 @@ jobs: distro: [noetic, one] render_backend: [GLFW, OSMESA, EGL, DISABLE] mujoco: [3.2.0] - include: + # include: + # - distro: noetic + # mujoco: 3.2.0 + # env: + # CATKIN_LINT: true + # CCOV: true + # - distro: one + # mujoco: 3.2.0 + # env: + # CLANG_TIDY: pedantic + exclude: - distro: noetic - mujoco: 3.2.0 - env: - CATKIN_LINT: true - CCOV: true + render_backend: GLFW + - distro: noetic + render_backend: OSMESA + - distro: noetic + render_backend: EGL + - distro: noetic + render_backend: DISABLE + - distro: one + render_backend: GLFW + - distro: one + render_backend: OSMESA - distro: one - mujoco: 3.2.0 - env: - CLANG_TIDY: pedantic + render_backend: DISABLE env: BUILDER: colcon