]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: move arm64 tests to the Daily Interation Tests
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 20 Jan 2025 02:40:04 +0000 (21:40 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Mon, 20 Jan 2025 03:49:29 +0000 (22:49 -0500)
Move arm64 tests to the Daily Interation Tests.

Enable all arm64 tests that are passing.

.github/workflows/integration-extra.yml
.github/workflows/integration.yml

index 4133e695a005f0cbe408c5d16a4fb1da677d9908..ed6b7136c56a6be9d12f7cefddb5474b76743e32 100644 (file)
@@ -62,3 +62,31 @@ jobs:
               uses: actions/checkout@v4
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
               run: ./test/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+    arm64:
+        name: ${{ matrix.test }} on ${{ matrix.container }} on arm64
+        runs-on: ubuntu-24.04-arm
+        timeout-minutes: 20
+        concurrency:
+            group: arm64-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            cancel-in-progress: true
+        strategy:
+            fail-fast: false
+            matrix:
+                container:
+                    - debian
+                    - fedora
+                    - opensuse
+                    - ubuntu
+                    - void
+                test:
+                    - "10"
+                    - "80"
+                    - "81"
+        container:
+            image: ghcr.io/dracut-ng/${{ matrix.container }}:latest-arm
+            options: '--privileged'
+        steps:
+            - name: "Checkout Repository"
+              uses: actions/checkout@v4
+            - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
+              run: ./test/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
index 60129ec32dfb56fc6f35f9bf4c215255d99b61b5..9156c3291006798f9bc46ffcd2b49ca954a34358 100644 (file)
@@ -151,32 +151,6 @@ jobs:
               uses: actions/checkout@v4
             - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
               run: ./test/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
-    arm64:
-        name: ${{ matrix.test }} on ${{ matrix.container }} on arm64
-        runs-on: ubuntu-24.04-arm
-        timeout-minutes: 20
-        concurrency:
-            group: arm64-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
-            cancel-in-progress: true
-        strategy:
-            fail-fast: false
-            matrix:
-                container:
-                    - debian
-                    - fedora
-                    - opensuse
-                    - ubuntu
-                    - void
-                test:
-                    - "10"
-        container:
-            image: ghcr.io/dracut-ng/${{ matrix.container }}:latest-arm
-            options: '--privileged'
-        steps:
-            - name: "Checkout Repository"
-              uses: actions/checkout@v4
-            - name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-              run: ./test/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
     network:
         needs: basic
         # all nfs based on default networking