summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml24
1 files changed, 6 insertions, 18 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 5b9dbdab8..919905c67 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -434,12 +434,8 @@ testing_task:
env:
ADD_SECOND_PARTITION: 'true'
matrix:
- - name: remote
- env:
- TEST_REMOTE_CLIENT: 'true'
- - name: local
- env:
- TEST_REMOTE_CLIENT: 'false'
+ - TEST_REMOTE_CLIENT: 'true'
+ - TEST_REMOTE_CLIENT: 'false'
networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh'
setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}'
@@ -486,12 +482,8 @@ special_testing_rootless_task:
ADD_SECOND_PARTITION: 'true'
SPECIALMODE: 'rootless' # See docs
matrix:
- - name: remote
- env:
- TEST_REMOTE_CLIENT: 'true'
- - name: local
- env:
- TEST_REMOTE_CLIENT: 'false'
+ - TEST_REMOTE_CLIENT: 'true'
+ - TEST_REMOTE_CLIENT: 'false'
timeout_in: 60m
@@ -693,12 +685,8 @@ verify_test_built_images_task:
env:
ADD_SECOND_PARTITION: 'true'
matrix:
- - name: remote
- env:
- TEST_REMOTE_CLIENT: 'true'
- - name: local
- env:
- TEST_REMOTE_CLIENT: 'false'
+ - TEST_REMOTE_CLIENT: 'true'
+ - TEST_REMOTE_CLIENT: 'false'
matrix:
# Required env. var. by check_image_script
PACKER_BUILDER_NAME: "${FEDORA_NAME}"