-
Notifications
You must be signed in to change notification settings - Fork 177
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
chore(e2e): Package and publish e2e docker image #6384
base: main
Are you sure you want to change the base?
Conversation
@@ -528,3 +534,9 @@ for (const compassDistribution of COMPASS_DISTRIBUTIONS) { | |||
- func: create_static_analysis_report | |||
vars: | |||
first_party_dependency_filenames: <%= firstPartyDepsFilenames.map(f => '.sbom/' + f).join(',') %> | |||
|
|||
- name: publish-e2e-tests | |||
tags: ['run-on-pr'] |
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.
TODO: remove this before merging, turned it on for now just to test
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.
Can we do a "dry run" to confirm that it's working on PRs?
echo "e2e tests image built" | ||
|
||
# skip if the image already exists | ||
if aws ecr describe-images --region $ECR_REGION --repository-name=compass/e2e-tests --image-ids=imageTag=$github_commit; then |
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.
I asked in the slack, but why are we using ecr and not artifactory?
https://jira.mongodb.org/browse/CLOUDP-274595
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes