Skip to content

Commit

Permalink
ci: fix failing Test (CGroup V1)
Browse files Browse the repository at this point in the history
It appears that now the default `remote images` is
https://images.lxd.canonical.com.

I don't know why, but we can't remove `images`.
The following command do nothing, so this step fails.

    lxc remote remove images

Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom authored and kenhys committed Aug 22, 2024
1 parent 3cdd2ca commit fac6264
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ jobs:
with:
name: packages-${{ matrix.rake-job }}
- uses: canonical/[email protected]
- name: Update image server
run: |
lxc remote remove images
lxc remote add images https://images.lxd.canonical.com --protocol=simplestreams
- name: Run Test ${{ matrix.test-file }} on ${{ matrix.test-lxc-image }}
run: fluent-package/yum/systemd-test/test.sh ${{ matrix.test-lxc-image }} ${{ matrix.test-file }}

Expand Down

0 comments on commit fac6264

Please sign in to comment.