Skip to content

Commit

Permalink
Revert "Fix"
Browse files Browse the repository at this point in the history
This reverts commit 67feb17.
  • Loading branch information
PHILO-HE committed Jan 10, 2024
1 parent 67feb17 commit d50f5b7
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ env:
DOCKER_PUSH_REGISTRY: 10.1.0.25:5000
DOCKER_CACHE_REGISTRY: 10.1.0.25:5000
PREVIOUS_DOCKER_PUSH_REGISTRY: 10.0.2.4:5000

concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
Expand All @@ -56,12 +56,9 @@ jobs:
OS_IMAGE_NAME: ubuntu
OS_IMAGE_TAG: 20.04
steps:
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
-v $PWD:/opt/gluten --name ubuntu2004-test-$GITHUB_RUN_ID -e NUM_THREADS=30 -detach 10.1.0.25:5000/gluten-te/gluten-build-ubuntu:20.04 \
'cd /opt/gluten && sleep 14400'
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/checkout.sh
- name: Build Gluten velox third party
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh '
Expand Down Expand Up @@ -105,12 +102,9 @@ jobs:
OS_IMAGE_NAME: ubuntu
OS_IMAGE_TAG: 20.04
steps:
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
-v $PWD:/opt/gluten --name ubuntu2004-test-slow-$GITHUB_RUN_ID -e NUM_THREADS=30 -detach 10.1.0.25:5000/gluten-te/gluten-build-ubuntu:20.04 \
'cd /opt/gluten && sleep 14400'
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/checkout.sh
- name: Build Gluten velox third party
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh '
Expand Down Expand Up @@ -146,12 +140,9 @@ jobs:
OS_IMAGE_NAME: ubuntu
OS_IMAGE_TAG: 20.04
steps:
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
-v $PWD:/opt/gluten --name ubuntu2004-test-spark33-slow-$GITHUB_RUN_ID -e NUM_THREADS=30 -detach 10.1.0.25:5000/gluten-te/gluten-build-ubuntu:20.04 \
'cd /opt/gluten && sleep 14400'
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/checkout.sh
- name: Build Gluten velox third party
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh '
Expand Down Expand Up @@ -186,12 +177,9 @@ jobs:
OS_IMAGE_NAME: ubuntu
OS_IMAGE_TAG: 20.04
steps:
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
-v $PWD:/opt/gluten --name ubuntu2004-test-spark33-$GITHUB_RUN_ID -e NUM_THREADS=30 -detach 10.1.0.25:5000/gluten-te/gluten-build-ubuntu:20.04 \
'cd /opt/gluten && sleep 14400'
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/checkout.sh
- name: Build Gluten velox third party
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh '
Expand Down

0 comments on commit d50f5b7

Please sign in to comment.