From 8408f8913be2430987f5747bbaccc961e6f4bcce Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 28 Aug 2020 12:49:32 -0400 Subject: [PATCH] ci: Temporarily import kola test from jlebon's FCOS fork 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index ac65b9c8..5c6bb21d 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -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