diff --git a/.github/workflows/arrow-flight-tests.yml b/.github/workflows/arrow-flight-tests.yml index d9ddab9acc9f0..3aab27ff09c58 100644 --- a/.github/workflows/arrow-flight-tests.yml +++ b/.github/workflows/arrow-flight-tests.yml @@ -61,6 +61,9 @@ jobs: runs-on: ubuntu-22.04 container: image: prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84 + concurrency: + group: ${{ github.workflow }}-prestocpp-linux-build-for-test-${{ github.event.pull_request.number }} + cancel-in-progress: true env: CCACHE_DIR: "${{ github.workspace }}/ccache" DEPENDENCY_DIR: "${{ github.workspace }}/adapter-deps/download" diff --git a/.github/workflows/owasp-dependency-check.yml b/.github/workflows/owasp-dependency-check.yml index 0cc8c768d81c3..c40339d2dd393 100644 --- a/.github/workflows/owasp-dependency-check.yml +++ b/.github/workflows/owasp-dependency-check.yml @@ -14,6 +14,9 @@ on: jobs: dependency-check: runs-on: ubuntu-latest + concurrency: + group: ${{ github.workflow }}-owasp-dependency-check-${{ github.event.pull_request.number }} + cancel-in-progress: true env: CVSS_THRESHOLD: ${{ github.event.inputs.cvss-threshold || '7.0' }} OWASP_VERSION: 12.1.3 diff --git a/.github/workflows/prestocpp-linux-build-and-unit-test.yml b/.github/workflows/prestocpp-linux-build-and-unit-test.yml index 0f455b01be7e9..73490400c34bf 100644 --- a/.github/workflows/prestocpp-linux-build-and-unit-test.yml +++ b/.github/workflows/prestocpp-linux-build-and-unit-test.yml @@ -339,6 +339,9 @@ jobs: matrix: storage-format: [PARQUET, DWRF] enable-sidecar: ["true", "false"] + concurrency: + group: ${{ github.workflow }}-prestocpp-linux-presto-on-spark-e2e-tests-${{ matrix.storage-format }}-${{ matrix.enable-sidecar }}-${{ github.event.pull_request.number }} + cancel-in-progress: true container: image: prestodb/presto-native-dependency:0.296-20251021214746-7eb2686 env: @@ -434,6 +437,9 @@ jobs: runs-on: ubuntu-22.04 container: image: prestodb/presto-native-dependency:0.296-20251021214746-7eb2686 + concurrency: + group: ${{ github.workflow }}-prestocpp-linux-presto-sidecar-tests-${{ github.event.pull_request.number }} + cancel-in-progress: true env: MAVEN_OPTS: -Xmx4G -XX:+ExitOnOutOfMemoryError MAVEN_FAST_INSTALL: -B -V --quiet -T 1C -DskipTests -Dair.check.skip-all -Dmaven.javadoc.skip=true @@ -523,6 +529,9 @@ jobs: runs-on: ubuntu-22.04 container: image: prestodb/presto-native-dependency:0.296-20251021214746-7eb2686 + concurrency: + group: ${{ github.workflow }}-prestocpp-linux-presto-plan-checker-router-plugin-tests-${{ github.event.pull_request.number }} + cancel-in-progress: true env: MAVEN_OPTS: -Xmx4G -XX:+ExitOnOutOfMemoryError MAVEN_FAST_INSTALL: -B -V --quiet -T 1C -DskipTests -Dair.check.skip-all -Dmaven.javadoc.skip=true