Skip to content

Commit

Permalink
use current CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Nov 18, 2024
1 parent ec2e185 commit 2379965
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2379965

Please sign in to comment.