Skip to content

Commit

Permalink
Merge pull request #2050 from pubudu538/fix-archive-logs
Browse files Browse the repository at this point in the history
Check availability of the logs
  • Loading branch information
pubudu538 authored Feb 29, 2024
2 parents 566fdd5 + 71d651b commit a2add08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
kubectl logs -n apk-integration-test -l app.kubernetes.io/app=idp-ds -f > apk-repo/test/integration/podlogs/idpds.log &
kubectl logs -n apk-integration-test -l app.kubernetes.io/app=idp-ui -f> apk-repo/test/integration/podlogs/idpui.log &
kubectl logs -n apk-integration-test -l app.kubernetes.io/app=ratelimiter -f> apk-repo/test/integration/podlogs/ratelimiter.log &
ls -l apk-repo/test/integration/podlogs
- name: Run test cases
shell: sh
run: |
Expand Down Expand Up @@ -319,6 +320,7 @@ jobs:
kubectl logs -n apk-integration-test -l app.kubernetes.io/app=idp-ds -f > apk-repo/test/integration/podlogs/idpds.log &
kubectl logs -n apk-integration-test -l app.kubernetes.io/app=idp-ui -f> apk-repo/test/integration/podlogs/idpui.log &
kubectl logs -n apk-integration-test -l app.kubernetes.io/app=ratelimiter -f> apk-repo/test/integration/podlogs/ratelimiter.log &
ls -l apk-repo/test/integration/podlogs
- name: Run test cases
shell: sh
run: |
Expand Down

0 comments on commit a2add08

Please sign in to comment.