ci: Temporarily import kola test from jlebon's FCOS fork
authorJonathan Lebon <jonathan@jlebon.com>
Fri, 28 Aug 2020 16:49:32 +0000 (12:49 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Fri, 28 Aug 2020 18:16:46 +0000 (14:16 -0400)
That test will not make it into the fedora-coreos-config repo until the
libostree fix gets percolated down. PR is:

https://github.com/coreos/fedora-coreos-config/pull/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.

.cci.jenkinsfile

index ac65b9c8f280ebd991e68016aae0684fa62be741..5c6bb21d6a512e16a5b5ad8aee3a5961174d2911 100644 (file)
@@ -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