diff options
author | morganrol <morgan.richomme@orange.com> | 2021-11-16 13:33:33 +0100 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-11-23 07:56:55 +0000 |
commit | c06f818c5beea8d575565598b89045504d15a054 (patch) | |
tree | 8c89774a4d59599217e1f4748760ce8679e41ba5 /releases | |
parent | 75e88376ceb8ad62ef05c42c4cd1c059c5ce481f (diff) |
[ISTANBUL] Create release xtesting dockers for istanbul
Create release versions of the istanbul xtesting dockers
Issue-ID: INT-2006
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I14bd9b16b6184c86b13957bf60ff4c26cfd492c6
Diffstat (limited to 'releases')
-rw-r--r-- | releases/1.9.0-container.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/releases/1.9.0-container.yaml b/releases/1.9.0-container.yaml new file mode 100644 index 0000000..14d1796 --- /dev/null +++ b/releases/1.9.0-container.yaml @@ -0,0 +1,18 @@ +distribution_type: 'container' +container_release_tag: '1.9.0' +project: 'integration-xtesting' +log_dir: 'integration-xtesting-infra-healthcheck-docker-merge-istanbul/' +ref: 55cbefdc693aebd98715ee4545d99c1ec5e0b490 +containers: + - name: 'xtesting-infra-healthcheck' + version: 'istanbul' + - name: 'xtesting-healthcheck' + version: 'istanbul' + - name: 'xtesting-smoke-usecases-pythonsdk' + version: 'istanbul' + - name: 'xtesting-smoke-usecases-robot' + version: 'istanbul' + - name: 'xtesting-security' + version: 'istanbul' + - name: 'xtesting-smoke-usecases-robot-py3' + version: 'istanbul' |