Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/main/go_modules-dc30f4…
Browse files Browse the repository at this point in the history
…7365
  • Loading branch information
ac4ch authored Dec 11, 2024
2 parents ad45b16 + d7d9eb0 commit ae610f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@
- color: 50e061
description: "PR was tested by a team member"
name: "tested"
- color: "8e7cc3"
description: "Runs regression tests"
name: "regression-tests"
18 changes: 14 additions & 4 deletions .github/workflows/trigger-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@ on:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: print
run: echo "Hello, World!"
uses: 4chain-ag/spv-wallet-regression/.github/workflows/run-regression-tests.yaml@main
with:
run_id: '${{ github.run_id }}-${{ github.run_attempt }}'
keep_instances: ${{ inputs.keep_instances }}
go_client_ref: ${{ github.head_ref || github.ref }}
run_js_client_tests: false
secrets:
MASTER_INSTANCE_URL: ${{ secrets.REG_MASTER_INSTANCE_URL }}
MASTER_INSTANCE_XPRIV: ${{ secrets.REG_MASTER_INSTANCE_XPRIV }}
BLOCK_HEADERS_SERVICE_URL: ${{ secrets.REG_BLOCK_HEADERS_SERVICE_URL }}
BLOCK_HEADERS_SERVICE_AUTH_TOKEN: ${{ secrets.REG_BLOCK_HEADERS_SERVICE_AUTH_TOKEN }}
ARGOCD_SERVER: ${{ secrets.REG_ARGOCD_SERVER }}
ARGOCD_USERNAME: ${{ secrets.REG_ARGOCD_USERNAME }}
ARGOCD_PASSWORD: ${{ secrets.REG_ARGOCD_PASSWORD }}

0 comments on commit ae610f5

Please sign in to comment.