aboutsummaryrefslogtreecommitdiffstats
path: root/csit/docker-compose-gui-smoke.yml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-06-28 15:55:29 +0100
committerLiam Fallon <liam.fallon@est.tech>2022-06-29 08:25:57 +0000
commit81b579eabbcc4edb7956260caf32c70bc8640e9d (patch)
tree4cc30f95903d0fdcf7c7d285204756b24d769695 /csit/docker-compose-gui-smoke.yml
parentc23d753d8720e3c0c13e535e1b19ebe9a9c95bbc (diff)
Update get version script for snapshots
The current script assumes that snapshot versions are always available. However the Linux Foundation has now implemented a policy of deleting snapshots on no-master branches that are older than a certain age. THis breaks our CSITs. THis updated script copes with this by checking if a snapshot is avaialable and, if the snapshot is not available, the script falls back to the released version. This script will be needed on other branches besides master as well. Issue-ID: POLICY-4233 Change-Id: I7a9fe7ffc3abfc8044a2e0439e3fcd47c086d5f8 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'csit/docker-compose-gui-smoke.yml')
-rw-r--r--csit/docker-compose-gui-smoke.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/docker-compose-gui-smoke.yml b/csit/docker-compose-gui-smoke.yml
index 3951cb2f..8be6ec6e 100644
--- a/csit/docker-compose-gui-smoke.yml
+++ b/csit/docker-compose-gui-smoke.yml
@@ -137,7 +137,7 @@ services:
'pap', '6969'
]
drools:
- image: nexus3.onap.org:10001/onap/policy-drools:${POLICY_DROOLS_VERSION}
+ image: nexus3.onap.org:10001/onap/policy-drools:${POLICY_DROOLS_PDP_VERSION}
container_name: drools
depends_on:
- mariadb