From 237996567b37699ab6259c57df4321cf831329f8 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Mon, 21 Oct 2024 16:59:36 +0200 Subject: [PATCH] use current CI images --- .github/workflows/scheduled.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index b22b938000df..e6cf425881e6 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: @@ -403,7 +403,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 @@ -456,7 +456,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: @@ -491,7 +491,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 @@ -536,7 +536,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: @@ -638,7 +638,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: @@ -674,7 +674,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: