diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19__amd64-stable-openshift-logging-6.5.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19__amd64-stable-openshift-logging-6.5.yaml new file mode 100644 index 0000000000000..f38cb1f214b08 --- /dev/null +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19__amd64-stable-openshift-logging-6.5.yaml @@ -0,0 +1,73 @@ +base_images: + ansible: + name: "4.19" + namespace: ocp + tag: ansible + cli: + name: "4.19" + namespace: ocp + tag: cli + dev-scripts: + name: test + namespace: ocp-kni + tag: dev-scripts + tests-private: + name: tests-private + namespace: ci + tag: "4.21" + tests-private-ui: + name: tests-private-ui + namespace: ci + tag: "4.21" + tools: + name: "4.19" + namespace: ocp + tag: tools + upi-installer: + name: "4.19" + namespace: ocp + tag: upi-installer +releases: + latest: + release: + architecture: amd64 + channel: candidate + version: "4.19" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: "1" + memory: 1Gi +tests: +- as: aws-ipi-proxy-sts-f999-logging + cron: 0 9 * * 5 + steps: + cluster_profile: aws-observability + env: + BASE_DOMAIN: devobscluster.devcluster.openshift.com + FORCE_SUCCESS_EXIT: "true" + LOGGING_TEST_VERSION: "6.5" + OPERATORS: | + [ + {"name": "cluster-logging", "source": "cluster-logging-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-logging","target_namespaces": "", "operator_group": "openshift-logging"}, + {"name": "loki-operator", "source": "loki-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"}, + {"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-cluster-observability-operator","target_namespaces": "", "operator_group": "openshift-cluster-observability-operator"}, + {"name": "amq-streams", "source": "redhat-operators", "channel": "amq-streams-2.x", "install_namespace": "openshift-operators","target_namespaces": "", "operator_group": ""} + ] + TEST_FILTERS: ~Disruptive&;~Longduration&;~AZWIF&;~AZMonitor&;~GCL& + TEST_IMPORTANCE: Critical|High|Medium + TEST_PARALLEL: "3" + TEST_SCENARIOS: sig-openshift-logging + TEST_TIMEOUT: "35" + test: + - ref: openshift-logging-catalogsources + - ref: install-operators + - chain: openshift-e2e-test-logging-qe + workflow: cucushift-installer-rehearse-aws-ipi-proxy-cco-manual-security-token-service +zz_generated_metadata: + branch: release-4.19 + org: openshift + repo: openshift-tests-private + variant: amd64-stable-openshift-logging-6.5 diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.20__arm64-stable-openshift-logging-6.5.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.20__arm64-stable-openshift-logging-6.5.yaml new file mode 100644 index 0000000000000..51b94a47ed6ad --- /dev/null +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.20__arm64-stable-openshift-logging-6.5.yaml @@ -0,0 +1,83 @@ +base_images: + ansible: + name: "4.20" + namespace: ocp + tag: ansible + cli: + name: "4.20" + namespace: ocp + tag: cli + dev-scripts: + name: test + namespace: ocp-kni + tag: dev-scripts + tests-private: + name: tests-private + namespace: ci + tag: "4.21" + tests-private-ui: + name: tests-private-ui + namespace: ci + tag: "4.21" + tools: + name: "4.20" + namespace: ocp + tag: tools + upi-installer: + name: "4.20" + namespace: ocp + tag: upi-installer +releases: + arm64-latest: + release: + architecture: arm64 + channel: candidate + version: "4.20" + latest: + release: + architecture: amd64 + channel: candidate + version: "4.20" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: "1" + memory: 1Gi +tests: +- as: azure-ipi-arm-f999-logging + cron: 0 9 * * 5 + steps: + cluster_profile: azure-observability + dependencies: + OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest + env: + BASE_DOMAIN: observability.azure.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "3" + COMPUTE_NODE_TYPE: Standard_D4ps_v5 + FORCE_SUCCESS_EXIT: "true" + LOGGING_TEST_VERSION: "6.5" + OCP_ARCH: arm64 + OPERATORS: | + [ + {"name": "cluster-logging", "source": "cluster-logging-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-logging","target_namespaces": "", "operator_group": "openshift-logging"}, + {"name": "loki-operator", "source": "loki-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"}, + {"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-cluster-observability-operator","target_namespaces": "", "operator_group": "openshift-cluster-observability-operator"}, + {"name": "amq-streams", "source": "redhat-operators", "channel": "amq-streams-2.x", "install_namespace": "openshift-operators","target_namespaces": "", "operator_group": ""} + ] + TEST_FILTERS: ~Disruptive&;~Longduration&;~Cloudwatch&;~AWSSTS&;~AZWIF&;~Splunk& + TEST_IMPORTANCE: Critical|High + TEST_PARALLEL: "3" + TEST_SCENARIOS: sig-openshift-logging + TEST_TIMEOUT: "35" + test: + - ref: openshift-logging-catalogsources + - ref: install-operators + - chain: openshift-e2e-test-logging-qe + workflow: cucushift-installer-rehearse-azure-ipi +zz_generated_metadata: + branch: release-4.20 + org: openshift + repo: openshift-tests-private + variant: arm64-stable-openshift-logging-6.5 diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21__multi-stable-openshift-logging-6.5.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21__multi-stable-openshift-logging-6.5.yaml new file mode 100644 index 0000000000000..d9f9a0374d4bf --- /dev/null +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21__multi-stable-openshift-logging-6.5.yaml @@ -0,0 +1,103 @@ +base_images: + cli: + name: "4.21" + namespace: ocp + tag: cli + dev-scripts: + name: test + namespace: ocp-kni + tag: dev-scripts + tests-private: + name: tests-private + namespace: ci + tag: "4.21" + tests-private-ui: + name: tests-private-ui + namespace: ci + tag: "4.21" + tools: + name: "4.21" + namespace: ocp + tag: tools + upi-installer: + name: "4.21" + namespace: ocp + tag: upi-installer +releases: + latest: + release: + architecture: multi + channel: candidate + version: "4.21" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: "1" + memory: 1Gi +tests: +- as: gcp-ipi-arm-fips-f999-logging + cron: 0 9 * * 3 + steps: + cluster_profile: gcp-observability + env: + COMPUTE_NODE_TYPE: t2a-standard-8 + FILTERS_ADDITIONAL: "" + FIPS_ENABLED: "true" + FORCE_SUCCESS_EXIT: "true" + LOGGING_TEST_VERSION: "6.5" + OCP_ARCH: arm64 + OPERATORS: | + [ + {"name": "cluster-logging", "source": "cluster-logging-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-logging","target_namespaces": "", "operator_group": "openshift-logging"}, + {"name": "loki-operator", "source": "loki-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"}, + {"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-cluster-observability-operator","target_namespaces": "", "operator_group": "openshift-cluster-observability-operator"}, + {"name": "amq-streams", "source": "redhat-operators", "channel": "amq-streams-2.x", "install_namespace": "openshift-operators","target_namespaces": "", "operator_group": ""} + ] + TEST_ADDITIONAL: "" + TEST_FILTERS: ~Disruptive&;~Longduration&;~AWSSTS&;~AZWIF&;~AZMonitor&;~Cloudwatch&;~Splunk& + TEST_IMPORTANCE: Critical|High + TEST_PARALLEL: "3" + TEST_SCENARIOS: sig-openshift-logging + TEST_TIMEOUT: "30" + test: + - ref: openshift-logging-catalogsources + - ref: install-operators + - chain: openshift-e2e-test-logging-qe + workflow: cucushift-installer-rehearse-gcp-ipi +- as: baremetalds-ipi-ovn-ipv6-f999-logging + cron: 0 21 * * 6 + steps: + cluster_profile: equinix-ocp-metal-qe + env: + DEVSCRIPTS_CONFIG: | + IP_STACK=v6 + MIRROR_IMAGES=true + INSTALLER_PROXY=true + NETWORK_TYPE=OVNKubernetes + FILTERS_ADDITIONAL: "" + LOGGING_TEST_VERSION: "6.5" + OPERATORS: | + [ + {"name": "cluster-logging", "source": "cluster-logging-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-logging","target_namespaces": "", "operator_group": "openshift-logging"}, + {"name": "loki-operator", "source": "loki-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"}, + {"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-cluster-observability-operator","target_namespaces": "", "operator_group": "openshift-cluster-observability-operator"}, + {"name": "amq-streams", "source": "redhat-operators", "channel": "amq-streams-2.x", "install_namespace": "openshift-operators","target_namespaces": "", "operator_group": ""} + ] + TEST_ADDITIONAL: "" + TEST_FILTERS: CPaasrunOnly;CPaasrunBoth;~Disruptive&;~Longduration&;~AWSSTS&;~AZWIF&;~AZMonitor&;~GCL&;~Cloudwatch& + TEST_IMPORTANCE: Critical|High + TEST_PARALLEL: "3" + TEST_SCENARIOS: sig-openshift-logging + TEST_TIMEOUT: "15" + test: + - ref: openshift-logging-catalogsources + - ref: install-operators + - chain: openshift-e2e-test-logging-qe + workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn +zz_generated_metadata: + branch: release-4.21 + org: openshift + repo: openshift-tests-private + variant: multi-stable-openshift-logging-6.5 diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly-openshift-logging-6.5.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly-openshift-logging-6.5.yaml new file mode 100644 index 0000000000000..5871304a98e30 --- /dev/null +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly-openshift-logging-6.5.yaml @@ -0,0 +1,73 @@ +base_images: + cli: + name: "4.22" + namespace: ocp + tag: cli + dev-scripts: + name: test + namespace: ocp-kni + tag: dev-scripts + tests-private: + name: tests-private + namespace: ci + tag: "4.21" + tests-private-ui: + name: tests-private-ui + namespace: ci + tag: "4.21" + tools: + name: "4.22" + namespace: ocp + tag: tools + upi-installer: + name: "4.22" + namespace: ocp + tag: upi-installer +releases: + latest: + candidate: + architecture: multi + product: ocp + stream: nightly + version: "4.22" +resources: + '*': + limits: + memory: 8Gi + requests: + cpu: "1" + memory: 1Gi +tests: +- as: aws-ipi-amd-f999-logging + cron: 0 9 * * 1 + steps: + cluster_profile: aws-observability + dependencies: + OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:latest + env: + BASE_DOMAIN: devobscluster.devcluster.openshift.com + FORCE_SUCCESS_EXIT: "true" + LOGGING_TEST_VERSION: "6.5" + OCP_ARCH: amd64 + OPERATORS: | + [ + {"name": "cluster-logging", "source": "cluster-logging-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-logging","target_namespaces": "", "operator_group": "openshift-logging"}, + {"name": "loki-operator", "source": "loki-operator-registry", "channel": "stable-6.5", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"}, + {"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-cluster-observability-operator","target_namespaces": "", "operator_group": "openshift-cluster-observability-operator"}, + {"name": "amq-streams", "source": "redhat-operators", "channel": "amq-streams-2.x", "install_namespace": "openshift-operators","target_namespaces": "", "operator_group": ""} + ] + TEST_FILTERS: ~Disruptive&;~Longduration&;~AZWIF&;~AZMonitor&;~GCL&;~AWSSTS& + TEST_IMPORTANCE: Critical|High|Medium|Low + TEST_PARALLEL: "3" + TEST_SCENARIOS: sig-openshift-logging + TEST_TIMEOUT: "35" + test: + - ref: openshift-logging-catalogsources + - ref: install-operators + - chain: openshift-e2e-test-logging-qe + workflow: cucushift-installer-rehearse-aws-ipi +zz_generated_metadata: + branch: release-4.22 + org: openshift + repo: openshift-tests-private + variant: multi-nightly-openshift-logging-6.5 diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19-periodics.yaml index 115dbf5bc2eaa..ba3c42718fae9 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19-periodics.yaml @@ -52321,6 +52321,106 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 0 9 * * 5 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.19 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-observability + ci-operator.openshift.io/variant: amd64-stable-openshift-logging-6.5 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-stable-openshift-logging-6.5-aws-ipi-proxy-sts-f999-logging + reporter_config: + slack: + channel: '#aos-qe-logging' + job_states_to_report: + - aborted + - error + - failure + - pending + - success + report_template: Job {{.Spec.Job}} state is *{{.Status.State}}* <{{.Status.URL}}|View + logs> + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-proxy-sts-f999-logging + - --variant=amd64-stable-openshift-logging-6.5 + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: vsphere02 cron: 42 15 6 * * diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.20-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.20-periodics.yaml index 5488ce2f0dc7e..68ec2c1b60f50 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.20-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.20-periodics.yaml @@ -60256,6 +60256,106 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 0 9 * * 5 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.20 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-observability + ci-operator.openshift.io/variant: arm64-stable-openshift-logging-6.5 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.20-arm64-stable-openshift-logging-6.5-azure-ipi-arm-f999-logging + reporter_config: + slack: + channel: '#aos-qe-logging' + job_states_to_report: + - aborted + - error + - failure + - pending + - success + report_template: Job {{.Spec.Job}} state is *{{.Status.State}}* <{{.Status.URL}}|View + logs> + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-arm-f999-logging + - --variant=arm64-stable-openshift-logging-6.5 + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: build10 cron: 8 8 29 2 * diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21-periodics.yaml index 8f36ef06349b9..b285a6700c1b4 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21-periodics.yaml @@ -98585,6 +98585,206 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 0 21 * * 6 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.21 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: multi-stable-openshift-logging-6.5 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.21-multi-stable-openshift-logging-6.5-baremetalds-ipi-ovn-ipv6-f999-logging + reporter_config: + slack: + channel: '#aos-qe-logging' + job_states_to_report: + - aborted + - error + - failure + - pending + - success + report_template: Job {{.Spec.Job}} state is *{{.Status.State}}* <{{.Status.URL}}|View + logs> + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=baremetalds-ipi-ovn-ipv6-f999-logging + - --variant=multi-stable-openshift-logging-6.5 + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator +- agent: kubernetes + cluster: build04 + cron: 0 9 * * 3 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.21 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-observability + ci-operator.openshift.io/variant: multi-stable-openshift-logging-6.5 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.21-multi-stable-openshift-logging-6.5-gcp-ipi-arm-fips-f999-logging + reporter_config: + slack: + channel: '#aos-qe-logging' + job_states_to_report: + - aborted + - error + - failure + - pending + - success + report_template: Job {{.Spec.Job}} state is *{{.Status.State}}* <{{.Status.URL}}|View + logs> + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=gcp-ipi-arm-fips-f999-logging + - --variant=multi-stable-openshift-logging-6.5 + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: build01 cron: 0 0 * * 3 diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml index a0e4f046ef209..0ea29b311e814 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml @@ -95797,6 +95797,107 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 0 9 * * 1 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-observability + ci-operator.openshift.io/variant: multi-nightly-openshift-logging-6.5 + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-openshift-logging-6.5-aws-ipi-amd-f999-logging + reporter_config: + slack: + channel: '#aos-qe-logging' + job_states_to_report: + - aborted + - error + - failure + - pending + - success + report_template: Job {{.Spec.Job}} state is *{{.Status.State}}* <{{.Status.URL}}|View + logs> + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-amd-f999-logging + - --variant=multi-nightly-openshift-logging-6.5 + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: build10 cron: 16 23 7 * *