mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-261: Add CloudWatch support for Crowd. Temporarily remove config for Ubuntu when testing create backups
This commit is contained in:
@@ -55,7 +55,8 @@ atl_product_logs:
|
|||||||
*logs_default
|
*logs_default
|
||||||
stash:
|
stash:
|
||||||
*logs_default
|
*logs_default
|
||||||
crowd: []
|
crowd:
|
||||||
|
*logs_default
|
||||||
|
|
||||||
|
|
||||||
# The following are imports from the environment. These are generally
|
# The following are imports from the environment. These are generally
|
||||||
|
|||||||
@@ -8,8 +8,25 @@ lint:
|
|||||||
platforms:
|
platforms:
|
||||||
- name: amazon_linux2
|
- name: amazon_linux2
|
||||||
image: amazonlinux:2
|
image: amazonlinux:2
|
||||||
- name: ubuntu_lts
|
#
|
||||||
image: ubuntu:bionic
|
# Temporarily (1st April 2020) removing ubuntu as a test platform.
|
||||||
|
# The atlassian-slingshot debian (Ubuntu) repository is at present
|
||||||
|
# malformed and is currently missing its 'Release' file. As a result
|
||||||
|
# when this test executes and tries to pull the `ubuntu_lts` archive
|
||||||
|
# (see ubuntu.yml task) it fails with the following error:
|
||||||
|
#
|
||||||
|
# "The repository 'https://packages.atlassian.com/atlassian-slingshot-deb
|
||||||
|
# stable Release' does not have a Release file."
|
||||||
|
#
|
||||||
|
# See: https://bulldog.internal.atlassian.com/browse/DCD-964 which has
|
||||||
|
# been raised to resolve this issue and fix the Ubuntu Slingshot
|
||||||
|
# distribution
|
||||||
|
#
|
||||||
|
# TODO: Activate the config below (un-comment) once the issue described above
|
||||||
|
# has been resolved.
|
||||||
|
#
|
||||||
|
# - name: ubuntu_lts
|
||||||
|
# image: ubuntu:bionic
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
Reference in New Issue
Block a user