Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
base_images:
ansible:
name: "5.0"
namespace: ocp
tag: ansible
assisted-service-scripts:
name: ocm-2.17
namespace: edge-infrastructure
tag: assisted-service-scripts
cli:
name: "5.0"
namespace: ocp
tag: cli
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
hypershift-operator:
name: hypershift-operator
namespace: hypershift
tag: latest
tests-private:
name: tests-private
namespace: ci
tag: "4.22"
tests-private-ui:
name: tests-private-ui
namespace: ci
tag: "4.22"
tools:
name: "5.0"
namespace: ocp
tag: tools
upi-installer:
name: "5.0"
namespace: ocp
tag: upi-installer
prowgen:
expose: true
private: true
releases:
latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "5.0"
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "5.0"
resources:
'*':
limits:
memory: 8Gi
requests:
cpu: "1"
memory: 1Gi
tests:
- as: logging-e2e-tests-hypershift-powervs-ppc64le
capabilities:
- intranet
cron: '@yearly'
reporter_config:
channel: '#logging-qe'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: openshift-org-aws
env:
BASE_DOMAIN: devobscluster.devcluster.openshift.com.
FORCE_SUCCESS_EXIT: "true"
LOGGING_TEST_VERSION: "6.6"
MCE_VERSION: "5.0"
OPERATORS: |
[
{"name": "cluster-logging", "source": "cluster-logging-operator-registry", "channel": "stable-6.6", "install_namespace": "openshift-logging","target_namespaces": "", "operator_group": "openshift-logging"},
{"name": "loki-operator", "source": "loki-operator-registry", "channel": "stable-6.6", "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:
- chain: hypershift-mce-power-test
- ref: medik8s-sbr-hypershift-switch-kubeconfig
- ref: cucushift-installer-rehearse-deploy-nfs-provisioner
- ref: openshift-logging-catalogsources
- ref: install-operators
- chain: openshift-e2e-test-logging-qe
workflow: cucushift-installer-rehearse-hypershift-powervs-deploy
zz_generated_metadata:
branch: release-5.0
org: openshift
repo: openshift-tests-private
variant: powervs-stable-openshift-logging-6.6
Original file line number Diff line number Diff line change
Expand Up @@ -93041,6 +93041,108 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: '@yearly'
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-5.0
org: openshift
repo: openshift-tests-private
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
ci-operator.openshift.io/variant: powervs-stable-openshift-logging-6.6
ci.openshift.io/generator: prowgen
job-release: "5.0"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-5.0-powervs-stable-openshift-logging-6.6-logging-e2e-tests-hypershift-powervs-ppc64le
reporter_config:
slack:
channel: '#logging-qe'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> {{end}}'
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=logging-e2e-tests-hypershift-powervs-ppc64le
- --variant=powervs-stable-openshift-logging-6.6
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 * * 1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- multiarch-approvers
reviewers:
- multiarch-reviewers
Loading