Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_dispatch:
workflow_call:

permissions:
id-token: write

jobs:
get-latest-tag:
name: Get the latest release tag
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ test-e2e-daemon:
--daemon-context-subject-prefix="$(OUTDIR)/lima/bin/limactl shell finch sudo" \
--daemon-context-subject-env="LIMA_HOME=$(OUTDIR)/lima/data"

# TODO: Blkio devices are not getting created in test environment, skipping for now
# TODO: Blkio devices are not getting created in test environment, skipping for now - testing these
.PHONY: test-e2e-daemon-linux
test-e2e-daemon-linux:
# Create symlink for buildkit socket path compatibility
Expand Down
Loading