Skip to content

Commit 0f6e3e0

Browse files
authored
deb: try to use custom fluent image (#915)
images:ubuntu/20.04 is not available anymore, so trying to use custom Incus image. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 5f1510f commit 0f6e3e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/apt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
container-image: images:debian/12
223223
- label: Ubuntu Focal amd64
224224
rake-job: ubuntu-focal
225-
container-image: images:ubuntu/20.04
225+
container-image: fluent:ubuntu/20.04
226226
- label: Ubuntu Jammy amd64
227227
rake-job: ubuntu-jammy
228228
container-image: images:ubuntu/22.04
@@ -266,5 +266,6 @@ jobs:
266266
- name: Setup Incus
267267
run: |
268268
sudo incus admin init --auto
269+
sudo incus remote add fluent https://fluentd.cdn.cncf.io/test/incus-images --protocol=simplestreams
269270
- name: Run Test ${{ matrix.test-file }} on ${{ matrix.container-image }}
270271
run: fluent-package/apt/systemd-test/test.sh ${{ matrix.container-image }} ${{ matrix.test-file }}

0 commit comments

Comments
 (0)