|
65 | 65 | # The ubuntu:12.04 image fails to update. |
66 | 66 | ubuntu-arm64: |
67 | 67 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Ubuntu stable' |
68 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
69 | 68 | runs-on: [self-hosted, linux, arm64, xbbla] |
70 | 69 |
|
71 | 70 | steps: |
@@ -117,7 +116,6 @@ jobs: |
117 | 116 | # https://hub.docker.com/_/debian |
118 | 117 | debian-arm64: |
119 | 118 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Debian stable' |
120 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
121 | 119 | runs-on: [self-hosted, linux, arm64, xbbla] |
122 | 120 |
|
123 | 121 | steps: |
@@ -164,7 +162,6 @@ jobs: |
164 | 162 | # `-static` disabled, there is no static libc.a. |
165 | 163 | redhat-arm64: |
166 | 164 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on RedHat stable' |
167 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
168 | 165 | runs-on: [self-hosted, linux, arm64, xbbla] |
169 | 166 |
|
170 | 167 | steps: |
@@ -205,7 +202,6 @@ jobs: |
205 | 202 | # `-static` disabled, there is no static libc.a. |
206 | 203 | fedora-arm64: |
207 | 204 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Fedora stable' |
208 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
209 | 205 | runs-on: [self-hosted, linux, arm64, xbbla] |
210 | 206 |
|
211 | 207 | steps: |
@@ -258,7 +254,6 @@ jobs: |
258 | 254 | # `-static` disabled, there is no static libc.a. |
259 | 255 | opensuse-arm64: |
260 | 256 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on OpenSUSE stable' |
261 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
262 | 257 | runs-on: [self-hosted, linux, arm64, xbbla] |
263 | 258 |
|
264 | 259 | steps: |
@@ -304,7 +299,6 @@ jobs: |
304 | 299 |
|
305 | 300 | ubuntu-arm64-latest: |
306 | 301 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Ubuntu latest' |
307 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
308 | 302 | runs-on: [self-hosted, linux, arm64, xbbla] |
309 | 303 |
|
310 | 304 | steps: |
@@ -343,7 +337,6 @@ jobs: |
343 | 337 |
|
344 | 338 | debian-arm64-latest: |
345 | 339 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Debian latest' |
346 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
347 | 340 | runs-on: [self-hosted, linux, arm64, xbbla] |
348 | 341 |
|
349 | 342 | steps: |
@@ -390,7 +383,6 @@ jobs: |
390 | 383 | # `-static` disabled, there is no static libc.a. |
391 | 384 | fedora-arm64-latest: |
392 | 385 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Fedora latest' |
393 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
394 | 386 | runs-on: [self-hosted, linux, arm64, xbbla] |
395 | 387 |
|
396 | 388 | steps: |
@@ -429,7 +421,6 @@ jobs: |
429 | 421 | # - https://hub.docker.com/r/opensuse/tumbleweed |
430 | 422 | opensuse-arm64-latest: |
431 | 423 | name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on OpenSUSE latest' |
432 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
433 | 424 | runs-on: [self-hosted, linux, arm64, xbbla] |
434 | 425 |
|
435 | 426 | steps: |
@@ -464,11 +455,10 @@ jobs: |
464 | 455 | with: |
465 | 456 | entrypoint: /bin/bash |
466 | 457 | args: /github/workspace/scripts/test.sh --image opensuse/tumbleweed --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }} |
467 | | - |
| 458 | + |
468 | 459 | # https://hub.docker.com/r/arm32v7/ubuntu/ |
469 | 460 | ubuntu-arm: |
470 | 461 | name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Ubuntu stable' |
471 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
472 | 462 | runs-on: [self-hosted, linux, arm, xbbla32] |
473 | 463 |
|
474 | 464 | steps: |
@@ -519,7 +509,6 @@ jobs: |
519 | 509 | # https://hub.docker.com/r/arm32v7/debian |
520 | 510 | debian-arm: |
521 | 511 | name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Debian stable' |
522 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
523 | 512 | runs-on: [self-hosted, linux, arm, xbbla32] |
524 | 513 |
|
525 | 514 | steps: |
@@ -564,7 +553,6 @@ jobs: |
564 | 553 | # https://hub.docker.com/r/arm32v7/ubuntu/ |
565 | 554 | ubuntu-arm-latest: |
566 | 555 | name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Ubuntu latest' |
567 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
568 | 556 | runs-on: [self-hosted, linux, arm, xbbla32] |
569 | 557 |
|
570 | 558 | steps: |
@@ -603,7 +591,6 @@ jobs: |
603 | 591 | # https://hub.docker.com/r/arm32v7/debian |
604 | 592 | debian-arm-latest: |
605 | 593 | name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Debian latest' |
606 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
607 | 594 | runs-on: [self-hosted, linux, arm, xbbla32] |
608 | 595 |
|
609 | 596 | steps: |
@@ -650,7 +637,6 @@ jobs: |
650 | 637 | # `-static` disabled, there is no static libc.a. |
651 | 638 | fedora-arm-latest: |
652 | 639 | name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Fedora latest' |
653 | | - # runs-on: [self-hosted, linux, arm64, xbbla] |
654 | 640 | runs-on: [self-hosted, linux, arm, xbbla32] |
655 | 641 |
|
656 | 642 | steps: |
@@ -689,5 +675,5 @@ jobs: |
689 | 675 | # - https://hub.docker.com/r/arm32v7/opensuse |
690 | 676 | # arm32v7/opensuse:latest is leap 42.3 and fails due to http: URLs |
691 | 677 | # (zypper lr -u) |
692 | | - |
| 678 | + |
693 | 679 | # ----------------------------------------------------------------------------- |
0 commit comments