Skip to content
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

[CI] Ensure CI builds pick up native helper changes #4618

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

brrygrdn
Copy link
Contributor

See: #4617

We've determined we have a green + green problem in CI where changes are made to native helpers are not fully tested on branches.

It turns out this was a result of my refactor of this file in #4524, where I removed -t "$CORE_IMAGE:latest" from the docker build that generated the 'branch image'.

Without this branch image tagged as dependabot/dependabot-core:latest, the Dockerfile.ci will pick up the base image pulled in, which is effectively main.

This results in us running Dependabot Core using the native helpers installed on main absent any changes made on branch.

@brrygrdn brrygrdn requested a review from a team as a code owner January 10, 2022 18:10
Copy link
Member

@jurre jurre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This setup is so complex, I definitely also missed that this would break things.

@brrygrdn brrygrdn mentioned this pull request Jan 10, 2022
@brrygrdn brrygrdn enabled auto-merge January 10, 2022 18:21
@brrygrdn brrygrdn merged commit 66d3110 into main Jan 10, 2022
@brrygrdn brrygrdn deleted the brrygrdn/ensure-ci-uses-the-correct-base-image branch January 10, 2022 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants