Skip to content

Commit c0bc66c

Browse files
Upgrade CI (23 Oct 2025 09:14:24)
1 parent 441b2ae commit c0bc66c

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
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://' + process.env.OPP_THIS_REPO_ORG + '.github.io/' + process.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
message: |
139139
${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, please approve as you are original reviewer(s).
140140
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)
141+
- To add more contributors to `ci.yaml` follow instruction [here](https://' + process.env.OPP_THIS_REPO_ORG + '.github.io/' + process.env.OPP_THIS_REPO_NAME + '/operator-ci-yaml).
142+
- To approve follow instruction [here](https://' + process.env.OPP_THIS_REPO_ORG + '.github.io/' + process.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://' + process.env.OPP_THIS_REPO_ORG + '.github.io/' + process.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,7 @@ 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://' + process.env.OPP_THIS_REPO_ORG + '.github.io/' + process.env.OPP_THIS_REPO_NAME + '/operator-ci-yaml."
206206
207207
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.
208208
@@ -315,7 +315,7 @@ jobs:
315315
316316
<details>
317317
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).
318+
More info about allowed changes can be found in [documetnation](https://' + process.env.OPP_THIS_REPO_ORG + '.github.io/' + process.env.OPP_THIS_REPO_NAME + '/operator-version-update/#minor-cosmetics-changes).
319319
</details>
320320
repo-token: ${{ secrets.GITHUB_TOKEN }}
321321
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
@@ -346,7 +346,7 @@ jobs:
346346
347347
<details>
348348
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).
349+
More info about allowed changes can be found in [documetnation](https://' + process.env.OPP_THIS_REPO_ORG + '.github.io/' + process.env.OPP_THIS_REPO_NAME + '/troubleshooting/#minor-changes).
350350
</details>
351351
repo-token: ${{ secrets.GITHUB_TOKEN }}
352352
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://' + process.env.OPP_THIS_REPO_ORG + '.github.io/' + process.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)