-
Notifications
You must be signed in to change notification settings - Fork 600
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: run tests in the buildkit itself #888
Conversation
Forgot to remove |
@@ -1,7 +1,7 @@ | |||
TOOLS ?= autonomy/tools:b4e3778 | |||
|
|||
# TODO(andrewrynhard): Move this logic to a shell script. | |||
BUILDKIT_VERSION ?= v0.5.0 | |||
BUILDKIT_VERSION ?= master@sha256:455f06ede03149051ce2734d9639c28aed1b6e8b8a0c607cb813e29b469a07d6 |
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 can update our current deployment to match this.
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.
Updated and it looks like this works!
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.
oh, that's awesome!
let me rebase and squash it. still waiting on dockerfile PR, and we can update Dockerfile
slug back to upstream
Codecov Report
@@ Coverage Diff @@
## master #888 +/- ##
==========================================
+ Coverage 34.85% 34.92% +0.07%
==========================================
Files 93 93
Lines 5469 5469
==========================================
+ Hits 1906 1910 +4
+ Misses 3386 3383 -3
+ Partials 177 176 -1
Continue to review full report at Codecov.
|
This relies on two PRs to the buildkit: * moby/buildkit#1081 * moby/buildkit#1085 Sysfs fix was merged to upstream, so updated tag, while using `Dockerfile` slug I can switch to dockerfile2llb with support for `--security=insecure`. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This relies on two PRs to the buildkit, which aren't merged yet, so I
had to do some overrides to apply them:
Signed-off-by: Andrey Smirnov smirnov.andrey@gmail.com