Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump cilium/little-vm-helper from 2a076423707ff588c2b0ed676d835e779b4c4af4 to 6a76dae25f440a819b1bf6d81367d742fdf55547 #586

Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/conformance-datapath.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
fi

- name: Run tests
uses: cilium/little-vm-helper@2a076423707ff588c2b0ed676d835e779b4c4af4
uses: cilium/little-vm-helper@6a76dae25f440a819b1bf6d81367d742fdf55547
with:
test-name: datapath-conformance
image-version: ${{ matrix.kernel }}
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:

- name: Fetch artifacts
if: ${{ !success() }}
uses: cilium/little-vm-helper@2a076423707ff588c2b0ed676d835e779b4c4af4
uses: cilium/little-vm-helper@6a76dae25f440a819b1bf6d81367d742fdf55547
with:
provision: 'false'
cmd: |
Expand Down
Loading