]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(ci): Use low runners were possible
authorMarcel Müller <marcel-mueller@gmx.de>
Fri, 12 Jul 2024 11:13:08 +0000 (13:13 +0200)
committerMarcel Müller <marcel-mueller@gmx.de>
Fri, 12 Jul 2024 11:13:08 +0000 (13:13 +0200)
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
16 files changed:
.github/workflows/block-merge-freeze.yml
.github/workflows/command-compile.yml
.github/workflows/cypress.yml
.github/workflows/dependabot-approve-merge.yml
.github/workflows/fixup.yml
.github/workflows/ftp.yml
.github/workflows/lint-eslint.yml
.github/workflows/lint-php-cs.yml
.github/workflows/lint-php.yml
.github/workflows/node-tests.yml
.github/workflows/node.yml
.github/workflows/phpunit-oci.yml
.github/workflows/s3-external.yml
.github/workflows/s3-primary-integration.yml
.github/workflows/s3-primary.yml
.github/workflows/sftp.yml

index f2d029c9927c82240662dd62c0189370084fb73e..11f8b9e37d1a65dcf1cc5be7254a338e32b06992 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
     if: github.event.pull_request.draft == false
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     steps:
       - name: Download version.php from ${{ github.base_ref }}
index 8c012a98e7aa057d42c6e51c4971fbf674eead1d..f486b4dff14628bbcf3daf2db338d583b71457f0 100644 (file)
@@ -5,7 +5,7 @@ on:
 
 jobs:
   init:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     # On pull requests and if the comment starts with `/compile`
     if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/compile')
index 8e84a1a95327d7f20b64cd1bc0f602e9ae6403f4..736ff04079529a48d4c25d6bbe05f3d1f48d8197 100644 (file)
@@ -150,7 +150,7 @@ jobs:
           path: data.tar
 
   summary:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [init, cypress]
 
     if: always()
index 9951547f76aeccd2679235b0ec95f0362786bf20..00b019613f528545547b483887cd717c71a084cc 100644 (file)
@@ -22,7 +22,7 @@ concurrency:
 jobs:
   auto-approve-merge:
     if: github.actor == 'dependabot[bot]'
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     permissions:
       # for hmarr/auto-approve-action to approve PRs
       pull-requests: write
index 9548d19f2d5cdb9e2c9a694521bc287670f3bed5..98d49927ab8582fb45b3acb0290b7bfa40bc035e 100644 (file)
@@ -24,7 +24,7 @@ jobs:
       pull-requests: write
     name: Block fixup and squash commits
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     steps:
       - name: Run check
index ffa2722d34207bdefae297f4e9157a8f710c56c7..cddb92ae94b62970b93a2b4712169cfbb40f6d51 100644 (file)
@@ -74,7 +74,7 @@ jobs:
           docker logs ftp
 
   ftp-summary:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: ftp-tests
 
     if: always()
index d29485046ca10f264c00e0af09800a0e25bfdf9e..89ede47e7682de93e56e1520f15d1fe4b6f3e079 100644 (file)
@@ -20,7 +20,7 @@ concurrency:
 
 jobs:
   changes:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     outputs:
       src: ${{ steps.changes.outputs.src}}
@@ -83,7 +83,7 @@ jobs:
   summary:
     permissions:
       contents: none
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [changes, lint]
 
     if: always()
index ea04076e25bd16538b831b24f5c0b6fd12fa3fe3..26c5ed691089039cf35350d4f0a9d5bcd77a4b12 100644 (file)
@@ -16,7 +16,7 @@ concurrency:
 
 jobs:
   changes:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     outputs:
       src: ${{ steps.changes.outputs.src}}
@@ -65,7 +65,7 @@ jobs:
   summary:
     permissions:
       contents: none
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [changes, lint]
 
     if: always()
index 6fcda6cd5ee77098d52ee821f04736d02c8770da..0474c74eabd9e763f68f2380814d4f5ae576872c 100644 (file)
@@ -17,7 +17,7 @@ concurrency:
 
 jobs:
   changes:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     outputs:
       src: ${{ steps.changes.outputs.src}}
@@ -70,7 +70,7 @@ jobs:
   summary:
     permissions:
       contents: none
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [changes, lint]
 
     if: always()
index 984bed9a47269bdd583809a72db2bfb5452ca526..3b27d1110dd98fba6f8f6da673f2368b559d5369 100644 (file)
@@ -11,7 +11,7 @@ concurrency:
 
 jobs:
   changes:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     outputs:
       src: ${{ steps.changes.outputs.src}}
@@ -157,7 +157,7 @@ jobs:
   summary:
     permissions:
       contents: none
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [changes, test, jsunit, handlebars]
 
     if: always()
index e9032dacad2c5fa4f8dc01ab6592cccfb67de8aa..750f023e1c7dbeaecf73bb0e5ca77b0f65e3902a 100644 (file)
@@ -17,7 +17,7 @@ concurrency:
 
 jobs:
   changes:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     outputs:
       src: ${{ steps.changes.outputs.src}}
@@ -87,7 +87,7 @@ jobs:
   summary:
     permissions:
       contents: none
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [changes, build]
 
     if: always()
index 2c90b992cd0736697624cbb0adf087c02dca938b..71ec89bb9358703867047b72e1e0a8f0d4bcd2f9 100644 (file)
@@ -12,7 +12,7 @@ concurrency:
 
 jobs:
   changes:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
 
     outputs:
       src: ${{ steps.changes.outputs.src}}
@@ -35,7 +35,7 @@ jobs:
               - '**.php'
 
   phpunit-oci:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
 
     if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
 
@@ -97,7 +97,7 @@ jobs:
   summary:
     permissions:
       contents: none
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [changes, phpunit-oci]
 
     if: always()
index ae859a97df3d1a1e29b3d1ff1a3a494eff48fcaa..903dfe1e3d409bc11e8123210b4cde817d5daa62 100644 (file)
@@ -120,7 +120,7 @@ jobs:
           docker logs $(docker ps -aq)
 
   s3-external-summary:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [s3-external-tests-minio, s3-external-tests-localstack]
 
     if: always()
index c957af7ada02b659e230bccd88396d693ba83b45..bf79008e3aa280941b50a6e8943e0307ad45e1be 100644 (file)
@@ -85,7 +85,7 @@ jobs:
 
 
   s3-primary-integration-summary:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [s3-primary-integration-tests-minio]
 
     if: always()
index 2b7c6e8d7f0927387d05400141018027c3cbbd39..4d2832b3492f674c7a77e89693a487e18cab872f 100644 (file)
@@ -77,7 +77,7 @@ jobs:
 
 
   s3-primary-summary:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: [s3-primary-tests-minio]
 
     if: always()
index d1f8a60c6a11f32028fae138c7718372cfebb6e7..1de9113bd8ca64b97d69a1db5e25b53c849b287e 100644 (file)
@@ -63,7 +63,7 @@ jobs:
           docker logs sftp
 
   sftp-summary:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-low
     needs: sftp-tests
 
     if: always()