File tree 12 files changed +0
-77
lines changed
12 files changed +0
-77
lines changed Original file line number Diff line number Diff line change 28
28
required : false
29
29
type : boolean
30
30
default : false
31
- add-label :
32
- description : ' Add a label to the PR'
33
- required : false
34
- type : boolean
35
- default : false
36
31
37
32
pull_request :
38
33
types :
60
55
ctest-args : ${{ inputs.ctest-args }}
61
56
fastdds-branch : ${{ inputs.fastdds_branch || github.ref || 'master' }}
62
57
use-ccache : ${{ ((inputs.use-ccache == true) && true) || false }}
63
- add-label : ${{ (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.repository) && true || false }}
Original file line number Diff line number Diff line change 20
20
ctest-args : " -LE xfail"
21
21
fastdds-branch : ' master'
22
22
use-ccache : false
23
- add-label : false
24
23
25
24
nightly-mac-ci-2_14_x :
26
25
strategy :
36
35
ctest-args : " -LE xfail"
37
36
fastdds-branch : ' 2.14.x'
38
37
use-ccache : false
39
- add-label : false
40
38
41
39
nightly-mac-ci-2_10_x :
42
40
strategy :
52
50
ctest-args : " -LE xfail"
53
51
fastdds-branch : ' 2.10.x'
54
52
use-ccache : false
55
- add-label : false
56
53
Original file line number Diff line number Diff line change 19
19
ctest_args : ' '
20
20
fastdds_ref : ' master'
21
21
discovery_server_ref : ' master'
22
- add-label : false
23
22
24
23
nightly-sanitizers-ci-2_14_x :
25
24
uses :
eProsima/Fast-DDS/.github/workflows/[email protected]
34
33
ctest_args : ' '
35
34
fastdds_ref : ' 2.14.x'
36
35
discovery_server_ref : ' v1.2.2'
37
- add-label : false
38
36
39
37
nightly-sanitizers-ci-2_10_x :
40
38
uses :
eProsima/Fast-DDS/.github/workflows/[email protected]
49
47
ctest_args : ' '
50
48
fastdds_ref : ' 2.10.x'
51
49
discovery_server_ref : ' v1.2.1'
52
- add-label : false
Original file line number Diff line number Diff line change 19
19
cmake-args : " -DSECURITY=${{ matrix.security }}"
20
20
ctest-args : " -LE xfail"
21
21
fastdds_branch : ' master'
22
- add-label : false
23
22
24
23
nightly-windows-ci-2_14_x :
25
24
strategy :
34
33
cmake-args : " -DSECURITY=${{ matrix.security }}"
35
34
ctest-args : " -LE xfail"
36
35
fastdds_branch : ' 2.14.x'
37
- add-label : false
38
36
39
37
nightly-windows-ci-2_10_x :
40
38
strategy :
49
47
cmake-args : " -DSECURITY=${{ matrix.security }}"
50
48
ctest-args : " -LE xfail"
51
49
fastdds_branch : ' 2.10.x'
52
- add-label : false
53
50
Original file line number Diff line number Diff line change 28
28
required : false
29
29
type : boolean
30
30
default : false
31
- add-label :
32
- description : ' Add the CI-PENDING label to the PR'
33
- required : false
34
- type : boolean
35
- default : true
36
31
37
32
defaults :
38
33
run :
53
48
cmake-build-type :
54
49
- ' RelWithDebInfo'
55
50
steps :
56
- - name : Add ci-pending label if PR
57
- if : ${{ github.event_name == 'pull_request' && inputs.add-label == true }}
58
- uses : eProsima/eProsima-CI/external/add_labels@v0
59
- with :
60
- labels : ci-pending
61
- number : ${{ github.event.number }}
62
- repo : eProsima/Fast-DDS
63
-
64
51
- name : Sync eProsima/Fast-DDS repository
65
52
uses : eProsima/eProsima-CI/external/checkout@v0
66
53
with :
Original file line number Diff line number Diff line change 45
45
Required only if the Discovery Server job is requested
46
46
required : false
47
47
type : string
48
- add-label :
49
- description : ' Add the CI-PENDING label to the PR'
50
- required : false
51
- type : boolean
52
- default : true
53
48
54
49
defaults :
55
50
run :
60
55
if : ${{ inputs.run_asan_fastdds == true }}
61
56
runs-on : ubuntu-22.04
62
57
steps :
63
- - name : Add ci-pending label if PR
64
- if : ${{ github.event_name == 'pull_request' && inputs.add-label == true }}
65
- uses : eProsima/eProsima-CI/external/add_labels@v0
66
- with :
67
- labels : ci-pending
68
- number : ${{ github.event.number }}
69
- repo : eProsima/Fast-DDS
70
-
71
58
- name : Sync eProsima/Fast-DDS repository
72
59
uses : eProsima/eProsima-CI/external/checkout@v0
73
60
with :
@@ -347,14 +334,6 @@ jobs:
347
334
CC : gcc-12
348
335
CXX : g++-12
349
336
steps :
350
- - name : Add ci-pending label if PR
351
- if : ${{ github.event_name == 'pull_request' && inputs.add-label == true }}
352
- uses : eProsima/eProsima-CI/external/add_labels@v0
353
- with :
354
- labels : ci-pending
355
- number : ${{ github.event.number }}
356
- repo : eProsima/Fast-DDS
357
-
358
337
- name : Sync eProsima/Fast-DDS repository
359
338
uses : eProsima/eProsima-CI/external/checkout@v0
360
339
with :
Original file line number Diff line number Diff line change 23
23
description : ' Branch or tag of Fast DDS repository (https://github.com/eProsima/Fast-DDS)'
24
24
required : true
25
25
type : string
26
- add-label :
27
- description : ' Add the CI-PENDING label to the PR'
28
- required : false
29
- type : boolean
30
- default : true
31
26
32
27
defaults :
33
28
run :
44
39
vs-toolset :
45
40
- ' v142'
46
41
steps :
47
- - name : Add ci-pending label if PR
48
- if : ${{ github.event_name == 'pull_request' && inputs.add-label == true }}
49
- uses : eProsima/eProsima-CI/external/add_labels@v0
50
- with :
51
- labels : ci-pending
52
- number : ${{ github.event.number }}
53
- repo : eProsima/Fast-DDS
54
-
55
42
- name : Sync eProsima/Fast-DDS repository
56
43
uses : eProsima/eProsima-CI/external/checkout@v0
57
44
with :
Original file line number Diff line number Diff line change 43
43
Branch or tag of Discovery Server repository (https://github.com/eProsima/Discovery-Server)
44
44
Required only if the Discovery Server job is requested
45
45
required : false
46
- add-label :
47
- description : ' Add a label to the PR'
48
- required : false
49
- type : boolean
50
- default : false
51
46
52
47
pull_request :
53
48
types :
80
75
ctest_args : ${{ inputs.ctest_args || '' }}
81
76
fastdds_ref : ${{ inputs.fastdds_ref || github.ref || 'master' }}
82
77
discovery_server_ref : ${{ inputs.discovery_server_ref || 'master' }}
83
- add-label : ${{ (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.repository) && true || false }}
Original file line number Diff line number Diff line change 21
21
ctest-args : " -LE xfail"
22
22
fastdds-branch : ' 2.6.x'
23
23
use-ccache : false
24
- add-label : false
Original file line number Diff line number Diff line change 19
19
ctest_args : ' '
20
20
fastdds_ref : ' 2.6.x'
21
21
discovery_server_ref : ' v1.2.1'
22
- add-label : false
Original file line number Diff line number Diff line change 20
20
cmake-args : " -DSECURITY=${{ matrix.security }}"
21
21
ctest-args : " -LE xfail"
22
22
fastdds_branch : ' 2.6.x'
23
- add-label : false
Original file line number Diff line number Diff line change 23
23
description : ' Branch or tag of Fast DDS repository (https://github.com/eProsima/Fast-DDS)'
24
24
type : string
25
25
required : true
26
- add-label :
27
- description : ' Add a label to the PR'
28
- required : false
29
- type : boolean
30
- default : false
31
26
32
27
pull_request :
33
28
types :
54
49
cmake-args : ' -DSECURITY=ON ${{ inputs.cmake-args }}'
55
50
ctest-args : ${{ inputs.ctest-args }}
56
51
fastdds_branch : ${{ inputs.fastdds_branch || github.ref || 'master' }}
57
- add-label : ${{ (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.repository) && true || false }}
You can’t perform that action at this time.
0 commit comments