Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
frazarshad committed Oct 31, 2024
1 parent f0612e9 commit 31a1fe0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/post-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
description: 'site for datadog'
required: false
default: 'us3.datadoghq.com'
gcp-credentials:
description: 'gcp'
required: false

jobs:
dump_ci_stats:
Expand All @@ -32,7 +35,7 @@ jobs:

- name: Run Final Job and Send Logs to GCP
env:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
GCP_CREDENTIALS: ${{ inputs.gcp-credentials }}
run: |
node .github/actions/ci-test-result.cjs ./packages/*/_testoutput.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ jobs:
timeout-minutes: 4
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-multichain-e2e:
needs: pre_check
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-quick2:
# BEGIN-TEST-BOILERPLATE
Expand Down Expand Up @@ -343,6 +344,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

##############
# Long-running tests are executed individually.
Expand Down Expand Up @@ -386,6 +388,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-solo:
# BEGIN-TEST-BOILERPLATE
Expand Down Expand Up @@ -427,6 +430,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-cosmic-swingset:
# BEGIN-TEST-BOILERPLATE
Expand Down Expand Up @@ -471,6 +475,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-inter-protocol:
# BEGIN-TEST-BOILERPLATE
Expand Down Expand Up @@ -512,6 +517,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-boot:
# BEGIN-TEST-BOILERPLATE
Expand Down Expand Up @@ -557,6 +563,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-swingset:
# BEGIN-TEST-BOILERPLATE
Expand Down Expand Up @@ -608,6 +615,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-zoe-unit:
# BEGIN-TEST-BOILERPLATE
Expand Down Expand Up @@ -651,6 +659,7 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}

test-zoe-swingset:
# BEGIN-TEST-BOILERPLATE
Expand Down Expand Up @@ -693,3 +702,4 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}
1 change: 1 addition & 0 deletions .github/workflows/test-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
continue-on-error: true
timeout-minutes: 4
with:
gcp-credentials: ${{ secrets.GCP_CREDENTIALS }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 31a1fe0

Please sign in to comment.