From d2d7221babff198c309253adc684a321a8f57e6d Mon Sep 17 00:00:00 2001 From: Qasim Abdullah <89213175+qasim-at-tci@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:19:29 +0500 Subject: [PATCH] ... --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 167606f..c74feb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,23 +20,27 @@ jobs: include: - dist: xenial script: sleep 1 + # Use deploy tool v1 i.e. without edge: true deploy: - <<: *deploy skip_cleanup: true - dist: bionic script: sleep 200 + # Use deploy tool v2 i.e. with edge: true deploy: - <<: *deploy edge: true cleanup: false - dist: focal script: sleep 350 + # Use deploy tool v2 i.e. with edge: true deploy: - <<: *deploy edge: true cleanup: false - dist: jammy script: sleep 500 + # Use deploy tool v2 i.e. with edge: true deploy: - <<: *deploy edge: true @@ -45,18 +49,21 @@ jobs: - dist: xenial script: sleep 1 arch: arm64 + # Use deploy tool v1 i.e. without edge: true deploy: - <<: *deploy skip_cleanup: true - dist: bionic script: sleep 200 arch: arm64 + # Use deploy tool v1 i.e. without edge: true deploy: - <<: *deploy skip_cleanup: true - dist: focal script: sleep 350 arch: arm64 + # Use deploy tool v1 i.e. without edge: true deploy: - <<: *deploy skip_cleanup: true