Skip to content

Commit

Permalink
docker: use CLC for Torcx test
Browse files Browse the repository at this point in the history
This test still needs to run on flatcar-3033 LTS (which does not support
Ignition 3 / Butane configuration)

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Nov 2, 2023
1 parent 99dccdb commit 3567545
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kola/tests/docker/enable_docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ func init() {
Name: "docker.enable-service.torcx",
// Torcx was retired after release 3760.
EndVersion: semver.Version{Major: 3760},
UserData: conf.Butane(`
variant: flatcar
version: 1.0.0
UserData: conf.ContainerLinuxConfig(`
systemd:
units:
- name: docker.service
Expand Down

0 comments on commit 3567545

Please sign in to comment.