Fix CI indentation
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 1m0s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m16s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m18s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 11m17s
Smoke Test / Run basic test suite (pull_request) Successful in 5m38s

This commit is contained in:
Prathamesh Musale 2024-04-05 12:44:21 +05:30
parent 009af58774
commit 8e32ae975c
11 changed files with 154 additions and 154 deletions

View File

@ -44,18 +44,18 @@ jobs:
- name: "Run fixturenet-eth tests" - name: "Run fixturenet-eth tests"
run: ./tests/fixturenet-eth-plugeth/run-test.sh run: ./tests/fixturenet-eth-plugeth/run-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -48,18 +48,18 @@ jobs:
- name: "Run fixturenet-eth tests" - name: "Run fixturenet-eth tests"
run: ./tests/fixturenet-eth-plugeth/run-test.sh run: ./tests/fixturenet-eth-plugeth/run-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -46,18 +46,18 @@ jobs:
- name: "Run fixturenet-eth tests" - name: "Run fixturenet-eth tests"
run: ./tests/fixturenet-eth/run-test.sh run: ./tests/fixturenet-eth/run-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -49,18 +49,18 @@ jobs:
- name: "Run laconic CLI tests" - name: "Run laconic CLI tests"
run: ./tests/fixturenet-laconicd/run-cli-test.sh run: ./tests/fixturenet-laconicd/run-cli-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -55,18 +55,18 @@ jobs:
draft: ${{ endsWith('publish-test', github.ref ) }} draft: ${{ endsWith('publish-test', github.ref ) }}
files: ./laconic-so files: ./laconic-so
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -52,18 +52,18 @@ jobs:
join_cgroup join_cgroup
./tests/container-registry/run-test.sh ./tests/container-registry/run-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -50,18 +50,18 @@ jobs:
join_cgroup join_cgroup
./tests/database/run-test.sh ./tests/database/run-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -48,18 +48,18 @@ jobs:
- name: "Run deploy tests" - name: "Run deploy tests"
run: ./tests/deploy/run-deploy-test.sh run: ./tests/deploy/run-deploy-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -52,18 +52,18 @@ jobs:
join_cgroup join_cgroup
./tests/k8s-deploy/run-deploy-test.sh ./tests/k8s-deploy/run-deploy-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -50,18 +50,18 @@ jobs:
- name: "Run webapp tests" - name: "Run webapp tests"
run: ./tests/webapp-test/run-webapp-test.sh run: ./tests/webapp-test/run-webapp-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}

View File

@ -48,18 +48,18 @@ jobs:
- name: "Run smoke tests" - name: "Run smoke tests"
run: ./tests/smoke-test/run-smoke-test.sh run: ./tests/smoke-test/run-smoke-test.sh
- name: Notify Vulcanize Slack on CI failure - name: Notify Vulcanize Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.VULCANIZE_SLACK_CI_ALERTS }}
- name: Notify DeepStack Slack on CI failure - name: Notify DeepStack Slack on CI failure
if: always() if: always()
uses: ravsamhq/notify-slack-action@v2 uses: ravsamhq/notify-slack-action@v2
with: with:
status: ${{ job.status }} status: ${{ job.status }}
notify_when: 'failure' notify_when: 'failure'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }} SLACK_WEBHOOK_URL: ${{ secrets.DEEPSTACK_SLACK_CI_ALERTS }}