Skip to content

Commit fa3010c

Browse files
author
Felix Exner
authored
Updated workflows for galactic branch (#358)
- Remove rolling jobs - Remove common jobs - Remove galactic-source build (Scheduled runs have to be made from the default branch, anyway)
1 parent cb4fb19 commit fa3010c

11 files changed

+12
-231
lines changed

.github/workflows/ci-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
push:
1010
branches:
11-
- main
11+
- galactic
1212

1313
jobs:
1414
pre-commit:

.github/workflows/ci-ros-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: ros-tooling/[email protected]
1616
- uses: ros-tooling/[email protected]
1717
with:
18-
distribution: rolling
18+
distribution: galactic
1919
linter: ${{ matrix.linter }}
2020
package-name:
2121
ur_bringup
@@ -34,7 +34,7 @@ jobs:
3434
- uses: ros-tooling/[email protected]
3535
- uses: ros-tooling/[email protected]
3636
with:
37-
distribution: rolling
37+
distribution: rolling # the galactic version does not support excludes
3838
linter: copyright
3939
arguments: '--exclude ur_robot_driver/doc/conf.py'
4040
package-name:
@@ -56,7 +56,7 @@ jobs:
5656
- uses: ros-tooling/[email protected]
5757
- uses: ros-tooling/[email protected]
5858
with:
59-
distribution: rolling
59+
distribution: galactic
6060
linter: cpplint
6161
arguments: "--linelength=120"
6262
package-name:

.github/workflows/coverage-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Coverage Build
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- galactic
66

77
jobs:
88
coverage:
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
env:
14-
ROS_DISTRO: rolling
14+
ROS_DISTRO: galactic
1515
steps:
1616
- uses: ros-tooling/[email protected]
1717
with:
18-
required-ros-distributions: rolling
18+
required-ros-distributions: galactic
1919
- uses: actions/checkout@v2
2020
- uses: ros-tooling/[email protected]
2121
with:

.github/workflows/galactic-binary-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: Galactic Binary Build
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- galactic
66
push:
77
branches:
8-
- main
9-
schedule:
10-
# Run every morning to detect flakiness and broken dependencies
11-
- cron: '03 4 * * *'
8+
- galactic
129

1310
jobs:
1411
galactic_binary:

.github/workflows/galactic-semi-binary-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: Galactic Semi-Binary Build
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- galactic
66
push:
77
branches:
8-
- main
9-
schedule:
10-
# Run every morning to detect flakiness and broken dependencies
11-
- cron: '23 5 * * *'
8+
- galactic
129

1310
jobs:
1411
galactic_semi_binary:

.github/workflows/galactic-source-build.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/issue-states.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/rolling-binary-build.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/rolling-semi-binary-build.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/rolling-source-build.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)