summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Holman <bholman.devel@gmail.com>2022-01-07 08:56:21 -0700
committerGitHub <noreply@github.com>2022-01-07 09:56:21 -0600
commitb966f431136052558358b0d68f268064b4330e12 (patch)
tree4e05f60747c544e80e90aaa1d47138209453ca39
parent3e64acda13c826074a502d37b9e11e07d4238bc6 (diff)
downloadvyos-cloud-init-b966f431136052558358b0d68f268064b4330e12.tar.gz
vyos-cloud-init-b966f431136052558358b0d68f268064b4330e12.zip
Remove unittests from integration test job in travis (#1141)
Currently the integration test job executes unittests as part of package build. The unittests have their own jobs, so this coverage is redundant and unnecessary. Save time and remove this test.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c458db48..9fb6c1a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,7 +121,7 @@ matrix:
# Use sudo to get a new shell where we're in the sbuild group
# Don't run integration tests when build fails
- |
- sudo -E su $USER -c 'sbuild --nolog --no-run-lintian --verbose --dist=xenial cloud-init_*.dsc' &&
+ sudo -E su $USER -c 'DEB_BUILD_OPTIONS=nocheck sbuild --nolog --no-run-lintian --no-run-autopkgtest --verbose --dist=xenial cloud-init_*.dsc' &&
ssh-keygen -P "" -q -f ~/.ssh/id_rsa &&
sg lxd -c 'CLOUD_INIT_CLOUD_INIT_SOURCE="$(ls *.deb)" tox -e integration-tests-ci'
- python: 3.5