-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add local monitoring e2e test job in PR check workflow #1445
base: mvp_demo
Are you sure you want to change the base?
Conversation
@@ -125,3 +125,53 @@ jobs: | |||
path: ./crc_manifest_results.tar | |||
retention-days: 2 | |||
|
|||
# This job runs an end-to-end test to validate the local monitoring workflow | |||
test_crc_manifest_build_local_monitoring: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will run only using the manifest image. Update another job to test with the PR build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a new job build_crc_local_monitoring
to test local monitoring flow with the PR build.
.github/workflows/test-on-pr.yaml
Outdated
if: always() | ||
run: | | ||
cd ${GITHUB_WORKSPACE} | ||
tar cvf crc_manifest_results.tar kruize_local_monitoring_test_results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the archive file to match what is being uploaded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Description
This PR adds
test_crc_manifest_build_local_monitoring
job to run local monitoring end-to-end tests as part of PR check workflowFixes # (issue)
Type of change
How has this been tested?
Test Configuration
Checklist 🎯
Additional information
.