From 999f5626afe4b4dee7f180d4870fe70205970f25 Mon Sep 17 00:00:00 2001 From: Alif Merchant Date: Fri, 29 Nov 2024 15:11:56 -0800 Subject: [PATCH 1/2] run dsql tests on pull --- .github/workflows/dsqlmaven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dsqlmaven.yml b/.github/workflows/dsqlmaven.yml index bf54466..ba4a8be 100644 --- a/.github/workflows/dsqlmaven.yml +++ b/.github/workflows/dsqlmaven.yml @@ -6,6 +6,8 @@ on: # Generate new docker images on release tags. tags: - 'v*' + pull_request: + branches: [ dsql-specific ] # Give us a button to allow running the workflow on demand for testing. workflow_dispatch: inputs: From 56ee2320a7ea5cd317cfd6041c75608cdcc43019 Mon Sep 17 00:00:00 2001 From: Alif Merchant Date: Sun, 1 Dec 2024 14:28:29 -0800 Subject: [PATCH 2/2] move dsql integ concurrency rule to benchmark job --- .github/workflows/dsqlmaven.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dsqlmaven.yml b/.github/workflows/dsqlmaven.yml index ba4a8be..76bae7e 100644 --- a/.github/workflows/dsqlmaven.yml +++ b/.github/workflows/dsqlmaven.yml @@ -21,10 +21,6 @@ env: JAVA_VERSION: 21 ERRORS_THRESHOLD: 0.01 -concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} - cancel-in-progress: true - jobs: compile: runs-on: ubuntu-latest @@ -86,6 +82,9 @@ jobs: auroradsql: needs: package-and-upload runs-on: ubuntu-latest + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: false permissions: id-token: write # This is required for requesting the JWT contents: read