add docker cache

This commit is contained in:
Lee Goolsbee
2022-09-08 18:21:12 -05:00
parent c563e745db
commit 3c464d7756
2 changed files with 43 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ pipelines:
name: aws_common/cw-disabled name: aws_common/cw-disabled
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -50,6 +51,7 @@ pipelines:
name: aws_common/default name: aws_common/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -61,6 +63,7 @@ pipelines:
name: aws_common/logs-disabled name: aws_common/logs-disabled
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -72,6 +75,7 @@ pipelines:
name: bitbucket_config/default name: bitbucket_config/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -83,6 +87,7 @@ pipelines:
name: bitbucket_config/iam_elasticsearch name: bitbucket_config/iam_elasticsearch
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -94,6 +99,7 @@ pipelines:
name: confluence_config/aurora name: confluence_config/aurora
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -105,6 +111,7 @@ pipelines:
name: confluence_config/default name: confluence_config/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -116,6 +123,7 @@ pipelines:
name: confluence_config/password_char_escaping name: confluence_config/password_char_escaping
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -127,6 +135,7 @@ pipelines:
name: confluence_config/system_jdk name: confluence_config/system_jdk
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -138,6 +147,7 @@ pipelines:
name: diy_backup/default name: diy_backup/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -149,6 +159,7 @@ pipelines:
name: jira_config/aurora name: jira_config/aurora
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -160,6 +171,7 @@ pipelines:
name: jira_config/default name: jira_config/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -171,6 +183,7 @@ pipelines:
name: jira_config/jira_config_props name: jira_config/jira_config_props
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -182,6 +195,7 @@ pipelines:
name: jira_config/password_char_escaping name: jira_config/password_char_escaping
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -193,6 +207,7 @@ pipelines:
name: linux_common/default name: linux_common/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -204,6 +219,7 @@ pipelines:
name: product_common/default name: product_common/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -215,6 +231,7 @@ pipelines:
name: product_common/system_jdk name: product_common/system_jdk
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -226,6 +243,7 @@ pipelines:
name: product_install/bitbucket_latest name: product_install/bitbucket_latest
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -237,6 +255,7 @@ pipelines:
name: product_install/confluence_latest name: product_install/confluence_latest
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -248,6 +267,7 @@ pipelines:
name: product_install/confluence_version_with_uppercase name: product_install/confluence_version_with_uppercase
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -259,6 +279,7 @@ pipelines:
name: product_install/crowd_latest name: product_install/crowd_latest
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -270,6 +291,7 @@ pipelines:
name: product_install/default name: product_install/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -281,6 +303,7 @@ pipelines:
name: product_install/jira_all name: product_install/jira_all
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -292,6 +315,7 @@ pipelines:
name: product_install/jira_cached_with_downgrade name: product_install/jira_cached_with_downgrade
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -303,6 +327,7 @@ pipelines:
name: product_install/jira_cached_with_upgrade name: product_install/jira_cached_with_upgrade
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -314,6 +339,7 @@ pipelines:
name: product_install/jira_software_latest name: product_install/jira_software_latest
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -325,6 +351,7 @@ pipelines:
name: product_install/jira_tarball name: product_install/jira_tarball
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -336,6 +363,7 @@ pipelines:
name: product_install/jira_tarball_download_url name: product_install/jira_tarball_download_url
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -347,6 +375,7 @@ pipelines:
name: product_install/jira_version_from_file name: product_install/jira_version_from_file
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -358,6 +387,7 @@ pipelines:
name: product_install/jira_version_latest name: product_install/jira_version_latest
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -369,6 +399,7 @@ pipelines:
name: product_install/jira_version_override name: product_install/jira_version_override
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -380,6 +411,7 @@ pipelines:
name: product_install/servicedesk3 name: product_install/servicedesk3
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -391,6 +423,7 @@ pipelines:
name: product_install/servicedesk4 name: product_install/servicedesk4
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -402,6 +435,7 @@ pipelines:
name: product_install/servicedesk_latest name: product_install/servicedesk_latest
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -413,6 +447,7 @@ pipelines:
name: product_startup/bitbucket name: product_startup/bitbucket
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -424,6 +459,7 @@ pipelines:
name: product_startup/default name: product_startup/default
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -435,6 +471,7 @@ pipelines:
name: product_startup/startup_restart_false name: product_startup/startup_restart_false
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -446,6 +483,7 @@ pipelines:
name: product_startup/synchrony name: product_startup/synchrony
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -456,6 +494,8 @@ pipelines:
- step: - step:
name: Run Snyk security scan name: Run Snyk security scan
caches:
- docker
services: services:
- docker - docker
script: script:

View File

@@ -40,6 +40,7 @@ pipelines:
name: {{ spath.parts[2] }}/{{ spath.parts[4] }} name: {{ spath.parts[2] }}/{{ spath.parts[4] }}
caches: caches:
- ansible-collections - ansible-collections
- docker
services: services:
- docker - docker
script: script:
@@ -51,6 +52,8 @@ pipelines:
- step: - step:
name: Run Snyk security scan name: Run Snyk security scan
caches:
- docker
services: services:
- docker - docker
script: script: