diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 319505e957122..89c174d2742cb 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -52,7 +52,7 @@ jobs: # prevent errors when forks ff their main branch if: ${{ github.repository == 'facebookincubator/velox' }} runs-on: 8-core-ubuntu - container: ghcr.io/facebookincubator/velox-dev:adapters + container: ghcr.io/assignuser/velox_dev:adapters_shared defaults: run: shell: bash diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 4b1370fb00367..a67590388ba0b 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -89,7 +89,7 @@ jobs: # prevent errors when forks ff their main branch if: ${{ github.repository == 'facebookincubator/velox' }} runs-on: 16-core-ubuntu - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared timeout-minutes: 120 env: CCACHE_DIR: "${{ github.workspace }}/.ccache" @@ -330,7 +330,7 @@ jobs: name: Presto Fuzzer if: ${{ needs.compile.outputs.presto_bias != 'true' }} runs-on: ubuntu-latest - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared needs: compile timeout-minutes: 120 steps: @@ -402,7 +402,7 @@ jobs: presto-bias-fuzzer: name: Presto Bias Fuzzer runs-on: ubuntu-latest - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared needs: compile if: ${{ needs.compile.outputs.presto_bias == 'true' }} timeout-minutes: 120 @@ -454,7 +454,7 @@ jobs: spark-aggregate-fuzzer-run: name: Spark Aggregate Fuzzer runs-on: ubuntu-latest - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared needs: compile timeout-minutes: 60 steps: @@ -489,7 +489,7 @@ jobs: spark-bias-fuzzer: name: Spark Bias Fuzzer runs-on: ubuntu-latest - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared needs: compile if: ${{ needs.compile.outputs.spark_bias == 'true' }} timeout-minutes: 120 @@ -534,7 +534,7 @@ jobs: name: Spark Fuzzer if: ${{ needs.compile.outputs.spark_bias != 'true' }} runs-on: ubuntu-latest - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared needs: compile timeout-minutes: 120 steps: @@ -576,7 +576,7 @@ jobs: join-fuzzer-run: name: Join Fuzzer runs-on: ubuntu-latest - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared needs: compile timeout-minutes: 120 steps: @@ -610,7 +610,7 @@ jobs: exchange-fuzzer-run: name: Exchange Fuzzer runs-on: ubuntu-latest - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared needs: compile timeout-minutes: 120 steps: @@ -646,7 +646,7 @@ jobs: row-number-fuzzer-run: name: RowNumber Fuzzer runs-on: ubuntu-latest - container: ghcr.io/facebookincubator/velox-dev:centos9 + container: ghcr.io/assignuser/velox_dev:adapters_shared needs: compile timeout-minutes: 120 steps: