Skip to content

Commit

Permalink
revert - use temp CI container
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Aug 22, 2024
1 parent f7c137b commit f0b2964
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .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/facebookincubator/velox-dev:adapters
container: ghcr.io/assignuser/velox_dev:adapters_shared
defaults:
run:
shell: bash
Expand Down
18 changes: 9 additions & 9 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/facebookincubator/velox-dev:centos9
container: ghcr.io/assignuser/velox_dev:adapters_shared
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/facebookincubator/velox-dev:centos9
container: ghcr.io/assignuser/velox_dev:adapters_shared
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/facebookincubator/velox-dev:centos9
container: ghcr.io/assignuser/velox_dev:adapters_shared
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/facebookincubator/velox-dev:centos9
container: ghcr.io/assignuser/velox_dev:adapters_shared
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/facebookincubator/velox-dev:centos9
container: ghcr.io/assignuser/velox_dev:adapters_shared
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/facebookincubator/velox-dev:centos9
container: ghcr.io/assignuser/velox_dev:adapters_shared
needs: compile
timeout-minutes: 120
steps:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f0b2964

Please sign in to comment.