Skip to content

Commit

Permalink
add litle sleep for s3 upload job and fix kubectl logs command to use…
Browse files Browse the repository at this point in the history
… -l for label selctor

Signed-off-by: jessebot <[email protected]>
  • Loading branch information
jessebot committed Jul 24, 2024
1 parent dc77117 commit 398ef2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ jobs:
# applies a kubernetes job that uploads a file and then checks log of finished pod
run: |
kubectl apply -f ./.github/test_upload_job.yaml --wait=true && \
kubectl logs batch.kubernetes.io/job-name=test-file-upload
sleep 2 && \
kubectl logs -l batch.kubernetes.io/job-name=test-file-upload
summary:
runs-on: ubuntu-latest-low
Expand Down

0 comments on commit 398ef2f

Please sign in to comment.