ci: Bump flatpak build to F28

Closes: #1607
Approved by: jlebon
This commit is contained in:
Matthew Leeds 2018-05-29 18:24:54 -07:00 committed by Atomic Bot
parent bf1af263d6
commit 6a7620b58d
1 changed files with 3 additions and 3 deletions

View File

@ -144,19 +144,19 @@ branches:
- auto - auto
- try - try
context: f27-flatpak context: f28-flatpak
required: true required: true
# This test case wants an "unprivileged container with bubblewrap", # This test case wants an "unprivileged container with bubblewrap",
# which we don't have right now; so just provision a VM and do a # which we don't have right now; so just provision a VM and do a
# docker --privileged run. # docker --privileged run.
host: host:
distro: fedora/27/atomic distro: fedora/28/atomic
specs: specs:
ram: 4096 # build-bundle is a static delta, which needs RAM right now ram: 4096 # build-bundle is a static delta, which needs RAM right now
tests: tests:
- docker run --rm --privileged -v $(pwd):/srv/code registry.fedoraproject.org/fedora:27 /bin/sh -c "cd /srv/code && ./ci/flatpak.sh" - docker run --rm --privileged -v $(pwd):/srv/code registry.fedoraproject.org/fedora:28 /bin/sh -c "cd /srv/code && ./ci/flatpak.sh"
artifacts: artifacts:
- test-suite.log - test-suite.log