-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add Papr support #6
Conversation
@mheon @rhatdan I made some comments #5 (review) that got lost. May be relevant here, I dunno. |
11cb7bb
to
57a462a
Compare
@jlebon Any idea why papr is not running? |
|
||
(mkdir -p $GOSRC && cd /code && cp -r . $GOSRC) | ||
|
||
dnf install -y \ |
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.
See also /~https://github.com/ostreedev/ostree/blob/master/ci/libbuild.sh - once something is packaged then you can just do pkg_install_builddeps libpod
.
@@ -0,0 +1,15 @@ | |||
branches: | |||
- master |
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'd still have auto
and try
here.
@cgwalters Any ideas why the papr tests are not running now? |
@rhatdan jlebon's working on it. |
💥 Invalid |
b145994
to
02016c2
Compare
@jlebon Looks like I hung up papr again? Or it is just slow? |
@rhatdan It's just slow :(. Push notifications aren't going through currently, so it can be 5-10 minutes before the next poll picks it up. |
@jlebon Just tell me to "cool my jets" thanks. |
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
I don't believe this should be in here, but for now we need to make it not global Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
c1b74a9
to
60b3280
Compare
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
6f17a43
to
89b5cff
Compare
Don't run lint for now, since we seem to be running out of memory. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
LGTM |
@TomSweeneyRedHat PTAL |
@umohnani8 PTAL |
Tests are green, LGTM! |
papr support copied in and modified from buildah