Skip to content
Open
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
158 changes: 79 additions & 79 deletions .github/workflows/ci.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/grype-scan-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
make target-grype-validate
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-grype-scan-result
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-airgapped-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-airgapped
path: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-aws-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-aws-nvidia-oss-lts-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-cilium-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-cilium
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-conformance-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-conformance
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-conformance-enforcing-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-conformance-enforcing
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-embedded-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
sudo -E make e2e-embedded
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-embedded
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-extensions-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-extensions
path: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-gcp-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-image-cache-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-image-cache
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-image-factory-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
sudo -E make e2e-image-factory
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-image-factory
path: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-images-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-misc-0-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-misc-0
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-misc-1-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-misc-1
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-misc-1-enforcing-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-misc-1-enforcing
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-misc-2-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-misc-2
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-misc-3-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-misc-3
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-misc-3-enforcing-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-misc-3-enforcing
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-misc-4-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-misc-4
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-misc-4-enforcing-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
sudo -E make e2e-qemu
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-misc-4-enforcing
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-provision-0-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
sudo -E make provision-tests-track-0
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-provision-0
path: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-provision-1-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
- name: Download artifacts
if: github.event_name != 'schedule'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: talos-artifacts
path: _out
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
sudo -E make provision-tests-track-1
- name: save artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: talos-logs-integration-provision-1
path: |-
Expand Down
Loading