File tree 6 files changed +25
-0
lines changed
6 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 18
18
skip-windows-smoke-tests :
19
19
type : boolean
20
20
required : false
21
+ secrets :
22
+ FLAKY_TEST_REPORTER_ACCESS_KEY :
23
+ required : false
21
24
22
25
permissions :
23
26
contents : read
Original file line number Diff line number Diff line change @@ -14,16 +14,22 @@ jobs:
14
14
uses : ./.github/workflows/build-common.yml
15
15
with :
16
16
no-build-cache : true
17
+ secrets :
18
+ FLAKY_TEST_REPORTER_ACCESS_KEY : ${{ secrets.FLAKY_TEST_REPORTER_ACCESS_KEY }}
17
19
18
20
test-latest-deps :
19
21
uses : ./.github/workflows/reusable-test-latest-deps.yml
20
22
with :
21
23
no-build-cache : true
24
+ secrets :
25
+ FLAKY_TEST_REPORTER_ACCESS_KEY : ${{ secrets.FLAKY_TEST_REPORTER_ACCESS_KEY }}
22
26
23
27
test-indy :
24
28
uses : ./.github/workflows/reusable-test-indy.yml
25
29
with :
26
30
no-build-cache : true
31
+ secrets :
32
+ FLAKY_TEST_REPORTER_ACCESS_KEY : ${{ secrets.FLAKY_TEST_REPORTER_ACCESS_KEY }}
27
33
28
34
# muzzle is not included here because it doesn't use gradle cache anyway and so is already covered
29
35
# by the normal daily build
Original file line number Diff line number Diff line change @@ -12,12 +12,18 @@ permissions:
12
12
jobs :
13
13
common :
14
14
uses : ./.github/workflows/build-common.yml
15
+ secrets :
16
+ FLAKY_TEST_REPORTER_ACCESS_KEY : ${{ secrets.FLAKY_TEST_REPORTER_ACCESS_KEY }}
15
17
16
18
test-latest-deps :
17
19
uses : ./.github/workflows/reusable-test-latest-deps.yml
20
+ secrets :
21
+ FLAKY_TEST_REPORTER_ACCESS_KEY : ${{ secrets.FLAKY_TEST_REPORTER_ACCESS_KEY }}
18
22
19
23
test-indy :
20
24
uses : ./.github/workflows/reusable-test-indy.yml
25
+ secrets :
26
+ FLAKY_TEST_REPORTER_ACCESS_KEY : ${{ secrets.FLAKY_TEST_REPORTER_ACCESS_KEY }}
21
27
22
28
muzzle :
23
29
uses : ./.github/workflows/reusable-muzzle.yml
Original file line number Diff line number Diff line change @@ -21,13 +21,17 @@ jobs:
21
21
22
22
common :
23
23
uses : ./.github/workflows/build-common.yml
24
+ secrets :
25
+ FLAKY_TEST_REPORTER_ACCESS_KEY : ${{ secrets.FLAKY_TEST_REPORTER_ACCESS_KEY }}
24
26
25
27
test-latest-deps :
26
28
# release branches are excluded
27
29
# because any time a new library version is released to maven central it can fail
28
30
# which requires unnecessary release branch maintenance, especially for patches
29
31
if : " !startsWith(github.ref_name, 'release/')"
30
32
uses : ./.github/workflows/reusable-test-latest-deps.yml
33
+ secrets :
34
+ FLAKY_TEST_REPORTER_ACCESS_KEY : ${{ secrets.FLAKY_TEST_REPORTER_ACCESS_KEY }}
31
35
32
36
muzzle :
33
37
# release branches are excluded
Original file line number Diff line number Diff line change 12
12
max-test-retries :
13
13
type : string
14
14
required : false
15
+ secrets :
16
+ FLAKY_TEST_REPORTER_ACCESS_KEY :
17
+ required : false
15
18
16
19
permissions :
17
20
contents : read
Original file line number Diff line number Diff line change 12
12
max-test-retries :
13
13
type : string
14
14
required : false
15
+ secrets :
16
+ FLAKY_TEST_REPORTER_ACCESS_KEY :
17
+ required : false
15
18
16
19
permissions :
17
20
contents : read
You can’t perform that action at this time.
0 commit comments