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

NO-ISSUE: Add support with step_name #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
26 changes: 12 additions & 14 deletions config/channel/assisted-deployment-ci/bug_master_configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,18 @@ assignees:


actions:
- description: "Setup Packet server failure"
emoji: equinix
text: ""
step_name: "baremetalds-packet-setup",
ignore_others: true

- description: "Conformance tests"
emoji: conformance-test-failed
text: "```Conformance tests failure```"
step_name: "assisted-baremetal-test"
ignore_others: true

- description: "OCP CI Cluster pool claim timeout"
emoji: ignore
text: "Timed-out while waiting to get a cluster from the cluster pool, can be ignored"
Expand All @@ -127,13 +139,6 @@ actions:
text: "This is testing Assisted support for a very old OCP version, don't waste too much time investigating this. Look only for superficial issues. Especially if the job is only flaky and not completely broken"
job_name: periodic-ci-openshift-release-master-nightly-4.6-e2e-metal-assisted

- description: "Setup Packet server failure"
emoji: equinix
text: ""
contains: "packet-setup failed"
file_path: "build-log.txt"
ignore_others: true

- description: "All mirrors were tried"
text: "```Errors during downloading metadata for repository 'appstream':\nAll mirrors were tried```"
contains: "All mirrors were tried"
Expand Down Expand Up @@ -174,13 +179,6 @@ actions:
file_path: "build-log.txt"
emoji: baremetal

- description: "Conformance tests"
emoji: conformance-test-failed
text: "```Conformance tests failure```"
contains: "Failing tests"
file_path: "build-log.txt"
ignore_others: true

- description: "UI image pull issue"
text: "UI failed to deploy, we have seen a lot of this recently"
emoji: broken-image
Expand Down