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 Oct 21, 2024
1 parent abfd6e4 commit 7bd649f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -152,7 +153,6 @@ jobs:
steps:

- name: Get Ccache Stash
if: false
uses: assignUser/stash/restore@v1
with:
path: '${{ env.CCACHE_DIR }}'
Expand Down
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 @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7bd649f

Please sign in to comment.