Skip to content

Commit 38c0611

Browse files
Upgrade CI (03 Apr 2024 09:39:42)
1 parent c5f32c5 commit 38c0611

20 files changed

+163
-406
lines changed

.github/workflows/command_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
on: issue_comment
33
name: Issue Comments - merge
44
env:
5-
OPP_PRODUCTION_TYPE: "ocp"
5+
OPP_PRODUCTION_TYPE: "k8s"
66
OPP_THIS_REPO_NAME: "community-operators-pipeline"
77
OPP_THIS_REPO_ORG: "redhat-openshift-ecosystem"
88

.github/workflows/command_retest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
on: issue_comment
33
name: Issue Comments - retest
44
env:
5-
OPP_PRODUCTION_TYPE: "ocp"
5+
OPP_PRODUCTION_TYPE: "k8s"
66

77
jobs:
88
handle_comments:

.github/workflows/dco_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ env:
2020
OPP_THIS_BRANCH: "main"
2121
OPP_PROD: 0
2222
OPP_DRY_RUN: 0
23-
KIND_KUBE_VERSION: "v1.27.2"
24-
OPP_PRODUCTION_TYPE: "ocp"
23+
KIND_KUBE_VERSION: "v1.26.3"
24+
OPP_PRODUCTION_TYPE: "k8s"
2525
OPP_REVIEWERS_ENABLED: 0
2626

2727

.github/workflows/dco_workflow_complete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [completed]
88

99
env:
10-
OPP_PRODUCTION_TYPE: "ocp"
10+
OPP_PRODUCTION_TYPE: "k8s"
1111

1212

1313
jobs:

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
OPP_THIS_REPO_SED=${OPP_THIS_REPO_SED//\//\\/}
2828
sed -i 's/repo_url.*/repo_url: '$OPP_THIS_REPO_SED'/g' mkdocs.yml
2929
30-
sed -i 's/ cluster_type:.*/ cluster_type: ocp/g' mkdocs.yml
30+
sed -i 's/ cluster_type:.*/ cluster_type: k8s/g' mkdocs.yml
3131
3232
cat mkdocs.yml
3333

.github/workflows/operator_ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
AUTOMERGE_ENABLED: "1"
10-
OPP_PRODUCTION_TYPE: "ocp"
10+
OPP_PRODUCTION_TYPE: "k8s"
1111
OPP_SCRIPT_URL: "https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/dev/ci/scripts/opp.sh"
1212
OPP_SCRIPT_ENV_OPRT_URL: "https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/dev/ci/scripts/opp-oprt.sh"
1313
OPP_SCRIPT_ENV_URL: "https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/dev/ci/scripts/opp-env.sh"
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
github-token: ${{secrets.GITHUB_TOKEN}}
122122
script: |
123-
const arr = ['installation-validated', 'installation-validated-4.10', 'installation-validated-4.11', 'installation-validated-4.12', 'installation-validated-4.13', ];
123+
const arr = ['installation-validated', 'installation-validated-atest', ];
124124
125125
for (let label of arr) {
126126
github.rest.issues.removeLabel({

.github/workflows/operator_ci_approved.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ env:
2222
OPP_THIS_BRANCH: "main"
2323
OPP_PROD: 0
2424
OPP_DRY_RUN: 0
25-
KIND_KUBE_VERSION: "v1.27.2"
26-
OPP_PRODUCTION_TYPE: "ocp"
25+
KIND_KUBE_VERSION: "v1.26.3"
26+
OPP_PRODUCTION_TYPE: "k8s"
2727
OPP_REVIEWERS_ENABLED: 0
2828

2929
jobs:

.github/workflows/operator_ci_index_sha.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ env:
1919
GODEBUG: x509ignoreCN=0
2020
OPP_INDEX_MIRROR: 1
2121
OPP_MIRROR_LATEST_TAG: ""
22-
OPP_PRODUCTION_TYPE: "ocp"
23-
OPP_MIRROR_INDEX_MULTIARCH_BASE: "registry.redhat.io/openshift4/ose-operator-registry"
24-
OPP_MULTIARCH_SUPPORTED_VERSIONS: "v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13"
22+
OPP_PRODUCTION_TYPE: "k8s"
23+
OPP_MIRROR_INDEX_MULTIARCH_BASE: "quay.io/operator-framework/opm"
24+
OPP_MULTIARCH_SUPPORTED_VERSIONS: "latest"
2525
OPP_MIRROR_INDEX_MULTIARCH_POSTFIX: "s"
2626
OPP_MIRROR_INDEX_REGISTRY: "quay.io"
2727
OPP_MIRROR_INDEX_ORGANIZATION: "community-operators-pipeline"
2828
OPP_MIRROR_INDEX_NAME: "catalog"
29-
IIB_INPUT_REGISTRY_USER: "12742415|community-operators-pipeline"
29+
IIB_INPUT_REGISTRY_USER: "framework_automation"
3030
OPP_REGISTRY_MIRROR_USER: "framework_automation"
3131

3232
#QUAY_API_TOKEN_OPENSHIFT_COMMUNITY_OP: ${{ secrets.QUAY_API_TOKEN_OPENSHIFT_COMMUNITY_OP }}
@@ -51,7 +51,7 @@ jobs:
5151
timeout-minutes: 3600
5252
strategy:
5353
matrix:
54-
index-tag: [ v4.10-db, v4.11, v4.12, v4.13, v4.14-rc, v4.15-rc ]
54+
index-tag: [ latest ]
5555

5656
fail-fast: false
5757
steps:

.github/workflows/operator_ci_labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [labeled]
77

88
env:
9-
OPP_PRODUCTION_TYPE: "ocp"
9+
OPP_PRODUCTION_TYPE: "k8s"
1010

1111

1212
jobs:

.github/workflows/operator_convert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
ANSIBLE_DISPLAY_SKIPPED_HOSTS: 0
2929
ANSIBLE_STDOUT_CALLBACK: "yaml"
3030
OPP_TARGET_BRANCH: "${{ github.event.inputs.target_branch }}"
31-
OPP_PRODUCTION_TYPE: "ocp"
31+
OPP_PRODUCTION_TYPE: "k8s"
3232

3333

3434
jobs:

0 commit comments

Comments
 (0)