Skip to content

Commit

Permalink
Merge pull request #84 from 0chain/enable-s3mgrt-only-tests
Browse files Browse the repository at this point in the history
modify workflow to run only s3 mgrt tests
  • Loading branch information
Kishan-Dhakan committed Jul 26, 2023
2 parents 12e17ad + 0246723 commit 8f39b6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-s3-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ jobs:
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
s3_migration_cli_branch: ${{ env.CURRENT_BRANCH }}
run_api_tests: false
run_api_system_tests: false
run_cli_system_tests: false
run_s3mgrt_system_tests: true


- name: "Set PR status as ${{ job.status }}"
if: ${{ (success() || failure()) && steps.findPr.outputs.number }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/system_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ on:
required: true
jobs:
system-tests:
uses: 0chain/actions/.github/workflows/manual_system_tests.yml@add/s3-migrt
uses: 0chain/actions/.github/workflows/manual_system_tests.yml@master
with:
s3_migration_cli_branch: ${{ github.ref_name }}
repo_snapshots_branch: ${{ github.event.inputs.repo_snapshots_branch }}
test_file_filter: ${{ github.event.inputs.test_file_filter }}
skip_tests: ${{ github.event.inputs.skip_tests }}
run_smoke_tests: ${{ github.event.inputs.run_smoke_tests }}
run_api_system_tests: false
run_cli_system_tests: false
run_s3mgrt_system_tests: true
secrets:
SVC_ACCOUNT_SECRET: ${{ secrets.SVC_ACCOUNT_SECRET }}
DEV1KC: ${{ secrets.DEV1KC }}
Expand Down

0 comments on commit 8f39b6f

Please sign in to comment.