diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-01-16 09:24:46 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-01-16 12:18:18 +0100 |
commit | cb3f68d8bcecb6ff55b223d16e7f91c871fb30b6 (patch) | |
tree | 65c28fa2b55b33097f4c0abfbbbbac5486ae0f0d /ansible/test/play-infrastructure/molecule/default | |
parent | 9c14b7d8aed7c055a9ef3495f5e0fe5448202631 (diff) |
Decrease tests resource footprint on CI minion
Due to constrained CI minion resources docker volumes
need to be pruned after each test invocation to prevent
false negative which occurs in case when multiple playbook
level tests are run.
Heavy VNC Server image (1GB) needs to be mocked with
lightweight alpine image in play-infrastructure test
for same reasons.
Change-Id: I1026593a375853575cf210aefe29bc320d4e5c64
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: OOM-1907
Diffstat (limited to 'ansible/test/play-infrastructure/molecule/default')
-rw-r--r-- | ansible/test/play-infrastructure/molecule/default/vars.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test/play-infrastructure/molecule/default/vars.yml b/ansible/test/play-infrastructure/molecule/default/vars.yml index 8aa774b4..2ae49d95 100644 --- a/ansible/test/play-infrastructure/molecule/default/vars.yml +++ b/ansible/test/play-infrastructure/molecule/default/vars.yml @@ -1,5 +1,4 @@ --- -vnc_passwd: molecule certificates: organization_name: Molecule Testers state_or_province_name: Finland @@ -22,3 +21,4 @@ runtime_images: registry: "{{ molecule_test_registry }}" path: "/library/alpine" tag: "latest" +vnc_server_image: alpine:latest |