Skip to content

Commit d41f506

Browse files
Upgrade CI (20 Nov 2025 14:36:59)
1 parent f4be78b commit d41f506

File tree

7 files changed

+17
-16
lines changed

7 files changed

+17
-16
lines changed

.github/workflows/command_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
issue_number: context.issue.number,
5656
owner: context.repo.owner,
5757
repo: context.repo.repo,
58-
body: 'Current PR can be merged automatically, but there is missing `authorized-changes` label. One can find out more info [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml/#reviewers).'
58+
body: 'Current PR can be merged automatically, but there is missing `authorized-changes` label. One can find out more info [here](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-ci-yaml/#reviewers).'
5959
})
6060
6161
- name: Message when automerge is disabled

.github/workflows/operator_ci.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ jobs:
137137
with:
138138
message: |
139139
${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, please approve as you are original reviewer(s).
140-
141-
- To add more contributors to `ci.yaml` follow instruction [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml).
142-
- To approve follow instruction [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator)
140+
141+
           - To add more contributors to `ci.yaml` follow instruction [here](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-ci-yaml).
142+
            - To approve follow instruction [here](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator)
143143
repo-token: ${{ secrets.GITHUB_TOKEN }}
144144
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
145145
allow-repeats: false
@@ -153,7 +153,7 @@ jobs:
153153
154154
${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, Please note that ci.yml was changed.
155155
156-
- To approve follow instruction [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator)
156+
            - To approve follow instruction [here](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator)
157157
repo-token: ${{ secrets.GITHUB_TOKEN }}
158158
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
159159
allow-repeats: false
@@ -202,7 +202,8 @@ jobs:
202202
message: |
203203
/hold
204204
205-
File `${{ steps.op-traffic-light.outputs.opp_production_type }}/${{ steps.op-traffic-light.outputs.opp_name }}/ci.yaml` is missing or not valid. More details in failed test `Operator CI / operator-ci` logs. Documentation how to setup valid `ci.yaml` file can be found at https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml."
205+
File `${{ steps.op-traffic-light.outputs.opp_production_type }}/${{ steps.op-traffic-light.outputs.opp_name }}/ci.yaml` is missing or not valid. More details in failed test `Operator CI / operator-ci` logs. Documentation how to setup valid `ci.yaml` file can be found at https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-ci-yaml."
206+
206207
207208
Note: Only single file modification on `ci.yaml` is allowed. Please make separate PR to apply `ci.yaml` file updates and get it merged before current PR.
208209
@@ -315,7 +316,7 @@ jobs:
315316
316317
<details>
317318
Reason: Non CSV files were changed in existing operator !!!
318-
More info about allowed changes can be found in [documetnation](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-version-update/#minor-cosmetics-changes).
319+
            More info about allowed changes can be found in [documetnation](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-version-update/#minor-cosmetics-changes).
319320
</details>
320321
repo-token: ${{ secrets.GITHUB_TOKEN }}
321322
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
@@ -346,7 +347,7 @@ jobs:
346347
347348
<details>
348349
349-
More info about allowed changes can be found in [documetnation](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/troubleshooting/#minor-changes).
350+
            More info about allowed changes can be found in [documetnation](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/troubleshooting/#minor-changes).
350351
</details>
351352
repo-token: ${{ secrets.GITHUB_TOKEN }}
352353
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens

.github/workflows/operator_convert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333

3434
jobs:
3535
convert:
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v3
3939
with:

.github/workflows/operator_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
needs: [pr-check, remove-k8s ]
192192

193193
if: needs.pr-check.outputs.opp_release_ready == '1' && (needs.pr-check.outputs.opp_op_delete == '0' || needs.pr-check.outputs.opp_is_new_operatror == '1' || needs.pr-check.outputs.opp_recreate == '1' )
194-
runs-on: ubuntu-22.04
194+
runs-on: ubuntu-latest
195195
steps:
196196
- name: List of missing operators
197197
id: operators
@@ -357,7 +357,7 @@ jobs:
357357
needs: [ pr-check, operators-k8s, bundles-k8s, release-k8s]
358358
if: needs.pr-check.outputs.opp_release_ready == '1' && needs.operators-k8s.outputs.opp_uncomplete_operators != ''
359359

360-
runs-on: ubuntu-22.04
360+
runs-on: ubuntu-latest
361361
strategy:
362362
matrix:
363363
index-tag: ['latest']

.github/workflows/operator_release_manual.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
needs: [pr-check, remove-k8s ]
195195

196196
if: needs.pr-check.outputs.opp_release_ready == '1' && (needs.pr-check.outputs.opp_op_delete == '0' || needs.pr-check.outputs.opp_is_new_operatror == '1' || needs.pr-check.outputs.opp_recreate == '1' )
197-
runs-on: ubuntu-22.04
197+
runs-on: ubuntu-latest
198198
steps:
199199
- name: List of missing operators
200200
id: operators
@@ -366,7 +366,7 @@ jobs:
366366
needs: [ pr-check, operators-k8s, bundles-k8s, release-k8s]
367367
if: needs.pr-check.outputs.opp_release_ready == '1' && needs.operators-k8s.outputs.opp_uncomplete_operators != ''
368368

369-
runs-on: ubuntu-22.04
369+
runs-on: ubuntu-latest
370370
strategy:
371371
matrix:
372372

.github/workflows/operator_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pr-check:
5050
if: (!contains(github.event.pull_request.labels.*.name, 'do-not-merge/hold'))
5151
name: "PR-traffic-light"
52-
runs-on: ubuntu-22.04
52+
runs-on: ubuntu-latest
5353
steps:
5454
- name: Set up Python
5555
uses: actions/setup-python@v4
@@ -159,7 +159,7 @@ jobs:
159159
160160
Affected versions : `${{ steps.op-info-result.outputs.opp_check_err_k8s_bundles_value }}`
161161
162-
More info in 'Kubernetes max version in CSV' section [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml/#kubernetes-max-version-in-csv).
162+
More info in 'Kubernetes max version in CSV' section [here](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-ci-yaml/#kubernetes-max-version-in-csv).
163163
repo-token: ${{ secrets.GITHUB_TOKEN }}
164164
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
165165
allow-repeats: true

.github/workflows/operator_verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ env:
4747
jobs:
4848
index-verify:
4949
name: "Index Verify"
50-
runs-on: ubuntu-22.04
50+
runs-on: ubuntu-latest
5151
steps:
5252
- name: Set up Python
5353
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)