Skip to content

Commit

Permalink
ci: Temporarily import kola test from jlebon's FCOS fork
Browse files Browse the repository at this point in the history
That test will not make it into the fedora-coreos-config repo until the
libostree fix gets percolated down. PR is:

coreos/fedora-coreos-config#586

But we want to make sure that the fix does work and that we don't
regress on it. So manually fetch it for now.
  • Loading branch information
jlebon committed Aug 28, 2020
1 parent a7a751b commit 8408f89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ parallel fcos: {
tar -C insttree -xzvf insttree.tar.gz
rsync -rlv insttree/ /
coreos-assembler init --force https://github.com/coreos/fedora-coreos-config
# XXX: We temporarily add these tests until they get merged into FCOS proper
(mkdir -p tests/kola/var-mount
cd tests/kola/var-mount
curl -L --remote-name-all \
https://raw.githubusercontent.com/jlebon/fedora-coreos-config/pr/var-mount/tests/kola/var-mount/{config.ign,test.sh}
chmod a+x test.sh)
mkdir -p overrides/rootfs
mv insttree/* overrides/rootfs/
rmdir insttree
Expand Down

0 comments on commit 8408f89

Please sign in to comment.