File tree Expand file tree Collapse file tree 7 files changed +126
-83
lines changed
src/frontend/test_runner/tests/testdata Expand file tree Collapse file tree 7 files changed +126
-83
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ name: CI (main-cronjob)
55on :
66 # Triggers the workflow everyday 00:00
77 schedule :
8- - cron : ' 0 0 * * *'
8+ - cron : " 0 0 * * *"
99
1010 # Allows you to run this workflow manually from the Actions tab
1111 workflow_dispatch :
1212
13+ permissions : write-all
14+
1315jobs :
1416 start-runner-c :
1517 name : ec2-start-c
5759 label : ${{ needs.start-runner-c.outputs.label }}
5860 ec2-instance-id : ${{ needs.start-runner-c.outputs.ec2-instance-id }}
5961 if : ${{ always() }}
60-
Original file line number Diff line number Diff line change 1212 # Allows you to run this workflow manually from the Actions tab
1313 workflow_dispatch :
1414
15+ permissions :
16+ id-token : write
17+ contents : write
18+
1519jobs :
1620 start-runner-c :
1721 name : ec2-start-c
Original file line number Diff line number Diff line change 1212concurrency :
1313 group : environment-${{ github.ref }}
1414 cancel-in-progress : true
15+
16+ permissions :
17+ id-token : write
18+ contents : read # This is required for actions/checkout
Original file line number Diff line number Diff line change 1616 AWS_ROLE_TO_ASSUME : arn:aws:iam::639303875316:role/Create-IAM-Role-for-Configure-AWS-Credentials-Role-1NF1LWROB80QG
1717
1818permissions :
19- id-token : write
20- contents : read # This is required for actions/checkout
2119
2220jobs :
2321 # Start 2 runners (a/b) to run build and test in parallel. Note that we also have runner C in main for release build.
Original file line number Diff line number Diff line change 88name : CI (main-cronjob)
99on :
1010 schedule :
11- - cron : ' 0 0 * * *'
11+ - cron : " 0 0 * * *"
1212 workflow_dispatch :
1313env :
1414 RUST_TOOLCHAIN : nightly-2022-04-09
2020 RUSTFLAGS : -D warnings
2121 PROTOC_NO_VENDOR : true
2222 AWS_ROLE_TO_ASSUME : arn:aws:iam::639303875316:role/Create-IAM-Role-for-Configure-AWS-Credentials-Role-1NF1LWROB80QG
23- permissions :
24- id-token : write
25- contents : read
23+ permissions : write-all
2624jobs :
2725 start-runner-a :
2826 name : ec2-start-a
Original file line number Diff line number Diff line change 2424 AWS_ROLE_TO_ASSUME : arn:aws:iam::639303875316:role/Create-IAM-Role-for-Configure-AWS-Credentials-Role-1NF1LWROB80QG
2525permissions :
2626 id-token : write
27- contents : read
27+ contents : write
2828jobs :
2929 start-runner-a :
3030 name : ec2-start-a
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments