-
Notifications
You must be signed in to change notification settings - Fork 8
DRIVERS-3232 Use ECR instead of artifactory and update to v3 #84
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
base: main
Are you sure you want to change the base?
Conversation
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.
zizmor found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
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.
Found a couple of leftover instances of removed inputs. Might be worth checking to make sure all of them have been removed.
Can you also please create a DRIVERS ticket for this so we can ensure that all drivers migrate to v3 and have the relevant instructions handy?
with: | ||
filenames: dist/* | ||
- name: Get the evergreen commit | ||
id: evergreen-commit | ||
shell: bash | ||
run: | | ||
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT | ||
- uses: mongodb-labs/drivers-github-tools/full-report@v2 | ||
- uses: mongodb-labs/drivers-github-tools/full-report@v3 |
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't comment on the actual line, but this action still uses the removed silk_asset_group
input.
ruby/publish/action.yml
Outdated
with: | ||
filenames: '${{ env.GEM_FILE_NAME }}' | ||
|
||
- name: Generate SSDLC Reports | ||
uses: mongodb-labs/drivers-github-tools/full-report@v2 | ||
uses: mongodb-labs/drivers-github-tools/full-report@v3 | ||
with: | ||
product_name: ${{ inputs.product_name }} | ||
release_version: ${{ env.RELEASE_VERSION }} | ||
dist_filenames: ${{ env.GEM_FILE_NAME }} | ||
silk_asset_group: ${{ inputs.silk_asset_group }} |
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.
Needs to be removed
I created https://jira.mongodb.org/browse/DRIVERS-3232 and made the suggested changes. |
@baileympearson I updated the node script to replace the usage of SILK_ASSET_GROUP with the new suggested workflow. Please let me know if that looks good to you. |
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.
@blink1073 Sorry for the delayed review. The changes LGTM and are passing in Node: https://github.com/mongodb/node-mongodb-native/actions/runs/16604710849/job/46973723525
@alcaeus friendly ping for final review |
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.
Changes LGTM now.
Successful run: https://github.com/mongodb/pymongo-auth-aws/actions/runs/16452018217