File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2525
2626jobs :
2727 lint-test :
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-22.04
2929 outputs :
3030 changed : ${{ steps.list-changed.outputs.changed }}
3131 chart_name : ${{ steps.list-changed.outputs.chart_name }}
9898 if : failure()
9999
100100 install-on-v1-26 :
101- runs-on : ubuntu-latest
101+ runs-on : ubuntu-22.04
102102 needs : lint-test
103103 steps :
104104 - name : Checkout
@@ -148,7 +148,7 @@ jobs:
148148 if : failure()
149149
150150 install-on-v1-27 :
151- runs-on : ubuntu-latest
151+ runs-on : ubuntu-22.04
152152 needs : lint-test
153153 steps :
154154 - name : Checkout
@@ -198,7 +198,7 @@ jobs:
198198 if : failure()
199199
200200 install-on-v1-28 :
201- runs-on : ubuntu-latest
201+ runs-on : ubuntu-22.04
202202 needs : lint-test
203203 steps :
204204 - name : Checkout
@@ -248,7 +248,7 @@ jobs:
248248 if : failure()
249249
250250 install-on-v1-29 :
251- runs-on : ubuntu-latest
251+ runs-on : ubuntu-22.04
252252 needs : lint-test
253253 steps :
254254 - name : Checkout
Original file line number Diff line number Diff line change 2323jobs :
2424 license-check :
2525 name : check license header
26- runs-on : ubuntu-latest
26+ runs-on : ubuntu-22.04
2727 steps :
2828 - uses : actions/checkout@v3
2929
Original file line number Diff line number Diff line change 3434 if : ${{ github.repository == 'streamnative/pulsar-resources-operator' }}
3535 permissions :
3636 pull-requests : write
37- runs-on : ubuntu-latest
37+ runs-on : ubuntu-22.04
3838 steps :
3939 - uses : streamnative/github-workflow-libraries/doc-label-check@master
4040 with :
Original file line number Diff line number Diff line change 2727 strategy :
2828 matrix :
2929 alwaysUpdatePulsar : [ "true", "false" ]
30- runs-on : ubuntu-latest
30+ runs-on : ubuntu-22.04
3131 env :
3232 ALWAYS_UPDATE_PULSAR_RESOURCE : ${{ matrix.alwaysUpdatePulsar }}
3333 GOPRIVATE : github.com/streamnative
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828jobs :
2929 golangci :
3030 name : lint
31- runs-on : ubuntu-latest
31+ runs-on : ubuntu-22.04
3232 env :
3333 ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
3434 GOPRIVATE : github.com/streamnative
Original file line number Diff line number Diff line change 3131jobs :
3232 operatorhub-prod :
3333 name : Create PR to the redhat
34- runs-on : ubuntu-latest
34+ runs-on : ubuntu-22.04
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.SNBOT_GITHUB_TOKEN }}
3737 GOPRIVATE : github.com/streamnative
Original file line number Diff line number Diff line change 3131jobs :
3232 operatorhub :
3333 name : Create PR to the operatorhub
34- runs-on : ubuntu-latest
34+ runs-on : ubuntu-22.04
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.SNBOT_GITHUB_TOKEN }}
3737 GOPRIVATE : github.com/streamnative
Original file line number Diff line number Diff line change 2222jobs :
2323 build :
2424 name : Build image and bundle
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-22.04
2626 env :
2727 GOPRIVATE : github.com/streamnative
2828 ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
@@ -112,7 +112,7 @@ jobs:
112112 operatorhub :
113113 name : Create PR to the operatorhub
114114 needs : build
115- runs-on : ubuntu-latest
115+ runs-on : ubuntu-22.04
116116 steps :
117117 - name : Sync up the upstream
118118 env :
Original file line number Diff line number Diff line change 2626
2727 build :
2828 name : Build
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-22.04
3030 env :
3131 ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
3232 GOPRIVATE : github.com/streamnative
You can’t perform that action at this time.
0 commit comments