Skip to content

Commit

Permalink
rename openshift logging config files and fix jira project name in fi…
Browse files Browse the repository at this point in the history
…rewatch config (openshift#54059)

* rename openshift logging config files

* update jira project

---------

Co-authored-by: Vivek Shakya <vshakya@vshakya-thinkpadt14gen4.remote.csb>
  • Loading branch information
2 people authored and Joe Talerico committed Jul 15, 2024
1 parent 9942303 commit 5fc194d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tests:
{
"failure_rules":
[
{"step": "openshift-extended-*", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "Openshift Logging", "group": {"name": "lp-tests", "priority": 2},"jira_assignee":"anli@redhat.com"}
{"step": "openshift-extended-*", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "LOG", "group": {"name": "lp-tests", "priority": 2},"jira_assignee":"anli@redhat.com"}
],
"success_rules":
[
Expand Down Expand Up @@ -103,4 +103,4 @@ zz_generated_metadata:
branch: main
org: openshift-logging
repo: interop-ocp-ci
variant: hypershift-4.14-lp-rosa-hypershift
variant: openshift-logging-ocp4.14-lp-rosa-hypershift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resources:
cpu: "1"
memory: 4Gi
tests:
- as: cluster-logging-operator-rosa-hypershift
- as: openshift-logging-rosa-hypershift
cron: 0 6 25 10 *
steps:
cluster_profile: aws-cspi-qe
Expand All @@ -60,7 +60,7 @@ tests:
{
"failure_rules":
[
{"step": "openshift-extended-*", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "Openshift Logging", "group": {"name": "lp-tests", "priority": 2},"jira_assignee":"anli@redhat.com"}
{"step": "openshift-extended-*", "failure_type": "test_failure", "classification": "Test Failure", "jira_project": "LOG", "group": {"name": "lp-tests", "priority": 2},"jira_assignee":"anli@redhat.com"}
],
"success_rules":
[
Expand Down Expand Up @@ -103,4 +103,4 @@ zz_generated_metadata:
branch: main
org: openshift-logging
repo: interop-ocp-ci
variant: hypershift-4.15-lp-rosa-hypershift
variant: openshift-logging-ocp4.15-lp-rosa-hypershift
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ periodics:
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe
ci-operator.openshift.io/variant: hypershift-4.14-lp-rosa-hypershift
ci-operator.openshift.io/variant: openshift-logging-ocp4.14-lp-rosa-hypershift
ci.openshift.io/generator: prowgen
job-release: "4.14"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-logging-interop-ocp-ci-main-hypershift-4.14-lp-rosa-hypershift-cluster-logging-operator-rosa-hypershift
name: periodic-ci-openshift-logging-interop-ocp-ci-main-openshift-logging-ocp4.14-lp-rosa-hypershift-cluster-logging-operator-rosa-hypershift
reporter_config:
slack:
channel: '#ocp-logging-ci-report'
Expand All @@ -38,7 +38,7 @@ periodics:
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/cluster-logging-operator-rosa-hypershift-cluster-profile
- --target=cluster-logging-operator-rosa-hypershift
- --variant=hypershift-4.14-lp-rosa-hypershift
- --variant=openshift-logging-ocp4.14-lp-rosa-hypershift
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -104,11 +104,11 @@ periodics:
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe
ci-operator.openshift.io/variant: hypershift-4.15-lp-rosa-hypershift
ci-operator.openshift.io/variant: openshift-logging-ocp4.15-lp-rosa-hypershift
ci.openshift.io/generator: prowgen
job-release: "4.15"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-logging-interop-ocp-ci-main-hypershift-4.15-lp-rosa-hypershift-cluster-logging-operator-rosa-hypershift
name: periodic-ci-openshift-logging-interop-ocp-ci-main-openshift-logging-ocp4.15-lp-rosa-hypershift-openshift-logging-rosa-hypershift
reporter_config:
slack:
channel: '#ocp-logging-ci-report'
Expand All @@ -128,9 +128,9 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/cluster-logging-operator-rosa-hypershift-cluster-profile
- --target=cluster-logging-operator-rosa-hypershift
- --variant=hypershift-4.15-lp-rosa-hypershift
- --secret-dir=/usr/local/openshift-logging-rosa-hypershift-cluster-profile
- --target=openshift-logging-rosa-hypershift
- --variant=openshift-logging-ocp4.15-lp-rosa-hypershift
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -146,7 +146,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/cluster-logging-operator-rosa-hypershift-cluster-profile
- mountPath: /usr/local/openshift-logging-rosa-hypershift-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down

0 comments on commit 5fc194d

Please sign in to comment.