Unverified Commit fe153330 authored by Derek Nola's avatar Derek Nola Committed by GitHub

[Release-1.26] Support PR testing installs (#9471)

* Upload sha256sum artifact for k3s binary during GH Actions build * Trigger integration test on changes to build-k3s workflow Signed-off-by: 's avatarDerek Nola <derek.nola@suse.com>
parent c74395c1
......@@ -22,7 +22,7 @@ jobs:
- name: Build K3s binary
run: |
DOCKER_BUILDKIT=1 SKIP_AIRGAP=1 SKIP_VALIDATE=1 make
sha256sum dist/artifacts/k3s | sed 's|dist/artifacts/||' > dist/artifacts/k3s.sha256sum
- name: bundle repo
if: inputs.upload-repo == true
run: |
......@@ -39,4 +39,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: k3s
path: dist/artifacts/k3s
\ No newline at end of file
path: dist/artifacts/k3s*
\ No newline at end of file
......@@ -18,6 +18,7 @@ on:
- "!tests/integration**"
- ".github/**"
- "!.github/workflows/integration.yaml"
- "!.github/workflows/build-k3s.yaml"
workflow_dispatch: {}
permissions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment