Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into gk/gen-val-met
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Aug 30, 2024
2 parents 3787211 + 70e9dbc commit cbc662a
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
command: just test-add-chain
- notify-failures-on-main:
channel: C03N11M0BBN # to slack channel `notify-ci-failures`
# TODO this should also be filtered on modified chains
golang-validate-modified:
shell: /bin/bash -eo pipefail
executor:
Expand Down Expand Up @@ -152,7 +151,39 @@ jobs:
command: just promotion-test
- slack/notify:
event: always
custom: "{\n \"blocks\": [\n {\n \"type\": \"section\",\n \"text\": {\n \"type\": \"mrkdwn\",\n \"text\": \":control_knobs: The daily report on standard candidate chains is ready!\"\n }\n },\n {\n \"type\": \"divider\"\n },\n {\n \"type\": \"context\",\n \"elements\": [\n {\n \"type\": \"mrkdwn\",\n \"text\": \"\U0001F440 Click the link to see what validation checks would fail if all candidate chains were promoted to standard (and exclusions removed).\"\n }\n ]\n }\n ]\n}\n"
custom: |
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":control_knobs: The daily report on standard candidate chains is ready!"
},
"accessory": {
"type": "button",
"text": {
"type": "plain_text",
"text": "👀 View Report",
"emoji": true
},
"url": "${CIRCLE_BUILD_URL}"
}
},
{
"type": "divider"
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "Click the link to see what validation checks would fail if all candidate chains were promoted to standard (and exclusions removed)."
}
]
}
]
}
channel: C07GZVCCUS0 # to slack channel `notify-superchain-promotion-reports`
publish-bot:
environment:
Expand Down

0 comments on commit cbc662a

Please sign in to comment.