From d7c16ddbca766883a4c416c55d44594e64ae682d Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Fri, 29 Aug 2025 19:35:51 +0530 Subject: [PATCH 01/15] assemble: test tenki-standard-autoscale --- .github/workflows/assembleFlavors.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/assembleFlavors.yml b/.github/workflows/assembleFlavors.yml index a18c2d339c80..1143b489041e 100644 --- a/.github/workflows/assembleFlavors.yml +++ b/.github/workflows/assembleFlavors.yml @@ -3,9 +3,7 @@ name: "Assemble" -on: - pull_request: - branches: [ master, stable-* ] +on: pull_request # Declare default permissions as read only. permissions: read-all @@ -16,7 +14,7 @@ concurrency: jobs: flavor: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale strategy: fail-fast: false matrix: From 7bc417002d0d2ff0546de772ee6e626e6a39222f Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Fri, 29 Aug 2025 19:57:34 +0530 Subject: [PATCH 02/15] assemble: test tenki-standard-medium-4c-8g --- .github/workflows/assembleFlavors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assembleFlavors.yml b/.github/workflows/assembleFlavors.yml index 1143b489041e..73ffcce8c87b 100644 --- a/.github/workflows/assembleFlavors.yml +++ b/.github/workflows/assembleFlavors.yml @@ -14,7 +14,7 @@ concurrency: jobs: flavor: - runs-on: tenki-standard-autoscale + runs-on: tenki-standard-medium-4c-8g strategy: fail-fast: false matrix: From e99db1a5d2702c05cdce545d08845243cf22b9d7 Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Fri, 29 Aug 2025 20:16:39 +0530 Subject: [PATCH 03/15] assemble: test tenki-standard-large-8c-16g --- .github/workflows/assembleFlavors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assembleFlavors.yml b/.github/workflows/assembleFlavors.yml index 73ffcce8c87b..2b9a2e1e3f11 100644 --- a/.github/workflows/assembleFlavors.yml +++ b/.github/workflows/assembleFlavors.yml @@ -14,7 +14,7 @@ concurrency: jobs: flavor: - runs-on: tenki-standard-medium-4c-8g + runs-on: tenki-standard-large-8c-16g strategy: fail-fast: false matrix: From 7ee7b6e158abcf5231bf49d5a4d15e9b195e7bcd Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Fri, 29 Aug 2025 20:34:07 +0530 Subject: [PATCH 04/15] assemble: test tenki-standard-large-plus-16c-32g --- .github/workflows/assembleFlavors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assembleFlavors.yml b/.github/workflows/assembleFlavors.yml index 2b9a2e1e3f11..1fdb928bd7c4 100644 --- a/.github/workflows/assembleFlavors.yml +++ b/.github/workflows/assembleFlavors.yml @@ -14,7 +14,7 @@ concurrency: jobs: flavor: - runs-on: tenki-standard-large-8c-16g + runs-on: tenki-standard-large-plus-16c-32g strategy: fail-fast: false matrix: From 314be4d539a09fda193e13512dd3edf0dc75485a Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Fri, 29 Aug 2025 20:56:37 +0530 Subject: [PATCH 05/15] assemble: test ubuntu-latest --- .github/workflows/assembleFlavors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assembleFlavors.yml b/.github/workflows/assembleFlavors.yml index 1fdb928bd7c4..320b1b5c0291 100644 --- a/.github/workflows/assembleFlavors.yml +++ b/.github/workflows/assembleFlavors.yml @@ -14,7 +14,7 @@ concurrency: jobs: flavor: - runs-on: tenki-standard-large-plus-16c-32g + runs-on: ubuntu-latest strategy: fail-fast: false matrix: From 36d91d166de2d56a2e7d97fc689630910fd1cf7f Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 14:21:18 +0530 Subject: [PATCH 06/15] analysis: test ubuntu-latest --- .github/workflows/analysis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 5a97de26f5d3..e5dfdd369810 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -10,11 +10,8 @@ name: "Analysis" -on: - pull_request: - branches: [ "master", "main", "stable-*" ] - push: - branches: [ "master", "main", "stable-*" ] +on: pull_request + permissions: pull-requests: write From dbfc79055916e00457b38730aee933b9ade45606 Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 14:37:53 +0530 Subject: [PATCH 07/15] analysis: test tenki-standard-autoscale --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index e5dfdd369810..49cc4a09905d 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -23,7 +23,7 @@ concurrency: jobs: analysis: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale steps: - name: Disabled on forks if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }} From ad6dc762fa36a84d832bbb5e3ca7e009c11b4ade Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 14:51:40 +0530 Subject: [PATCH 08/15] analysis: test tenki-standard-medium-4c-8g --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 49cc4a09905d..e8fdd3571fce 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -23,7 +23,7 @@ concurrency: jobs: analysis: - runs-on: tenki-standard-autoscale + runs-on: tenki-standard-medium-4c-8g steps: - name: Disabled on forks if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }} From 7cc10d95f435c1d57ad4b0a9b929a5c8d3c5d511 Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 15:11:55 +0530 Subject: [PATCH 09/15] analysis: test tenki-standard-large-8c-16g --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index e8fdd3571fce..2e4418bf81d5 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -23,7 +23,7 @@ concurrency: jobs: analysis: - runs-on: tenki-standard-medium-4c-8g + runs-on: tenki-standard-large-8c-16g steps: - name: Disabled on forks if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }} From 3c66480b91940c4e22079b32abf108bddc679286 Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 15:21:27 +0530 Subject: [PATCH 10/15] analysis: test tenki-standard-large-plus-16c-32g --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 2e4418bf81d5..248c50e2e849 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -23,7 +23,7 @@ concurrency: jobs: analysis: - runs-on: tenki-standard-large-8c-16g + runs-on: tenki-standard-large-plus-16c-32g steps: - name: Disabled on forks if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }} From 5a437acb6fe2cc6f9eaddefb718633b9ad67d078 Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 15:37:21 +0530 Subject: [PATCH 11/15] codeql: test ubuntu-latest --- .github/workflows/codeql.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5fd57479c124..f9372189ce8a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -9,13 +9,7 @@ name: "CodeQL" -on: - push: - branches: [ "master", "main", "stable-*" ] - pull_request: - branches: [ "master", "main" ] - schedule: - - cron: '24 18 * * 3' +on: pull_request permissions: contents: read From 005db566e58154b065a1969eb47e237935540e7c Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 16:03:14 +0530 Subject: [PATCH 12/15] codeql: test tenki-standard-autoscale --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f9372189ce8a..c85eac2cc046 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ permissions: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale permissions: actions: read contents: read From 4a9582127296fdb80f06ded2ccf3e0498f3291d5 Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 16:41:34 +0530 Subject: [PATCH 13/15] codeql: test tenki-standard-autoscale, bypass conditions to succeed the job --- .github/workflows/codeql.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c85eac2cc046..8e0914d5ae19 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: with: persist-credentials: false - name: Set Swap Space - if: runner.environment == 'github-hosted' + # if: runner.environment == 'github-hosted' uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0 with: swap-size-gb: 10 @@ -51,4 +51,7 @@ jobs: echo "org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties" ./gradlew assembleDebug - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 + uses: github/codeql-action/analyze@v3 + with: + upload: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} + From e6b1c40ed4ad67b4c925c3703cdefd1fca93af8e Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 16:49:07 +0530 Subject: [PATCH 14/15] codeql: test tenki-standard-autoscale, bypass conditions to succeed the job --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8e0914d5ae19..d09474e0c8bf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: with: persist-credentials: false - name: Set Swap Space - # if: runner.environment == 'github-hosted' + if: runner.environment == 'github-hosted' uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0 with: swap-size-gb: 10 From 060817671afb6ea20d7ed113271357bacfb4adf7 Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Mon, 1 Sep 2025 21:14:13 +0530 Subject: [PATCH 15/15] codeql: test ubuntu-latest --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d09474e0c8bf..02a7b307ca5e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ permissions: jobs: analyze: name: Analyze - runs-on: tenki-standard-autoscale + runs-on: ubuntu-latest permissions: actions: read contents: read