diff options
author | liamfallon <liam.fallon@est.tech> | 2022-06-28 15:55:29 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-06-29 09:02:48 +0100 |
commit | f66c6832851681a275cf32f77ee5c5575d8d2afd (patch) | |
tree | a46bba6f0b16a0432fda34260935f1d4659fc546 /csit/docker-compose-gui-smoke.yml | |
parent | 7b7ee11f58a1cf31bbfa4a41db213ee567f8c725 (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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/docker-compose-gui-smoke.yml b/csit/docker-compose-gui-smoke.yml index fea29e3d..3ecabc17 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 |