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

CI(replication-tests): fix notifications about replication-tests failures #9950

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

bayandin
Copy link
Member

Problem

if: ${{ github.event.schedule }} gets skipped if a previous step has failed, but we want to run the step for both success and failure

Summary of changes

  • Add !cancelled() to notification step if-condition, to skip only cancelled jobs

@bayandin bayandin requested a review from ololobus November 29, 2024 18:13
@bayandin bayandin requested a review from a team as a code owner November 29, 2024 18:13
@bayandin bayandin changed the title CI(benchmarking): fix notifications about replication-tests failures CI(replication-tests): fix notifications about replication-tests failures Nov 29, 2024
@bayandin bayandin enabled auto-merge November 29, 2024 18:17
Copy link
Member

@ololobus ololobus left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link

6952 tests run: 6644 passed, 0 failed, 308 skipped (full report)


Flaky tests (3)

Postgres 17

Postgres 16

Code coverage* (full report)

  • functions: 30.3% (8184 of 27046 functions)
  • lines: 47.7% (64862 of 135976 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
ccfd6ee at 2024-11-29T19:25:06.079Z :recycle:

@bayandin bayandin added this pull request to the merge queue Dec 2, 2024
Merged via the queue into main with commit c18716b Dec 2, 2024
85 checks passed
@bayandin bayandin deleted the bayandin/fix-replication-tests-notification branch December 2, 2024 12:47
awarus pushed a commit that referenced this pull request Dec 5, 2024
…ures (#9950)

## Problem

`if: ${{ github.event.schedule }}` gets skipped if a previous step has
failed, but we want to run the step for both `success` and `failure`

## Summary of changes
- Add `!cancelled()` to notification step if-condition, to skip only
cancelled jobs
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