Skip to content

Commit

Permalink
ci: Use continuous branch for now
Browse files Browse the repository at this point in the history
We are hitting issues with a-h-t on CAHC right now failing due to an
`atomic scan` issue and preventing promotion of continuous content to
the smoketested branch. This is then blocking our CI which needs a newer
tree with the latest glib2 baked in. Let's unblock our CI for now by
rebasing on the continuous branch. We'll drop that hack once the a-h-t
issues are ironed out.

Closes: #1365
Approved by: cgwalters
  • Loading branch information
jlebon authored and rh-atomic-bot committed May 14, 2018
1 parent 169fab6 commit 38b11d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .papr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,17 @@ cluster:
hosts:
- name: vmcheck1
distro: centos/7/atomic/smoketested
# XXX: temp hack until smoketested has newer glib2
ostree:
branch: centos-atomic-host/7/x86_64/devel/continuous
- name: vmcheck2
distro: centos/7/atomic/smoketested
ostree:
branch: centos-atomic-host/7/x86_64/devel/continuous
- name: vmcheck3
distro: centos/7/atomic/smoketested
ostree:
branch: centos-atomic-host/7/x86_64/devel/continuous
container:
image: registry.centos.org/centos/centos:7

Expand Down

0 comments on commit 38b11d3

Please sign in to comment.