diff --git a/.github/workflows/crib-integration-test.yml b/.github/workflows/crib-integration-test.yml index a67ac641bf9..0dda07f285e 100644 --- a/.github/workflows/crib-integration-test.yml +++ b/.github/workflows/crib-integration-test.yml @@ -73,7 +73,7 @@ jobs: echo $GITHUB_WORKSPACE - name: Deploy and validate CRIB Environment for Core - uses: smartcontractkit/.github/actions/crib-deploy-environment@c0b38e6c40d72d01b8d2f24f92623a2538b3dedb # crib-deploy-environment@0.5.0 + uses: smartcontractkit/.github/actions/crib-deploy-environment@9a4954089045a765eca4bac68f396b2df5a5ea25 # crib-deploy-environment@0.7.1 id: deploy-crib with: github-token: ${{ steps.token.outputs.access-token }} @@ -85,6 +85,7 @@ jobs: ingress-base-domain: ${{ secrets.INGRESS_BASE_DOMAIN_STAGE }} k8s-cluster-name: ${{ secrets.AWS_K8S_CLUSTER_NAME_STAGE }} devspace-profiles: "local-dev-simulated-core-ocr1" + crib-alert-slack-webhook: ${{ secrets.CRIB_ALERT_SLACK_WEBHOOK }} - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Setup go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 @@ -99,7 +100,7 @@ jobs: CRIB_NODES: 5 GAP_URL: ${{ secrets.GAP_URL }} SETH_LOG_LEVEL: info -# RESTY_DEBUG: true + # RESTY_DEBUG: true TEST_PERSISTENCE: true run: |- go test -v -run TestCRIB @@ -108,4 +109,4 @@ jobs: if: always() && steps.deploy-crib.outputs.devspace-namespace != '' uses: smartcontractkit/.github/actions/crib-purge-environment@c0b38e6c40d72d01b8d2f24f92623a2538b3dedb # crib-purge-environment@0.1.0 with: - namespace: ${{ steps.deploy-crib.outputs.devspace-namespace }} \ No newline at end of file + namespace: ${{ steps.deploy-crib.outputs.devspace-namespace }}