Improve status reporting of e2e-test ci job. #646
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds new ci job. This will clone the
serverless-e2e-tests
repo and run a checker script. This script will find the running e2e test pipeline and exit 0 only when all of the test jobs have passed.Motivation
Right now, the e2e-tests ci job will only report success/failure when it is completely done. Meaning, it will also need to wait the 2 hours for the delayed cleanup jobs to run.
Also, the e2e-tests ci job doesn't appear in the github checks for quite a while. It won't run until all the integration and unit tests have run, and the testing layers have been pushed to aws. This is in the 45 minute range. It would be really nice to have it appear at the same time as the integration tests so people know as early as possible that it needs to run.
Testing Guidelines
Additional Notes
Types of Changes
Check all that apply