Skip to content

Commit d905821

Browse files
committed
Add workflows for kilted
1 parent 3137398 commit d905821

File tree

4 files changed

+78
-0
lines changed

4 files changed

+78
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Kilted Binary Main
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- ros2
7+
push:
8+
branches:
9+
- ros2
10+
schedule:
11+
- cron: '13 4 * * *'
12+
13+
jobs:
14+
kilted_binary_main:
15+
uses: ./.github/workflows/reusable_ici.yml
16+
with:
17+
ros_distro: kilted
18+
ros_repo: main
19+
ref_for_scheduled_build: ros2
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Kilted Binary Testing
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- ros2
7+
push:
8+
branches:
9+
- ros2
10+
schedule:
11+
- cron: '13 4 * * *'
12+
13+
jobs:
14+
kilted_binary_testing:
15+
uses: ./.github/workflows/reusable_ici.yml
16+
with:
17+
ros_distro: kilted
18+
ros_repo: testing
19+
ref_for_scheduled_build: ros2
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Kilted Semi Binary Main
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- ros2
7+
push:
8+
branches:
9+
- ros2
10+
schedule:
11+
- cron: '13 4 * * *'
12+
13+
jobs:
14+
kilted_semi_binary_main:
15+
uses: ./.github/workflows/reusable_ici.yml
16+
with:
17+
ros_distro: kilted
18+
ros_repo: main
19+
ref_for_scheduled_build: ros2
20+
upstream_workspace: ur_simulation_gz.kilted.repos
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Kilted Semi Binary Testing
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- ros2
7+
push:
8+
branches:
9+
- ros2
10+
schedule:
11+
- cron: '13 4 * * *'
12+
13+
jobs:
14+
kilted_semi_binary_testing:
15+
uses: ./.github/workflows/reusable_ici.yml
16+
with:
17+
ros_distro: kilted
18+
ros_repo: testing
19+
ref_for_scheduled_build: ros2
20+
upstream_workspace: ur_simulation_gz.kilted.repos

0 commit comments

Comments
 (0)