diff options
author | liamfallon <liam.fallon@est.tech> | 2022-06-18 02:15:24 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-06-18 02:15:29 +0100 |
commit | 548ff75d48e7a3373250f77ee78854867929f69d (patch) | |
tree | f3098d5bf90edf688e71755fd0756a4b94a89ae2 /integration/src/main | |
parent | 15be7d8cbfd81903759a2db91ea105a28fb88c8a (diff) |
Add release data for istanbul
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: I702e155b77d29d701857bfc8d22316ffbdc1e615
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/src/main')
-rw-r--r-- | integration/src/main/resources/release/pf_release_data.csv | 14 |
1 files changed, 14 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..27ad0f3d --- /dev/null +++ b/integration/src/main/resources/release/pf_release_data.csv @@ -0,0 +1,14 @@ +Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images +policy/parent,3.4.4,3.4.5-SNAPSHOT,4, +policy/docker,2.3.2,2.3.3-SNAPSHOT,0,'policy-jre-alpine':'policy-jdk-alpine':'policy-db-migrator' +policy/common,1.9.2,1.9.3-SNAPSHOT,0, +policy/models,2.5.2,2.5.3-SNAPSHOT,0, +policy/api,2.5.2,2.5.3-SNAPSHOT,0,'policy-api' +policy/pap,2.5.2,2.5.3-SNAPSHOT,0,'policy-pap' +policy/apex-pdp,2.6.2,2.6.3-SNAPSHOT,0,'policy-apex-pdp' +policy/drools-pdp,1.9.2,1.9.3-SNAPSHOT,0,'policy-drools' +policy/xacml-pdp,2.5.2,2.5.3-SNAPSHOT,0,'policy-xacml-pdp' +policy/distribution,2.6.2,2.6.3-SNAPSHOT,0,'policy-distribution' +policy/clamp,6.1.4,6.1.5-SNAPSHOT,0,'policy-clamp-backend':'policy-clamp-frontend':'policy-clamp-cl-pf-ppnt':'policy-clamp-cl-k8s-ppnt':'policy-clamp-cl-http-ppnt':'policy-clamp-cl-runtime' +policy/gui,2.2.1,2.1.3-SNAPSHOT,771,'policy-gui' +policy/drools-applications,1.9.2,1.9.3-SNAPSHOT,0,'policy-pdpd-cl' |