Skip to content

Commit 53e1dc1

Browse files
committed
remove slack report
1 parent dbe90c4 commit 53e1dc1

21 files changed

+160
-168
lines changed

.github/workflows/Test_CanClonePublicRepoWithoutAuthorizeddKeysAllFormats.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_CanClonePublicRepoWithoutAuthorizeddKeysAllFormats$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_ChangePwd.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_ChangePwd$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_CustomBranchCustomSetupCustomFolder.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_CustomBranchCustomSetupCustomFolder$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_NoProjectBrev.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_NoProjectBrev$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_NoUserBrevNoProj.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_NoUserBrevNoProj$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_NoUserBrevProj.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_NoUserBrevProj$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_ProjectRepoNoBrev.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_ProjectRepoNoBrev$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_ProvidedSetupFileChange.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_ProvidedSetupFileChange$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_ProvidedSetupRanNoProj.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_ProvidedSetupRanNoProj$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_ProvidedSetupUpdated.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_ProvidedSetupUpdated$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_UserBrevProjectBrevV0.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_UserBrevProjectBrevV0$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_UserBrevProjectBrevV1All.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_UserBrevProjectBrevV1All$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_UserBrevProjectBrevV1Minimal.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_UserBrevProjectBrevV1Minimal$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_VscodeExtension.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_VscodeExtension$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/Test_httpGit.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: test
2626
run: go test -timeout 240s -run ^Test_httpGit$ github.com/brevdev/brev-cli/e2etest/setup
2727

28-
- name: Report Status
29-
if: always()
30-
uses: ravsamhq/notify-slack-action@v1
31-
with:
32-
status: ${{ job.status }}
33-
notify_when: 'failure'
34-
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
28+
# - name: Report Status
29+
# if: always()
30+
# uses: ravsamhq/notify-slack-action@v1
31+
# with:
32+
# status: ${{ job.status }}
33+
# notify_when: 'failure'
34+
# env:
35+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727

2828
- name: Build
2929
run: make fast-build
30-
- name: Report Status
31-
if: always()
32-
uses: ravsamhq/notify-slack-action@v1
33-
with:
34-
status: ${{ job.status }}
35-
notify_when: "failure"
36-
env:
37-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
30+
# - name: Report Status
31+
# if: always()
32+
# uses: ravsamhq/notify-slack-action@v1
33+
# with:
34+
# status: ${{ job.status }}
35+
# notify_when: "failure"
36+
# env:
37+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/fmt.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
run: make install
3131
- name: check fmt
3232
run: make fmtcheck
33-
- name: Report Status
34-
if: always()
35-
uses: ravsamhq/notify-slack-action@v1
36-
with:
37-
status: ${{ job.status }}
38-
notify_when: 'failure'
39-
env:
40-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
33+
# - name: Report Status
34+
# if: always()
35+
# uses: ravsamhq/notify-slack-action@v1
36+
# with:
37+
# status: ${{ job.status }}
38+
# notify_when: 'failure'
39+
# env:
40+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

.github/workflows/legacy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
file: ./coverage.out
4545
flags: ${{ runner.os }}
4646

47-
- name: Report Status
48-
if: always()
49-
uses: ravsamhq/notify-slack-action@v1
50-
with:
51-
status: ${{ job.status }}
52-
# notify_when: 'failure'
53-
env:
54-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
47+
# - name: Report Status
48+
# if: always()
49+
# uses: ravsamhq/notify-slack-action@v1
50+
# with:
51+
# status: ${{ job.status }}
52+
# # notify_when: 'failure'
53+
# env:
54+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
5555

5656
release-test:
5757
runs-on: ubuntu-20.04

.github/workflows/lint.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
run: make install
2929
- name: lint
3030
run: make lint
31-
- name: Report Status
32-
if: always()
33-
uses: ravsamhq/notify-slack-action@v1
34-
with:
35-
status: ${{ job.status }}
36-
notify_when: "failure"
37-
env:
38-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
31+
# - name: Report Status
32+
# if: always()
33+
# uses: ravsamhq/notify-slack-action@v1
34+
# with:
35+
# status: ${{ job.status }}
36+
# notify_when: "failure"
37+
# env:
38+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

0 commit comments

Comments
 (0)