mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Add some tagging to speed up some tests.
This commit is contained in:
@@ -12,6 +12,8 @@ platforms:
|
|||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
options:
|
||||||
|
skip-tags: runtime_pkg
|
||||||
lint:
|
lint:
|
||||||
name: ansible-lint
|
name: ansible-lint
|
||||||
inventory:
|
inventory:
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ platforms:
|
|||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
options:
|
||||||
|
skip-tags: runtime_pkg
|
||||||
lint:
|
lint:
|
||||||
name: ansible-lint
|
name: ansible-lint
|
||||||
inventory:
|
inventory:
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ platforms:
|
|||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
options:
|
||||||
|
skip-tags: runtime_pkg
|
||||||
lint:
|
lint:
|
||||||
name: ansible-lint
|
name: ansible-lint
|
||||||
inventory:
|
inventory:
|
||||||
|
|||||||
@@ -5,9 +5,13 @@
|
|||||||
name:
|
name:
|
||||||
- java-{{ java_version }}-openjdk-devel
|
- java-{{ java_version }}-openjdk-devel
|
||||||
- git-{{ git_version }}
|
- git-{{ git_version }}
|
||||||
|
tags:
|
||||||
|
- runtime_pkg
|
||||||
|
|
||||||
# Amazon Linux 2 supplies extra packages via a special command.
|
# Amazon Linux 2 supplies extra packages via a special command.
|
||||||
- name: Enable Postgresql from 'extras'
|
- name: Enable Postgresql from 'extras'
|
||||||
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
||||||
args:
|
args:
|
||||||
creates: /usr/bin/psql
|
creates: /usr/bin/psql
|
||||||
|
tags:
|
||||||
|
- runtime_pkg
|
||||||
|
|||||||
@@ -6,3 +6,5 @@
|
|||||||
- openjdk-{{ java_major_version }}-jdk-headless
|
- openjdk-{{ java_major_version }}-jdk-headless
|
||||||
- postgresql-client
|
- postgresql-client
|
||||||
- git
|
- git
|
||||||
|
tags:
|
||||||
|
- runtime_pkg
|
||||||
|
|||||||
Reference in New Issue
Block a user