Skip to content

Commit

Permalink
Cleanup setup-gap errors in gh test summaries (#13654)
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon authored Jun 24, 2024
1 parent e48ff66 commit 3f6d759
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation-nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automation-ondemand-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
echo "version=${{ inputs.chainlinkVersionUpdate }}" >>$GITHUB_OUTPUT
fi
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
echo "run_command=./smoke/${{ matrix.product.name }}_test.go" >> "$GITHUB_OUTPUT"
fi
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
echo "run_command=./smoke/${{ matrix.product.name }}_test.go" >> "$GITHUB_OUTPUT"
fi
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -666,7 +666,7 @@ jobs:
run: |
docker logs otel-collector
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/live-testnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -742,7 +742,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -825,7 +825,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -904,7 +904,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -983,7 +983,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -1062,7 +1062,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-vrf-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup GAP for Grafana
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # setup-gap@0.2.2
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit 3f6d759

Please sign in to comment.