Skip to content

Commit

Permalink
alerting: Slack #lamprey-builds Channel (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi authored May 12, 2023
1 parent 9a98528 commit 271de23
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
orbs:
go: circleci/[email protected]
slack: circleci/[email protected]
codecov: codecov/codecov@3.1.1
codecov: codecov/codecov@3.2.4

parameters:
ubuntu_image:
Expand All @@ -30,13 +30,13 @@ workflows:
jobs:
- test_nightly:
name: nightly_test_with_go_<< matrix.go_version >>
context: slack-secrets
context: lamprey-secrets
matrix: &go-version-matrix
parameters:
go_version: ["1.17.9"]
- indexer_vs_algod_nightly:
name: nightly_test_indexer_vs_algod
context: slack-secrets
context: lamprey-secrets

jobs:
test:
Expand All @@ -54,7 +54,7 @@ jobs:
- install_linter
- run_tests
# Change this to run_e2e_tests once we have stable algod binaries containing delta APIs
- run_e2e_tests_nightly
# - run_e2e_tests_nightly
- codecov/upload
test_nightly:
machine:
Expand All @@ -73,6 +73,7 @@ jobs:
- run_e2e_tests_nightly
- codecov/upload
- slack/notify: &slack-fail-event
channel: C056CK9PYRY # #lamprey-builds
event: fail
custom: |
{
Expand All @@ -93,6 +94,7 @@ jobs:
- install_dependencies
- run_indexer_vs_algod
- slack/notify: &slack-fail-event
channel: C056CK9PYRY # #lamprey-builds
event: fail
custom: |
{
Expand Down

0 comments on commit 271de23

Please sign in to comment.