Skip to content

Commit

Permalink
deprecate the k8s-diag step to push usage of imagetest (#2760)
Browse files Browse the repository at this point in the history
Signed-off-by: James Petersen <jpetersenames@gmail.com>
  • Loading branch information
found-it authored May 30, 2024
1 parent ee4b772 commit c7ada75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/presubmit-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,8 @@ jobs:

- name: Collect diagnostics and upload
if: ${{ failure() }}
uses: chainguard-dev/actions/k8s-diag@ba1a9c9ffe799736883d58f31caff18d85b2800e # main
with:
cluster-type: k3d
namespace-resources: deploy,ds,sts,pods
run: |
echo 'This step is deprecated. Please use the imagetest provider and reference the imagetest logs'
- name: Upload imagetest logs
if: always()
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,8 @@ jobs:

- name: Collect K8s diagnostics and upload
if: ${{ failure() }}
uses: chainguard-dev/actions/k8s-diag@ba1a9c9ffe799736883d58f31caff18d85b2800e # main
with:
artifact-name: "k8s-test-harness-${{ matrix.shard.index }}-logs"
cluster-type: k3d
namespace-resources: deploy,ds,sts,pods
run: |
echo 'This step is deprecated. Please use the imagetest provider and reference the imagetest logs'
- name: Upload terraform logs
if: always()
Expand Down

0 comments on commit c7ada75

Please sign in to comment.