feat: Slack message to ci channel tagging owners on flakes.#12284
Merged
charlielye merged 15 commits intomasterfrom Feb 26, 2025
Merged
feat: Slack message to ci channel tagging owners on flakes.#12284charlielye merged 15 commits intomasterfrom
charlielye merged 15 commits intomasterfrom
Conversation
ludamad
reviewed
Feb 26, 2025
| echo "$test_hash noir/bootstrap.sh format --check" | ||
| # We need to include these as they will go out of date otherwise and externals use these examples. | ||
| local example_test_hash=$(hash_str $test_hash-$(../barretenberg/cpp/bootstrap.sh hash)) | ||
| local example_test_hash=$(hash_str $test_hash-$(../../barretenberg/cpp/bootstrap.sh hash)) |
Collaborator
There was a problem hiding this comment.
Why did this need to change?
Contributor
Author
There was a problem hiding this comment.
It was actually silently failing i think. we cd into noir-repo.
ludamad
reviewed
Feb 26, 2025
spartan/bootstrap.sh
Outdated
|
|
||
| function test_cmds { | ||
| echo "$hash ./spartan/bootstrap.sh test-local" | ||
| # echo "$hash ./spartan/bootstrap.sh test-local" |
Collaborator
There was a problem hiding this comment.
This is skipped, still needs to be commented out?
Contributor
Author
There was a problem hiding this comment.
You said you were read to let it die, but wasn't sure. We want to keep it as a "always skip no alert"?
Collaborator
There was a problem hiding this comment.
I was ready to have it skipped to get in, still hold out for fixing it
ludamad
approved these changes
Feb 26, 2025
ludamad
reviewed
Feb 26, 2025
| # Send slack message to owners. | ||
| slack_uids="" | ||
| for uid in $owners; do | ||
| slack_uids+="<@$uid> " |
Collaborator
There was a problem hiding this comment.
Suggested change
| slack_uids+="<@$uid> " | |
| slack_uids+=" <@$uid>" |
for Palla's OCD to not do "@charlie : foo"
Contributor
There was a problem hiding this comment.
Using ${slack_uids% } in L97 would also do the trick by removing trailing whitespace:
$ FOO='bar baz baq '
$ echo "${FOO% }: Test flaked"
bar baz baq: Test flaked
spalladino
reviewed
Feb 26, 2025
| { | ||
| "channel": "#aztec3-ci", | ||
| "text": "${slack_uids}: Test flaked \`$test_cmd\` http://ci.aztec-labs.com/$log_key" | ||
| "text": "${slack_uids% }: Test flaked \`$test_cmd\` http://ci.aztec-labs.com/$log_key" |
TomAFrench
added a commit
that referenced
this pull request
Feb 26, 2025
* master: (31 commits) feat: Slack message to ci channel tagging owners on flakes. (#12284) fix: slack notify was broken by quoted commit titles revert: "chore: Fix and reenable fees-settings test (#12302)" fix: run arm64 on master (#12307) yolo fix chore: Fix and reenable fees-settings test (#12302) feat!: rename compute_nullifier_without_context (#12308) chore: Lazy loading artifacts everywhere (#12285) chore: Reenable dapp subscription test (#12304) chore: Run prover test with fake proofs when requested (#12305) chore: Do not set CI_FULL outside CI (#12300) chore: new mnemonic deployments on sepolia (#12076) chore!: enable multiple L1 nodes to be used (#11945) chore: remove no longer supported extension from vscode/extension.json (#12303) fix(e2e): p2p_reqresp (#12297) feat: Sync from noir (#12298) chore: enabling `e2e_contract_updates` in CI + nuking irrelevant test (#12293) feat: prepend based merge (#12093) feat: fetch addresses from registry (#12000) feat: live logs (#12271) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.