From 95dff2fa0671e3bd93b2d60175426ca1764a8128 Mon Sep 17 00:00:00 2001 From: stewartie4 Date: Tue, 5 Dec 2023 21:34:36 +0000 Subject: [PATCH] consume feature/fall-back-to-previous-commit-test --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 476e0cdf6e..922341c46f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Check CI id: check-ci - uses: 0chain/actions/get-build-state@master + uses: 0chain/actions/get-build-state@feature/fall-back-to-previous-commit-test with: github_token: ${{ github.token }} repository: "0chain/system_test" @@ -81,7 +81,7 @@ jobs: github-token: ${{ github.token }} - name: "Set PR status as pending" - uses: 0chain/actions/set-pr-status@master + uses: 0chain/actions/set-pr-status@feature/fall-back-to-previous-commit-test if: steps.findPr.outputs.number && github.event.inputs.test_file_filter == '' with: pr_number: ${{ steps.findPr.outputs.pr }} @@ -195,7 +195,7 @@ jobs: - name: "Deploy 0Chain" if: github.event_name == 'push' || github.event.inputs.existing_network == '' - uses: 0chain/actions/deploy-0chain@master + uses: 0chain/actions/deploy-0chain@feature/fall-back-to-previous-commit-test with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }} @@ -208,7 +208,7 @@ jobs: svc_account_secret: ${{ secrets.SVC_ACCOUNT_SECRET }} - name: "Run System tests" - uses: 0chain/actions/run-system-tests@master + uses: 0chain/actions/run-system-tests@feature/fall-back-to-previous-commit-test with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" system_tests_branch: ${{ env.CURRENT_BRANCH }} @@ -236,7 +236,7 @@ jobs: - name: "Set PR status as ${{ job.status }}" if: ${{ (success() || failure()) && steps.findPr.outputs.number && github.event.inputs.test_file_filter == '' }} - uses: 0chain/actions/set-pr-status@master + uses: 0chain/actions/set-pr-status@feature/fall-back-to-previous-commit-test with: pr_number: ${{ steps.findPr.outputs.pr }} description: "System tests with default config ${{ job.status }}"