File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 6
6
paths :
7
7
- ' .ci/**'
8
8
- ' .github/workflows/ros_ci.yaml'
9
+ - ' ros/foxy/**'
9
10
- ' ros/eloquent/**'
10
11
- ' ros/dashing/**'
12
+ - ' ros/noetic/**'
11
13
- ' ros/melodic/**'
12
14
- ' ros/kinetic/**'
13
15
push :
14
16
paths :
15
17
- ' .ci/**'
16
18
- ' .github/workflows/ros_ci.yaml'
19
+ - ' ros/foxy/**'
17
20
- ' ros/eloquent/**'
18
21
- ' ros/dashing/**'
22
+ - ' ros/noetic/**'
19
23
- ' ros/melodic/**'
20
24
- ' ros/kinetic/**'
21
25
schedule :
27
31
fail-fast : false
28
32
matrix :
29
33
env :
34
+ - {HUB_REPO: ros, HUB_RELEASE: foxy, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: focal}
30
35
- {HUB_REPO: ros, HUB_RELEASE: eloquent, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: bionic}
31
36
- {HUB_REPO: ros, HUB_RELEASE: dashing, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: bionic}
37
+ - {HUB_REPO: ros, HUB_RELEASE: noetic, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: focal}
38
+ - {HUB_REPO: ros, HUB_RELEASE: noetic, HUB_OS_NAME: debian, HUB_OS_CODE_NAME: buster}
32
39
- {HUB_REPO: ros, HUB_RELEASE: melodic, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: bionic}
33
40
- {HUB_REPO: ros, HUB_RELEASE: melodic, HUB_OS_NAME: debian, HUB_OS_CODE_NAME: stretch}
34
41
- {HUB_REPO: ros, HUB_RELEASE: kinetic, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: xenial}
You can’t perform that action at this time.
0 commit comments