DCD-224: Add some tagging to speed up some tests.

This commit is contained in:
Steve Smith
2019-04-16 16:26:15 +10:00
parent ecc21a5f79
commit 367a2ce1ba
5 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ platforms:
image: ubuntu:bionic
provisioner:
name: ansible
options:
skip-tags: runtime_pkg
lint:
name: ansible-lint
inventory:

View File

@@ -12,6 +12,8 @@ platforms:
image: ubuntu:bionic
provisioner:
name: ansible
options:
skip-tags: runtime_pkg
lint:
name: ansible-lint
inventory:

View File

@@ -12,6 +12,8 @@ platforms:
image: ubuntu:bionic
provisioner:
name: ansible
options:
skip-tags: runtime_pkg
lint:
name: ansible-lint
inventory:

View File

@@ -5,9 +5,13 @@
name:
- java-{{ java_version }}-openjdk-devel
- git-{{ git_version }}
tags:
- runtime_pkg
# Amazon Linux 2 supplies extra packages via a special command.
- name: Enable Postgresql from 'extras'
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
args:
creates: /usr/bin/psql
tags:
- runtime_pkg

View File

@@ -6,3 +6,5 @@
- openjdk-{{ java_major_version }}-jdk-headless
- postgresql-client
- git
tags:
- runtime_pkg