Skip to content

Commit

Permalink
Upgrade CI (03 Apr 2024 09:37:15)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 3, 2024
1 parent 23897b1 commit c5f32c5
Show file tree
Hide file tree
Showing 20 changed files with 406 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/command_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: issue_comment
name: Issue Comments - merge
env:
OPP_PRODUCTION_TYPE: "k8s"
OPP_PRODUCTION_TYPE: "ocp"
OPP_THIS_REPO_NAME: "community-operators-pipeline"
OPP_THIS_REPO_ORG: "redhat-openshift-ecosystem"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command_retest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: issue_comment
name: Issue Comments - retest
env:
OPP_PRODUCTION_TYPE: "k8s"
OPP_PRODUCTION_TYPE: "ocp"

jobs:
handle_comments:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dco_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ env:
OPP_THIS_BRANCH: "main"
OPP_PROD: 0
OPP_DRY_RUN: 0
KIND_KUBE_VERSION: "v1.26.3"
OPP_PRODUCTION_TYPE: "k8s"
KIND_KUBE_VERSION: "v1.27.2"
OPP_PRODUCTION_TYPE: "ocp"
OPP_REVIEWERS_ENABLED: 0


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dco_workflow_complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [completed]

env:
OPP_PRODUCTION_TYPE: "k8s"
OPP_PRODUCTION_TYPE: "ocp"


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
OPP_THIS_REPO_SED=${OPP_THIS_REPO_SED//\//\\/}
sed -i 's/repo_url.*/repo_url: '$OPP_THIS_REPO_SED'/g' mkdocs.yml
sed -i 's/ cluster_type:.*/ cluster_type: k8s/g' mkdocs.yml
sed -i 's/ cluster_type:.*/ cluster_type: ocp/g' mkdocs.yml
cat mkdocs.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/operator_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
AUTOMERGE_ENABLED: "1"
OPP_PRODUCTION_TYPE: "k8s"
OPP_PRODUCTION_TYPE: "ocp"
OPP_SCRIPT_URL: "https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/dev/ci/scripts/opp.sh"
OPP_SCRIPT_ENV_OPRT_URL: "https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/dev/ci/scripts/opp-oprt.sh"
OPP_SCRIPT_ENV_URL: "https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/dev/ci/scripts/opp-env.sh"
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const arr = ['installation-validated', 'installation-validated-atest', ];
const arr = ['installation-validated', 'installation-validated-4.10', 'installation-validated-4.11', 'installation-validated-4.12', 'installation-validated-4.13', ];
for (let label of arr) {
github.rest.issues.removeLabel({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/operator_ci_approved.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ env:
OPP_THIS_BRANCH: "main"
OPP_PROD: 0
OPP_DRY_RUN: 0
KIND_KUBE_VERSION: "v1.26.3"
OPP_PRODUCTION_TYPE: "k8s"
KIND_KUBE_VERSION: "v1.27.2"
OPP_PRODUCTION_TYPE: "ocp"
OPP_REVIEWERS_ENABLED: 0

jobs:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/operator_ci_index_sha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ env:
GODEBUG: x509ignoreCN=0
OPP_INDEX_MIRROR: 1
OPP_MIRROR_LATEST_TAG: ""
OPP_PRODUCTION_TYPE: "k8s"
OPP_MIRROR_INDEX_MULTIARCH_BASE: "quay.io/operator-framework/opm"
OPP_MULTIARCH_SUPPORTED_VERSIONS: "latest"
OPP_PRODUCTION_TYPE: "ocp"
OPP_MIRROR_INDEX_MULTIARCH_BASE: "registry.redhat.io/openshift4/ose-operator-registry"
OPP_MULTIARCH_SUPPORTED_VERSIONS: "v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13"
OPP_MIRROR_INDEX_MULTIARCH_POSTFIX: "s"
OPP_MIRROR_INDEX_REGISTRY: "quay.io"
OPP_MIRROR_INDEX_ORGANIZATION: "community-operators-pipeline"
OPP_MIRROR_INDEX_NAME: "catalog"
IIB_INPUT_REGISTRY_USER: "framework_automation"
IIB_INPUT_REGISTRY_USER: "12742415|community-operators-pipeline"
OPP_REGISTRY_MIRROR_USER: "framework_automation"

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

fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/operator_ci_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [labeled]

env:
OPP_PRODUCTION_TYPE: "k8s"
OPP_PRODUCTION_TYPE: "ocp"


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/operator_convert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
ANSIBLE_DISPLAY_SKIPPED_HOSTS: 0
ANSIBLE_STDOUT_CALLBACK: "yaml"
OPP_TARGET_BRANCH: "${{ github.event.inputs.target_branch }}"
OPP_PRODUCTION_TYPE: "k8s"
OPP_PRODUCTION_TYPE: "ocp"


jobs:
Expand Down
Loading

0 comments on commit c5f32c5

Please sign in to comment.