diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cf539cb58..aad52aceef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,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@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }} diff --git a/.github/workflows/nightly-challenge-sprint.yaml b/.github/workflows/nightly-challenge-sprint.yaml index 68f9ee0581..a783fabf95 100644 --- a/.github/workflows/nightly-challenge-sprint.yaml +++ b/.github/workflows/nightly-challenge-sprint.yaml @@ -17,7 +17,7 @@ jobs: run: | echo "NETWORK_URL=$(echo dev-${RUNNER_NAME:(-1)}.devnet-0chain.net)" >> $GITHUB_ENV echo "RUNNER_NUMBER=${RUNNER_NAME:(-1)}" >> $GITHUB_ENV - echo "REPO_SNAPSHOTS_BRANCH=current-sprint" >> $GITHUB_ENV + echo "REPO_SNAPSHOTS_BRANCH=feature/enterprise-blobber" >> $GITHUB_ENV - name: 'Setup jq' uses: dcarbone/install-jq-action@v2.1.0 @@ -39,7 +39,7 @@ jobs: echo "TENDERLY_VIRTUAL_TESTNET_RPC_ID=$(echo '${{ env.TENDERLY_CREATION_INFO }}' | jq -r '.container.connectivityConfig.endpoints[0].id')" >> $GITHUB_ENV - name: "Deploy 0Chain" - uses: 0chain/actions/deploy-0chain@master + uses: 0chain/actions/deploy-0chain@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }} @@ -52,7 +52,7 @@ jobs: svc_account_secret: ${{ secrets.SVC_ACCOUNT_SECRET }} - name: "Run Challenge System tests" - uses: 0chain/actions/run-system-tests@master + uses: 0chain/actions/run-system-tests@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" network: ${{ env.NETWORK_URL }} diff --git a/.github/workflows/tokenomics_ci.yml b/.github/workflows/tokenomics_ci.yml index de2819d052..627d922ad7 100644 --- a/.github/workflows/tokenomics_ci.yml +++ b/.github/workflows/tokenomics_ci.yml @@ -30,7 +30,7 @@ jobs: run: | echo "NETWORK_URL=$(echo ${{ github.event.inputs.existing_network }})" >> $GITHUB_ENV echo "TEST_FILE_FILTER=$(echo $(([ -z '${{github.event.inputs.test_file_filter}}' ] && echo '') || echo '${{github.event.inputs.test_file_filter}}'))" >> $GITHUB_ENV - echo "REPO_SNAPSHOTS_BRANCH=current-sprint" >> $GITHUB_ENV + echo "REPO_SNAPSHOTS_BRANCH=feature/enterprise-blobber" >> $GITHUB_ENV - name: "Config: Deploy new 0Chain network then run tests against it" if: github.event_name == 'push' || github.event.inputs.existing_network == '' @@ -45,12 +45,12 @@ jobs: echo "TOKENOMICS_BLOCK_REWARD_TESTS=$(echo $(([ -z 'TestBlockRewardsForBlobbers' ] && echo '') || echo 'TestBlockRewardsForBlobbers'))" >> $GITHUB_ENV echo "TOKENOMICS_MIN_STAKE_TESTS=$(echo $(([ -z 'TestMinStakeForProviders' ] && echo '') || echo 'TestMinStakeForProviders'))" >> $GITHUB_ENV echo "CLIENT_THROTTLING=$(echo $(([ -z 'TestClientThrottling' ] && echo '') || echo 'TestClientThrottling'))" >> $GITHUB_ENV - echo "REPO_SNAPSHOTS_BRANCH=current-sprint" >> $GITHUB_ENV + echo "REPO_SNAPSHOTS_BRANCH=feature/enterprise-blobber" >> $GITHUB_ENV - name: "Deploy 0Chain" if: github.event_name == 'push' || github.event.inputs.existing_network == '' - uses: 0chain/actions/deploy-0chain-2b2v@master + uses: 0chain/actions/deploy-0chain-2b2v@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }} @@ -82,7 +82,7 @@ jobs: - name: "Deploy 0Chain" if: github.event_name == 'push' || github.event.inputs.existing_network == '' - uses: 0chain/actions/deploy-0chain-2b2v@master + uses: 0chain/actions/deploy-0chain-2b2v@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }} @@ -114,7 +114,7 @@ jobs: - name: "Deploy 0Chain" if: github.event_name == 'push' || github.event.inputs.existing_network == '' - uses: 0chain/actions/deploy-0chain-3b3v@master + uses: 0chain/actions/deploy-0chain-3b3v@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }} @@ -146,7 +146,7 @@ jobs: - name: "Deploy 0Chain" if: github.event_name == 'push' || github.event.inputs.existing_network == '' - uses: 0chain/actions/deploy-0chain-2b2v@master + uses: 0chain/actions/deploy-0chain-2b2v@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }} @@ -196,7 +196,7 @@ jobs: - name: "Deploy 0Chain" if: github.event_name == 'push' || github.event.inputs.existing_network == '' - uses: 0chain/actions/deploy-0chain-minstake@master + uses: 0chain/actions/deploy-0chain-minstake@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }} @@ -228,7 +228,7 @@ jobs: - name: "Deploy 0Chain" if: github.event_name == 'push' || github.event.inputs.existing_network == '' - uses: 0chain/actions/deploy-0chain-fileops-limits@master + uses: 0chain/actions/deploy-0chain-fileops-limits@mixed/sharder-images with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEV{0}KC', env.RUNNER_NUMBER)] }}