| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Current PAPR tests are failing because we're using an outdated image
tag. Switch to auto-magically determining which image tag to use based
on the branch the PR we're running in is targeting, which lets us not
have to worry about the tag version becoming stale again. This is
similar to what the containerized tests from `aos-cd-jobs` are doing
(i.e. use `git describe --abbrev=0` in the target branch to determine
the image tag to use).
Also bump to the brand new f27 release, which allows us to drop the
temporary workaround for the glibc/libsolv bug.
|
|
|
|
| |
Work originally done by @jlebon plus a bump up in RAM.
|
|
|
|
| |
Signed-off-by: Steve Milner <smilner@redhat.com>
|
| |
|
|
|
|
|
|
| |
Don't duplicate the actual image tag used in the context. Just print it
in the logs instead. That way there's no risk of it being outdated when
we bump the tag in the YAML.
|
|
|
|
| |
Closes: #4418
|
|
The project was renamed to PAPR, see:
https://github.com/projectatomic/papr
|