From 6c2b34bf15eb5bc4054e06980c0b6b7bbcbbd862 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 27 May 2019 16:30:44 +0300 Subject: [PATCH] Don't execute compose/blueprint sanity tests in Travis CI instead they will be executed in Cockpit CI --- Makefile | 2 -- test/README.md | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d9bf7852..54e9dee1 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,6 @@ test: coverage3 report -m [ -f "/usr/bin/coveralls" ] && [ -n "$(COVERALLS_REPO_TOKEN)" ] && coveralls || echo - - ./tests/test_cli.sh # need `losetup`, which needs Docker to be in privileged mode (--privileged) # but even so fails in Travis CI diff --git a/test/README.md b/test/README.md index 8eaf6dab..abd8e854 100644 --- a/test/README.md +++ b/test/README.md @@ -4,7 +4,9 @@ lorax uses Cockpit's integration test framework and infrastructure. To do this, we're checking out Cockpit's `bots/` subdirectory. It contains links to test images and tools to manipulate and start virtual machines from them. -Each test is run on a new instance of a virtual machine. +Each test is run on a new instance of a virtual machine. +Branch/test matrix is configured in `bots/tests-scan` inside the +[cockpit repository](https://github.com/cockpit-project/cockpit). ## Dependencies