Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename openshift logging config files and fix jira project name in firewatch config #54059

Merged
merged 2 commits into from
Jul 11, 2024
Merged
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
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