diff options
author | Christian Breunig <christian@breunig.cc> | 2025-02-26 08:15:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-26 08:15:04 +0100 |
commit | 4ce3b92f92739570233928980622d97220ffce71 (patch) | |
tree | 03537cee2a0995bf6052f880415214aa68a8c2e8 | |
parent | 5f75ad82d869b5e9f67dc1b7052813c71041ac3e (diff) | |
parent | 19df840c4c813d4a3c0f00c2340ec0a8ec7fb57a (diff) | |
download | vyos-1x-4ce3b92f92739570233928980622d97220ffce71.tar.gz vyos-1x-4ce3b92f92739570233928980622d97220ffce71.zip |
Merge pull request #4368 from vyos/c-po-patch-1
GitHub: T6707: define smoketest ISO retention-days to 2
-rw-r--r-- | .github/workflows/package-smoketest.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index ae34ea2f0..2c90fed39 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -24,6 +24,7 @@ jobs: build_iso: runs-on: ubuntu-24.04 timeout-minutes: 45 + if: github.repository == 'vyos/vyos-1x' container: image: vyos/vyos-build:current options: --sysctl net.ipv6.conf.lo.disable_ipv6=0 --privileged @@ -63,6 +64,7 @@ jobs: generic - uses: actions/upload-artifact@v4 with: + retention-days: 2 name: vyos-${{ steps.version.outputs.build_version }} path: | build/live-image-amd64.hybrid.iso |