diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2020-12-18 13:25:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 14:25:53 -0500 |
commit | b9a5da16927f63101bee43c413d4ec1cc53218d0 (patch) | |
tree | 622ec643f3733bc7b204579c3a869bca25a61be3 | |
parent | e4f2d6139a802e659c571f581763eddeee715e2f (diff) | |
download | vyos-cloud-init-b9a5da16927f63101bee43c413d4ec1cc53218d0.tar.gz vyos-cloud-init-b9a5da16927f63101bee43c413d4ec1cc53218d0.zip |
No longer allow integration test failures on travis (#738)
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b64cea15..8ead3468 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,6 @@ env: matrix: fast_finish: true - allow_failures: - - name: "Integration Tests (WIP)" include: - python: 3.6 - if: NOT branch =~ /^ubuntu\// @@ -123,7 +121,7 @@ matrix: - sudo -E su $USER -c 'sbuild --nolog --no-run-lintian --verbose --dist=xenial cloud-init_*.dsc' # Ubuntu LTS: Integration - sg lxd -c 'tox -e citest -- run --verbose --preserve-data --data-dir results --os-name xenial --test modules/apt_configure_sources_list.yaml --test modules/ntp_servers --test modules/set_password_list --test modules/user_groups --deb cloud-init_*_all.deb' - - name: "Integration Tests (WIP)" + - name: "Integration Tests" if: NOT branch =~ /^ubuntu\// env: {} cache: |