diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index f72f621b77ac..be6805735d5a 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/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:adapters defaults: run: shell: bash @@ -61,6 +61,7 @@ jobs: VELOX_DEPENDENCY_SOURCE: SYSTEM GTest_SOURCE: BUNDLED # remove once images have it #10670 simdjson_SOURCE: BUNDLED + folly_SOURCE: BUNDLED xsimd_SOURCE: BUNDLED CUDA_VERSION: "12.4" steps: @@ -152,7 +153,6 @@ jobs: steps: - name: Get Ccache Stash - if: false uses: assignUser/stash/restore@v1 with: path: '${{ env.CCACHE_DIR }}' diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index b12c2c40c858..a487dd4bbb4c 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/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:centos9 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/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:centos9 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/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:centos9 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/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:centos9 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/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:centos9 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/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:centos9 needs: compile timeout-minutes: 120 steps: @@ -636,7 +636,7 @@ jobs: exchange-fuzzer-run: name: Exchange Fuzzer runs-on: ubuntu-latest - container: ghcr.io/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:centos9 needs: compile timeout-minutes: 120 steps: @@ -672,7 +672,7 @@ jobs: row-number-fuzzer-run: name: RowNumber Fuzzer runs-on: ubuntu-latest - container: ghcr.io/assignuser/velox_dev:adapters_shared + container: ghcr.io/facebookincubator/velox-dev:centos9 needs: compile timeout-minutes: 120 steps: