Skip to content

Commit b9bda24

Browse files
authored
ci: disable 26.04 temporary (#1010)
The combination with external JSON and dynamic matrix generation with exclude directive might be pitfall. For v6.0.3 release, temporary disable it. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent ee7875c commit b9bda24

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.github/workflows/apt.matrix.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
"rake-job": "ubuntu-noble",
2424
"test-docker-image": "ubuntu:noble",
2525
"test-incus-image": "images:ubuntu/24.04"
26-
},
27-
{
28-
"label": "Ubuntu Resolute amd64",
29-
"rake-job": "ubuntu-resolute",
30-
"test-docker-image": "ubuntu:resolute",
31-
"test-incus-image": "images:ubuntu/26.04"
3226
}
3327
]
3428
}

.github/workflows/apt.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,6 @@ jobs:
327327
strategy:
328328
fail-fast: false
329329
matrix: ${{ fromJSON(needs.define-matrix.outputs.matrix) }}
330-
# FIXME: 26.04 incus image is not ready yet
331-
exclude:
332-
- label: "Ubuntu Resolute amd64"
333-
rake-job: "ubuntu-resolute"
334-
test-docker-image: "ubuntu:resolute"
335-
test-incus-image: "images:ubuntu/26.04"
336330
steps:
337331
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
338332
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
@@ -358,12 +352,6 @@ jobs:
358352
strategy:
359353
fail-fast: false
360354
matrix: ${{ fromJSON(needs.define-matrix.outputs.matrix) }}
361-
# FIXME: 26.04 incus image is not ready yet
362-
exclude:
363-
- label: "Ubuntu Resolute amd64"
364-
rake-job: "ubuntu-resolute"
365-
test-docker-image: "ubuntu:resolute"
366-
test-incus-image: "images:ubuntu/26.04"
367355
steps:
368356
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
369357
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
@@ -392,12 +380,6 @@ jobs:
392380
strategy:
393381
fail-fast: false
394382
matrix: ${{ fromJSON(needs.define-matrix.outputs.matrix) }}
395-
# FIXME: 26.04 incus image is not ready yet
396-
exclude:
397-
- label: "Ubuntu Resolute amd64"
398-
rake-job: "ubuntu-resolute"
399-
test-docker-image: "ubuntu:resolute"
400-
test-incus-image: "images:ubuntu/26.04"
401383
steps:
402384
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
403385
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

0 commit comments

Comments
 (0)