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

fix: Add additional deps to the notification job #1677

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jvdm
Copy link
Contributor

@jvdm jvdm commented Oct 17, 2024

Add some leaf jobs in the dependency tree that were missing in the notification job dependencies, so that if these path fail, we see notifications.

image

@jvdm jvdm requested review from RTann and daynewlee and removed request for RTann October 17, 2024 00:12
Copy link

openshift-ci bot commented Oct 17, 2024

@jvdm: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-tests 1752fd7 link false /test e2e-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@jvdm jvdm requested a review from a team October 17, 2024 18:03
Copy link
Contributor

@dcaravel dcaravel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems OK to me (based on the graph).

- upload-db-dump
- upload-dumps-for-downstream
- upload-dumps-for-embedding
- push-manifests
runs-on: ubuntu-latest
if: failure()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to be notified if these jobs fail at any point, e.g., including PRs? If not, we might want to add additional checks (not 100% sure if this is correct):

Suggested change
if: failure()
if: failure() && (github.ref_name == 'master' || startsWith(github.ref, 'refs/tags/'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants