From e5db5f8db68d2ae8f34f8b173e300d1b14fbfe97 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Tue, 6 May 2025 15:55:04 +0100 Subject: [PATCH 1/5] test ci Signed-off-by: Yuan Zhou --- .github/workflows/linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 39a84d986782..04d35b4dcbf2 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -17,7 +17,7 @@ name: Linux Build using GCC on: push: branches: - - "main" + - "main" paths: - "velox/**" - "!velox/docs/**" From 0c941857b6e580a1cdff3c11d58f44208a940e12 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Tue, 6 May 2025 16:11:22 +0100 Subject: [PATCH 2/5] test Signed-off-by: Yuan Zhou --- .github/workflows/linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 04d35b4dcbf2..39a84d986782 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -17,7 +17,7 @@ name: Linux Build using GCC on: push: branches: - - "main" + - "main" paths: - "velox/**" - "!velox/docs/**" From 523f8b0827de7353357a917280e86ce6729a2d17 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Tue, 6 May 2025 16:16:46 +0100 Subject: [PATCH 3/5] test Signed-off-by: Yuan Zhou --- .github/workflows/linux-build-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build-base.yml b/.github/workflows/linux-build-base.yml index 4f6e6979bab6..6ab00c9f3be9 100644 --- a/.github/workflows/linux-build-base.yml +++ b/.github/workflows/linux-build-base.yml @@ -27,7 +27,7 @@ jobs: adapters: name: Linux release with adapters # prevent errors when forks ff their main branch - if: ${{ github.repository == 'facebookincubator/velox' }} + if: true runs-on: 8-core-ubuntu-22.04 container: ghcr.io/facebookincubator/velox-dev:adapters defaults: From a3f19f70b08940834af3a9e4e4f9ebbb2ccf3a65 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Tue, 6 May 2025 17:55:46 +0100 Subject: [PATCH 4/5] test Signed-off-by: Yuan Zhou --- .github/workflows/linux-build-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build-base.yml b/.github/workflows/linux-build-base.yml index 6ab00c9f3be9..15eb88d32f97 100644 --- a/.github/workflows/linux-build-base.yml +++ b/.github/workflows/linux-build-base.yml @@ -28,7 +28,7 @@ jobs: name: Linux release with adapters # prevent errors when forks ff their main branch if: true - runs-on: 8-core-ubuntu-22.04 + runs-on: ubuntu-22.04 container: ghcr.io/facebookincubator/velox-dev:adapters defaults: run: @@ -122,7 +122,7 @@ jobs: ctest -j 8 --label-exclude cuda_driver --output-on-failure --no-tests=error ubuntu-debug: - runs-on: 8-core-ubuntu-22.04 + runs-on: ubuntu-22.04 # prevent errors when forks ff their main branch if: ${{ github.repository == 'facebookincubator/velox' }} name: "Ubuntu debug with resolve_dependency" From 85023c76a01bdd8827c1cb9d9f37cb2d36540b26 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Tue, 6 May 2025 18:10:13 +0100 Subject: [PATCH 5/5] remove disabled actions Signed-off-by: Yuan Zhou --- .github/workflows/linux-build-base.yml | 34 +++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/linux-build-base.yml b/.github/workflows/linux-build-base.yml index 15eb88d32f97..85810fa070a1 100644 --- a/.github/workflows/linux-build-base.yml +++ b/.github/workflows/linux-build-base.yml @@ -68,10 +68,10 @@ jobs: mv ./${MINIO_BINARY} /usr/local/bin/ fi - - uses: assignUser/stash/restore@v1 - with: - path: '${{ env.CCACHE_DIR }}' - key: ccache-linux-adapters-${{ inputs.use-clang && 'clang' || 'gcc' }} +# - uses: assignUser/stash/restore@v1 +# with: +# path: '${{ env.CCACHE_DIR }}' +# key: ccache-linux-adapters-${{ inputs.use-clang && 'clang' || 'gcc' }} - name: "Zero Ccache Statistics" run: | @@ -106,10 +106,10 @@ jobs: - name: Ccache after run: ccache -s - - uses: assignUser/stash/save@v1 - with: - path: '${{ env.CCACHE_DIR }}' - key: ccache-linux-adapters-${{ inputs.use-clang && 'clang' || 'gcc' }} +# - uses: assignUser/stash/save@v1 +# with: +# path: '${{ env.CCACHE_DIR }}' +# key: ccache-linux-adapters-${{ inputs.use-clang && 'clang' || 'gcc' }} - name: Run Tests # Some of the adapters dependencies are in the 'adapters' conda env @@ -135,11 +135,11 @@ jobs: working-directory: velox steps: - - name: Get Ccache Stash - uses: assignUser/stash/restore@v1 - with: - path: '${{ env.CCACHE_DIR }}' - key: ccache-ubuntu-debug-default-${{ inputs.use-clang && 'clang' || 'gcc' }} +# - name: Get Ccache Stash +# uses: assignUser/stash/restore@v1 +# with: +# path: '${{ env.CCACHE_DIR }}' +# key: ccache-ubuntu-debug-default-${{ inputs.use-clang && 'clang' || 'gcc' }} - name: Ensure Stash Dirs Exists working-directory: ${{ github.workspace }} @@ -172,10 +172,10 @@ jobs: run: | ccache -vs - - uses: assignUser/stash/save@v1 - with: - path: '${{ env.CCACHE_DIR }}' - key: ccache-ubuntu-debug-default-${{ inputs.use-clang && 'clang' || 'gcc' }} +# - uses: assignUser/stash/save@v1 +# with: +# path: '${{ env.CCACHE_DIR }}' +# key: ccache-ubuntu-debug-default-${{ inputs.use-clang && 'clang' || 'gcc' }} - name: Run Tests run: |