DCD-261: Add CloudWatch support for Crowd. Temporarily remove config for Ubuntu when testing create backups

This commit is contained in:
Dylan Rathbone
2020-04-01 08:28:00 +10:00
parent ab823442d8
commit 0ce1f9c44a
2 changed files with 21 additions and 3 deletions

View File

@@ -55,7 +55,8 @@ atl_product_logs:
*logs_default
stash:
*logs_default
crowd: []
crowd:
*logs_default
# The following are imports from the environment. These are generally

View File

@@ -8,8 +8,25 @@ lint:
platforms:
- name: amazon_linux2
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:
name: ansible
lint: