Skip to content

Commit

Permalink
new job
Browse files Browse the repository at this point in the history
  • Loading branch information
QiaolingTang committed Oct 11, 2024
1 parent 79c64c6 commit da0d8c9
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ tests:
env:
CLO_SUB_CHANNEL: stable-5.9
CLO_SUB_SOURCE: redhat-operators
E2E_RUN_TAGS: '@level0'
EO_SUB_CHANNEL: stable
EO_SUB_SOURCE: redhat-operators
FIREWATCH_CONFIG: |
{
"failure_rules":
Expand All @@ -163,36 +160,26 @@ tests:
FIREWATCH_DEFAULT_JIRA_PRIORITY: critical
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
FORCE_SUCCESS_EXIT: "yes"
LO_SUB_CHANNEL: stable-5.9
LO_SUB_SOURCE: redhat-operators
MODULE_FILTERS: ""
OCM_LOGIN_ENV: staging
OPENSHIFT_VERSION: "4.15"
OPERATORS: |
[
{"name": "elasticsearch-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators-redhat","target_namespace": "", "operator_group": "openshift-operators-redhat"},
{"name": "loki-operator", "source": "redhat-operators", "channel": "stable-5.9", "install_namespace": "openshift-operators-redhat","target_namespace": "", "operator_group": "openshift-operators-redhat"},
{"name": "cluster-logging", "source": "redhat-operators", "channel": "stable-5.9", "install_namespace": "openshift-logging","target_namespace": "!install", "operator_group": "openshift-logging"}
]
REGION: us-west-2
TEST_ADDITIONAL: ""
TEST_FILTERS: LEVEL0
TEST_IMPORTANCE: ""
TEST_PARALLEL: "1"
TEST_ROSA_LOGIN_ENV: ""
TEST_SCENARIOS: sig-openshift-logging
TEST_TIMEOUT: "30"
test:
- ref: ipi-install-rbac
- ref: cucushift-hypershift-extended-health-check
- ref: install-operators
- ref: operatorhub-subscribe-cluster-logging-operator
- ref: operatorhub-subscribe-loki-operator
- ref: operatorhub-subscribe-elasticsearch-operator
- ref: openshift-extended-logging-test
- ref: openshift-extended-logging-test-web-tests
workflow: firewatch-rosa-aws-sts-hypershift
- as: aws-rosa-hcp-stage-full-f28
cron: 54 10 12 * *
steps:
cluster_profile: aws-sd-qe
env:
CHANNEL_GROUP: nightly
CLO_SUB_CHANNEL: stable-5.9
CLO_SUB_SOURCE: redhat-operators
OPENSHIFT_VERSION: "4.15"
test:
- ref: operatorhub-subscribe-cluster-logging-operator
workflow: rosa-aws-sts-hcp
zz_generated_metadata:
branch: release-4.15
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25935,6 +25935,94 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build03
cron: 54 10 12 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.15
org: openshift
repo: openshift-tests-private
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe
ci-operator.openshift.io/variant: amd64-nightly-openshift-logging-5.9
ci.openshift.io/generator: prowgen
job-release: "4.15"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.15-amd64-nightly-openshift-logging-5.9-aws-rosa-hcp-stage-full-f28
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
- --secret-dir=/usr/local/aws-rosa-hcp-stage-full-f28-cluster-profile
- --target=aws-rosa-hcp-stage-full-f28
- --variant=amd64-nightly-openshift-logging-5.9
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/aws-rosa-hcp-stage-full-f28-cluster-profile
name: cluster-profile
- 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: cluster-profile
secret:
secretName: cluster-secrets-aws-sd-qe
- 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: build03
cron: 45 21 2,9,16,23 * *
Expand Down

0 comments on commit da0d8c9

Please sign in to comment.