DCD-1462: testing destination path

This commit is contained in:
Jun
2022-02-17 13:23:49 +11:00
parent 4d15afa96d
commit 4f1aab9d4c
2 changed files with 1 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
atl_product_user_uid: '2001' atl_product_user_uid: '2001'
atl_product_version_cache: "{{ atl_product_home_shared }}/{{ atl_product_edition }}.version" atl_product_version_cache: "{{ atl_product_home_shared }}/{{ atl_product_edition }}.version"
test_archive: '/tmp/hello.tar.gz' test_archive: '/tmp/hello/hello.tar.gz'
test_archive_file: 'hello.txt' test_archive_file: 'hello.txt'
test_archive_source: '/tmp/hello' test_archive_source: '/tmp/hello'

View File

@@ -10,12 +10,6 @@ platforms:
- aws_node_local - aws_node_local
ulimits: ulimits:
- nofile:262144:262144 - nofile:262144:262144
- name: ubuntu_lts
image: ubuntu:bionic
groups:
- aws_node_local
ulimits:
- nofile:262144:262144
provisioner: provisioner:
name: ansible name: ansible
options: options: