Skip to content

Commit

Permalink
fix: image cache integration test
Browse files Browse the repository at this point in the history
Fix image cache cli integration test.

Also fix the extensions test by skipping cloudflared.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Dec 13, 2024
1 parent 08ee400 commit e193a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ COMMON_ARGS += --build-arg=MICROSOFT_SECUREBOOT_RELEASE=$(MICROSOFT_SECUREBOOT_R

CI_ARGS ?=

EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent|metal-agent'
EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent|metal-agent|cloudflared'

all: initramfs kernel installer imager talosctl talosctl-image talos

Expand Down
2 changes: 1 addition & 1 deletion internal/integration/cli/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (suite *ImageSuite) TestCacheCreate() {

cacheDir := suite.T().TempDir()

args := []string{"image", "cache-create", "--image-cache-path", cacheDir}
args := []string{"image", "cache-create", "--image-cache-path", cacheDir, "--force"}

args = append(args, imagesArgs...)

Expand Down

0 comments on commit e193a50

Please sign in to comment.