Skip to content

Commit

Permalink
feat(ci): collect node logs (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Oct 15, 2024
1 parent 9603d97 commit 32149b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/ci/kubetest2/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ inputs:
aws_region:
required: true
type: string
log_bucket:
required: true
type: string
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -50,6 +53,7 @@ runs:
--up \
--down \
--emit-metrics \
--log-bucket=${{ inputs.log_bucket }} \
--kubernetes-version=${{ inputs.k8s_version }} \
--generate-ssh-key \
--unmanaged-nodes \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
os_distro: ${{ matrix.os_distro }}
build_id: ${{ needs.setup.outputs.build_id }}
aws_region: ${{ secrets.AWS_REGION }}
log_bucket: ${{ secrets.CI_LOG_BUCKET }}
notify-outcome:
if: ${{ always() }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 32149b5

Please sign in to comment.