-
Notifications
You must be signed in to change notification settings - Fork 11
57 lines (51 loc) · 1.57 KB
/
nightly-ubuntu-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: Shapes Demo Ubuntu CI (nightly)
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
jobs:
nightly-ubuntu-ci-master:
uses: eProsima/ShapesDemo/.github/workflows/reusable-ubuntu-ci.yml@master
with:
os-version: 'ubuntu-22.04'
label: 'nightly-ubuntu-ci-master'
shapes-demo-branch: 'master'
fastdds-branch: 'master'
run-build: true
use-ccache: false
nightly-ubuntu-ci-3_1_x:
uses: eProsima/ShapesDemo/.github/workflows/reusable-ubuntu-ci.yml@3.1.x
with:
os-version: 'ubuntu-22.04'
label: 'nightly-ubuntu-ci-3.1.x'
shapes-demo-branch: '3.1.x'
fastdds-branch: '3.1.x'
run-build: true
use-ccache: false
nightly-ubuntu-ci-3_0_x:
uses: eProsima/ShapesDemo/.github/workflows/reusable-ubuntu-ci.yml@3.0.x
with:
os-version: 'ubuntu-22.04'
label: 'nightly-ubuntu-ci-3.0.x'
shapes-demo-branch: '3.0.x'
fastdds-branch: '3.0.x'
run-build: true
use-ccache: false
nightly-ubuntu-ci-2_14_x:
uses: eProsima/ShapesDemo/.github/workflows/reusable-ubuntu-ci.yml@2.14.x
with:
os-version: 'ubuntu-22.04'
label: 'nightly-ubuntu-ci-2.14.x'
shapes-demo-branch: '2.14.x'
fastdds-branch: '2.14.x'
run-build: true
use-ccache: false
nightly-ubuntu-ci-2_10_x:
uses: eProsima/ShapesDemo/.github/workflows/reusable-ubuntu-ci.yml@2.10.x
with:
os-version: 'ubuntu-22.04'
label: 'nightly-ubuntu-ci-2.10.x'
shapes-demo-branch: '2.10.x'
fastdds-branch: '2.10.x'
run-build: true
use-ccache: false