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
274 changes: 137 additions & 137 deletions .github/workflows/ci.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/grype-scan-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/integration-airgapped-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/integration-aws-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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 Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
make e2e-aws-prepare
- name: checkout contrib
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/contrib
ref: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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 Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
make image-aws
- name: checkout extensions
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/extensions
ref: main
Expand All @@ -123,7 +123,7 @@ jobs:
run: |
make e2e-aws-prepare
- name: checkout contrib
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/contrib
ref: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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 Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
make image-aws
- name: checkout extensions
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/extensions
ref: main
Expand All @@ -123,7 +123,7 @@ jobs:
run: |
make e2e-aws-prepare
- name: checkout contrib
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/contrib
ref: main
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-aws-nvidia-oss-lts-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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 Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
make image-aws
- name: checkout extensions
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/extensions
ref: main
Expand All @@ -123,7 +123,7 @@ jobs:
run: |
make e2e-aws-prepare
- name: checkout contrib
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/contrib
ref: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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 Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
make image-aws
- name: checkout extensions
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/extensions
ref: main
Expand All @@ -123,7 +123,7 @@ jobs:
run: |
make e2e-aws-prepare
- name: checkout contrib
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/contrib
ref: main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-cilium-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/integration-conformance-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/integration-conformance-enforcing-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/integration-embedded-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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
8 changes: 4 additions & 4 deletions .github/workflows/integration-extensions-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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 @@ -82,7 +82,7 @@ jobs:
run: |
make talosctl-cni-bundle
- name: checkout extensions
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/extensions
ref: main
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
6 changes: 3 additions & 3 deletions .github/workflows/integration-gcp-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Unshallow
run: |
git fetch --prune --unshallow
Expand All @@ -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 Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
make e2e-gcp-prepare
- name: checkout contrib
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: _out/contrib
ref: main
Expand Down
Loading