Merge pull request #2190 from cgwalters/ci-drop-var-test

ci: Drop var mount test
This commit is contained in:
OpenShift Merge Robot 2020-09-07 19:26:02 -04:00 committed by GitHub
commit 3bac819a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,12 +72,6 @@ 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