From b9a5da16927f63101bee43c413d4ec1cc53218d0 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Fri, 18 Dec 2020 13:25:53 -0600 Subject: No longer allow integration test failures on travis (#738) --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3