File tree Expand file tree Collapse file tree 13 files changed +12
-47
lines changed
Expand file tree Collapse file tree 13 files changed +12
-47
lines changed Original file line number Diff line number Diff line change 3030 type : string
3131 required : false
3232
33- permissions : read-all
34-
3533jobs :
3634 build-sign-upload :
3735 permissions :
Original file line number Diff line number Diff line change 1212 required : true
1313 type : string
1414
15- permissions : read-all
16-
1715jobs :
1816 check :
1917 name : lint on ${{ inputs.os }}
Original file line number Diff line number Diff line change 99 type : string
1010 default : img
1111
12- permissions : read-all
13-
1412jobs :
1513 test-image :
1614 name : build test ${{ inputs.image }}
Original file line number Diff line number Diff line change 1212 required : true
1313 type : string
1414
15- permissions : read-all
16-
1715jobs :
1816 e2e-k3s :
1917 name : e2e k3s test on ${{ inputs.os }}
Original file line number Diff line number Diff line change 1818 type : string
1919 required : true
2020
21- permissions : read-all
22-
2321jobs :
2422 e2e-kind :
2523 name : e2e kind test on ${{ inputs.os }} with ${{ inputs.image }}
Original file line number Diff line number Diff line change 1212 required : true
1313 type : string
1414
15- permissions : read-all
16-
1715jobs :
1816 smoke-test :
1917 name : smoke test on ${{ inputs.os }}
Original file line number Diff line number Diff line change 1313 - ' NOTICE'
1414 - ' art/**'
1515
16- permissions : read-all
16+ permissions :
17+ # deployments permission to deploy GitHub pages website
18+ deployments : write
19+ # contents permission to update benchmark contents in gh-pages branch
20+ contents : write
1721
1822jobs :
1923 benchmark :
2024 runs-on : ubuntu-latest
21- permissions :
22- # deployments permission to deploy GitHub pages website
23- deployments : write
24- # contents permission to update benchmark contents in gh-pages branch
25- contents : write
25+
2626 steps :
2727 - uses : actions/checkout@v4
2828 - uses : actions-rust-lang/setup-rust-toolchain@v1
5656
5757 benchmark-mem :
5858 runs-on : ubuntu-latest
59- permissions :
60- # deployments permission to deploy GitHub pages website
61- deployments : write
62- # contents permission to update benchmark contents in gh-pages branch
63- contents : write
59+
6460 steps :
6561 - uses : actions/checkout@v4
6662 - uses : actions-rust-lang/setup-rust-toolchain@v1
9793
9894 benchmark-http :
9995 runs-on : ubuntu-latest
100- permissions :
101- # deployments permission to deploy GitHub pages website
102- deployments : write
103- # contents permission to update benchmark contents in gh-pages branch
104- contents : write
96+
10597 steps :
10698 - uses : actions/checkout@v4
10799 - uses : actions-rust-lang/setup-rust-toolchain@v1
@@ -134,11 +126,7 @@ jobs:
134126
135127 benchmark-stress :
136128 runs-on : ubuntu-latest
137- permissions :
138- # deployments permission to deploy GitHub pages website
139- deployments : write
140- # contents permission to update benchmark contents in gh-pages branch
141- contents : write
129+
142130 steps :
143131 - uses : actions/checkout@v4
144132 - uses : actions-rust-lang/setup-rust-toolchain@v1
Original file line number Diff line number Diff line change 1818env :
1919 CARGO_TERM_COLOR : always
2020
21- permissions : read-all
22-
2321jobs :
2422 dependency-review :
2523 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 branches : [main]
88 workflow_dispatch :
99
10- permissions : read-all
11-
1210jobs :
1311 changes :
1412 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 1919 CARGO_TERM_COLOR : always
2020 IMAGES : " wasi-demo-app wasi-demo-oci wasi-demo-oci-artifact wasi-demo-http"
2121
22- permissions : read-all
23-
2422jobs :
2523 release-wasi-demo :
2624 permissions :
You can’t perform that action at this time.
0 commit comments