Skip to content

Commit f48289a

Browse files
committed
TMP: limit CI
1 parent 8f00b77 commit f48289a

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,12 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
DEB_DISTRO: [ bookworm, jammy, noble ]
60+
DEB_DISTRO: [ jammy ]
6161
ARCH: [ x64 ]
6262
BUILD_TIMEOUT: [ 0 ]
6363
include:
6464
# defaults (can be overriden with values from include w/o adding jobs)
65-
- { ROS_SOURCES: good, DEBS: false, VERBOSE: false }
66-
# override/add settings for specific distros
67-
- { DEB_DISTRO: bookworm, DEBS: true, VERBOSE: bloom }
68-
- { DEB_DISTRO: noble, VERBOSE: true }
69-
- { DEB_DISTRO: jammy, ARCH: arm64, BUILD_TIMEOUT: 4, ROS_SOURCES: good, DEBS: true, EXPECT_EXIT_CODE: 130 }
70-
# add failing jobs
71-
- { DEB_DISTRO: focal, ARCH: x64, ROS_SOURCES: broken, EXPECT_EXIT_CODE: 2, CONTINUE_ON_ERROR: false, DEBS: true }
72-
- { DEB_DISTRO: focal, ARCH: x64, ROS_SOURCES: broken, EXPECT_EXIT_CODE: 1, CONTINUE_ON_ERROR: true, COLCON_PKG_SELECTION: '--packages-up-to rostime' }
65+
- { ROS_SOURCES: good, DEBS: true, VERBOSE: false }
7366

7467
uses: ./.github/workflows/build.yaml
7568
with:

.github/workflows/packages.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: packages
22

33
on:
4-
pull_request:
5-
paths:
6-
- '*.repos'
4+
workflow_dispatch:
75

86
concurrency:
97
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)