diff options
author | liamfallon <liam.fallon@est.tech> | 2022-06-18 03:14:11 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-06-18 03:14:14 +0100 |
commit | 2d7d6a8dcabdd76146d01963afcedcb4b4a59969 (patch) | |
tree | 2a53055c5736918ace84491b71df460a0c6c7fb7 | |
parent | 5cce8d7d5fa269cb43981dadbed96a4821f3366a (diff) |
Add release data for honolulu
Manually added pf_release_data.csv, rom now on, the file will be gerated
during releases.
pf_release_data.csv:
Used to find the correct versions of images to use for the CSIT tests,
the current lookup scripts can't cope with snapshots being deleted after
they time out.
Issue-ID: POLICY-4233
Change-Id: Iea5ea81e9920189a3f28b4d9f90b3cc0595d6348
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | integration/src/main/resources/release/pf_release_data.csv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/integration/src/main/resources/release/pf_release_data.csv b/integration/src/main/resources/release/pf_release_data.csv new file mode 100644 index 00000000..740441b9 --- /dev/null +++ b/integration/src/main/resources/release/pf_release_data.csv @@ -0,0 +1,13 @@ +Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images +policy/parent,3.3.2,3.3.3-SNAPSHOT,1, +policy/docker,2.2.1,2.2.2-SNAPSHOT,60,'policy-jre-alpine':'policy-jdk-alpine' +policy/common,1.8.2,1.8.3-SNAPSHOT,0, +policy/models,2.4.4,2.4.5-SNAPSHOT,0, +policy/api,2.4.4,2.4.5-SNAPSHOT,0,'policy-api' +policy/pap,2.4.5,2.4.6-SNAPSHOT,0,'policy-pap' +policy/apex-pdp,2.5.4,2.5.5-SNAPSHOT,0,'policy-apex-pdp' +policy/drools-pdp,1.8.4,1.8.5-SNAPSHOT,0,'policy-drools' +policy/xacml-pdp,2.4.5,2.4.6-SNAPSHOT,0,'policy-xacml-pdp' +policy/distribution,2.5.4,2.5.5-SNAPSHOT,5,'policy-distribution' +policy/clamp,6.0.2,6.0.3-SNAPSHOT,5,'policy-clamp-backend':'policy-clamp-frontend' +policy/drools-applications,1.8.4,1.8.5-SNAPSHOT,0,'policy-pdpd-cl' |