From 26da7a09019dcd18e1a6c646c7668a1f386a7459 Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:16:50 +0000 Subject: [PATCH 1/3] run-system-tests: test ubuntu-latest --- .github/workflows/run-system-tests.yml | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/run-system-tests.yml b/.github/workflows/run-system-tests.yml index 78d315beedd2..ba7318deb2df 100644 --- a/.github/workflows/run-system-tests.yml +++ b/.github/workflows/run-system-tests.yml @@ -1,15 +1,15 @@ name: Run System Tests -on: - push: - branches: - - 'main' +on: pull_request + # push: + # branches: + # - 'main' permissions: contents: read jobs: run-system-tests: name: 'Java ${{ matrix.java.version}}' if: ${{ github.repository == 'spring-projects/spring-boot' }} - runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} + runs-on: ubuntu-latest strategy: matrix: java: @@ -23,18 +23,18 @@ jobs: - name: Prepare Gradle Build uses: ./.github/actions/prepare-gradle-build with: - develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }} + develocity-access-key: dummy-key java-toolchain: ${{ matrix.java.toolchain }} java-version: ${{ matrix.java.version }} - name: Run System Tests id: run-system-tests shell: bash run: ./gradlew systemTest - - name: Send Notification - if: always() - uses: ./.github/actions/send-notification - with: - build-scan-url: ${{ steps.run-system-tests.outputs.build-scan-url }} - run-name: ${{ format('{0} | System Tests | Java {1}', github.ref_name, matrix.java.version) }} - status: ${{ job.status }} - webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }} + # - name: Send Notification + # if: always() + # uses: ./.github/actions/send-notification + # with: + # build-scan-url: ${{ steps.run-system-tests.outputs.build-scan-url }} + # run-name: ${{ format('{0} | System Tests | Java {1}', github.ref_name, matrix.java.version) }} + # status: ${{ job.status }} + # webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }} From df83b53d8bf604882e2510b67db14048662709b8 Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:18:55 +0000 Subject: [PATCH 2/3] run-system-tests: test ubuntu-latest, bypass conditions --- .github/workflows/run-system-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-system-tests.yml b/.github/workflows/run-system-tests.yml index ba7318deb2df..2de48de3ce82 100644 --- a/.github/workflows/run-system-tests.yml +++ b/.github/workflows/run-system-tests.yml @@ -8,7 +8,7 @@ permissions: jobs: run-system-tests: name: 'Java ${{ matrix.java.version}}' - if: ${{ github.repository == 'spring-projects/spring-boot' }} + # if: ${{ github.repository == 'spring-projects/spring-boot' }} runs-on: ubuntu-latest strategy: matrix: From 56332fa94011fdca7cb1954e5c353f7ed51c16e9 Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:10:19 +0000 Subject: [PATCH 3/3] run-system-tests: test tenki-standard-autoscale --- .github/workflows/run-system-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-system-tests.yml b/.github/workflows/run-system-tests.yml index 2de48de3ce82..87a727a50ef8 100644 --- a/.github/workflows/run-system-tests.yml +++ b/.github/workflows/run-system-tests.yml @@ -9,7 +9,7 @@ jobs: run-system-tests: name: 'Java ${{ matrix.java.version}}' # if: ${{ github.repository == 'spring-projects/spring-boot' }} - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale strategy: matrix: java: