Skip to content

Commit

Permalink
Merge branch 'master' into tokenomics_suite_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 authored Aug 10, 2023
2 parents 9443cfc + 66536e5 commit b87ca9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mirror repo to S3
on:
schedule:
# Runs everyday at 4:10 am
- cron: '10 4 * * * '
- cron: '10 4 * * *'
workflow_dispatch:

jobs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/nightly-challenge-sprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo "RUNNER_NUMBER=${RUNNER_NAME:(-1)}" >> $GITHUB_ENV
- name: "Deploy 0Chain"
uses: 0chain/actions/deploy-0chain@feature/challenge_system_tests
uses: 0chain/actions/deploy-0chain@master
with:
repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}"
kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }}
Expand All @@ -33,7 +33,7 @@ jobs:
svc_account_secret: ${{ secrets.SVC_ACCOUNT_SECRET }}

- name: "Run Challenge System tests"
uses: 0chain/actions/run-system-tests@feature/challenge_system_tests
uses: 0chain/actions/run-system-tests@master
with:
repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}"
network: ${{ env.NETWORK_URL }}
Expand All @@ -45,6 +45,8 @@ jobs:
run_cli_system_tests: false
run_tokenomics_system_tests: false
run_smoke_tests: false
run_s3mgrt_system_tests: false
run_challenge_system_tests: true
test_file_filter: ${{ env.TEST_FILE_FILTER }}
TENDERLY_FORK_ID: ${{ secrets.TENDERLY_FORK_ID }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
Expand Down

0 comments on commit b87ca9b

Please sign in to comment.