From eb20793e9ba1479c68aec719d639afdec74c84e4 Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Wed, 3 Sep 2025 13:12:59 +0530 Subject: [PATCH 1/5] codeql: test ubuntu-latest, bypass conditions --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1e4f84beea692..11fe432bdf366 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,7 +2,7 @@ # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization -# + # SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: MIT From e238cf5313534662cccd76714be3074a19e2adeb Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Wed, 3 Sep 2025 15:59:58 +0530 Subject: [PATCH 2/5] codeql: test tenki-standard-autoscale --- .github/workflows/cypress.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 11fe432bdf366..e0b0c46ea8823 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -30,7 +30,7 @@ permissions: jobs: init: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale outputs: nodeVersion: ${{ steps.versions.outputs.nodeVersion }} npmVersion: ${{ steps.versions.outputs.npmVersion }} @@ -94,7 +94,7 @@ jobs: path: ./ cypress: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale needs: init strategy: @@ -228,7 +228,7 @@ jobs: path: data.tar summary: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale needs: [init, cypress] if: always() From 1a66cba38e90ac474197c9c52fe21aceb0771a8c Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Wed, 3 Sep 2025 16:19:44 +0530 Subject: [PATCH 3/5] codeql: test tenki-standard-medium-4c-8g --- .github/workflows/cypress.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e0b0c46ea8823..b813ff270b669 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -30,7 +30,7 @@ permissions: jobs: init: - runs-on: tenki-standard-autoscale + runs-on: tenki-standard-medium-4c-8g outputs: nodeVersion: ${{ steps.versions.outputs.nodeVersion }} npmVersion: ${{ steps.versions.outputs.npmVersion }} @@ -94,7 +94,7 @@ jobs: path: ./ cypress: - runs-on: tenki-standard-autoscale + runs-on: tenki-standard-medium-4c-8g needs: init strategy: @@ -228,7 +228,7 @@ jobs: path: data.tar summary: - runs-on: tenki-standard-autoscale + runs-on: tenki-standard-medium-4c-8g needs: [init, cypress] if: always() From 188990e79c47fde7d09e3601c5bea147eff87ecd Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Wed, 3 Sep 2025 17:28:21 +0530 Subject: [PATCH 4/5] codeql: test tenki-standard-large-8c-16g --- .github/workflows/cypress.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b813ff270b669..6ef25abb7c0e8 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -30,7 +30,7 @@ permissions: jobs: init: - runs-on: tenki-standard-medium-4c-8g + runs-on: tenki-standard-large-8c-16g outputs: nodeVersion: ${{ steps.versions.outputs.nodeVersion }} npmVersion: ${{ steps.versions.outputs.npmVersion }} @@ -94,7 +94,7 @@ jobs: path: ./ cypress: - runs-on: tenki-standard-medium-4c-8g + runs-on: tenki-standard-large-8c-16g needs: init strategy: @@ -228,7 +228,7 @@ jobs: path: data.tar summary: - runs-on: tenki-standard-medium-4c-8g + runs-on: tenki-standard-large-8c-16g needs: [init, cypress] if: always() From 5d8c71f4eaadd44d9b30dab57deea659ef6cdf1e Mon Sep 17 00:00:00 2001 From: Asutosh Panda Date: Wed, 3 Sep 2025 21:23:10 +0530 Subject: [PATCH 5/5] cypress: test tenki-standard-large-plus-16c-32g --- .github/workflows/cypress.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6ef25abb7c0e8..e2ad23376a774 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -30,7 +30,7 @@ permissions: jobs: init: - runs-on: tenki-standard-large-8c-16g + runs-on: tenki-standard-large-plus-16c-32g outputs: nodeVersion: ${{ steps.versions.outputs.nodeVersion }} npmVersion: ${{ steps.versions.outputs.npmVersion }} @@ -94,7 +94,7 @@ jobs: path: ./ cypress: - runs-on: tenki-standard-large-8c-16g + runs-on: tenki-standard-large-plus-16c-32g needs: init strategy: @@ -228,7 +228,7 @@ jobs: path: data.tar summary: - runs-on: tenki-standard-large-8c-16g + runs-on: tenki-standard-large-plus-16c-32g needs: [init, cypress] if: always()