aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/main/scripts
AgeCommit message (Collapse)AuthorFilesLines
2023-10-19Update report script filtersliamfallon1-1/+3
Update report script to ignore invalid and failed staging and release jobs, which are only vali and only run successfully during the release process. Issue-ID: POLICY-4854 Change-Id: I4722e9b719a82d727585e7d597f83ce77e913744 Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-10-18Fix version.properties major versionliamfallon1-1/+1
Fix version.properties major version *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I0d4f96cb3744d690c9f515f79a2585ab1af58bf8
2023-05-25Update release scripts to support major releasesliamfallon2-5/+187
Added a -m flag to the newReleaseSnapshots.sh script to support a major version change. Added a script to clean up references when they get out of sync. Issue-ID: POLICY-4662 Change-Id: I30e11e41419b8b79ac03a00d6f4a05d8020a35ea Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-03-02Fixed db migrator image updatesaul.gill1-2/+2
Fix for release script not updating db migrator image in oom charts Issue-ID: POLICY-4576 Change-Id: Idc21ad2ef33bc93267f9edaab9885396dda80c18 Signed-off-by: saul.gill <saul.gill@est.tech>
2022-12-01Update pom.xml to add spring docliamfallon1-1/+0
Springfox will be replaced with Spring Doc for rendering the documentation from controllers using OpenAPI 3.0 (Swagger 3.0). This commit adds Spring Doc to dependency management. SpringFox will be removed once all the components are converted to SpringDoc. Issue-ID: POLICY-4404 Change-Id: I861344865ce4f9aae4572690876ef7d9d7844916 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-11-03Add kohn daily jobs ot PF report scriptliamfallon1-1/+1
THis commit also removes the Orange daily job report, which no longer run. Issue-ID: POLICY-4407 Change-Id: I726820ea7dbd3f821c0051ee18eb41c6d4dcb353 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-21update release data in policy/parentliamfallon1-0/+5
updated release data in policy/parent *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I0270bdc724270d1d1e664e71202a603521347272 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-20Make tag specification mandatory on release dataliamfallon2-13/+16
Also upgrades apache commons text. Issue-ID: POLICY-4045 Change-Id: Id93f9f92864403eecc198325f6f9dc8083532aab Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-03Handle docker refs correctly in policy/dockerliamfallon1-11/+38
The decker references in db-migrator need to be handled specially because the reference in db-migrator must be set to the new Docker reference that is to be released rather than the docker reference in the pf_release_data.csv (which is correct in later phases). This is in effect a forward reference to the "to-be-released_ docker base image. Issue-ID: POLICY-4045 Change-Id: Iff3845d06894f7f4c927509fb2fb43f00af3b7ef Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-27Update release scripts: OOM and taggingliamfallon3-10/+28
Add support for tagging release data Fix OOM script to cope with quoted repo names in the pf_release_data.csv file Issue-ID: POLICY-4045 Change-Id: Idb0c8895d1a8e6e7c564e0c5f86f7917f9278852 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-08Fix small bugs in release scriptsliamfallon3-10/+18
- Correct handling of snapshots on Docker files - Extra phase for submitting the release data - Spacing on printouts Issue-ID: POLICY-4333 Change-Id: I359942f91045bcdb7845cdf70fe7b1e55f6fd08a Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-07-29Update docker files base images to snapshotsliamfallon3-8/+23
Currently the policy base images used in docker files in master are hard revisions of the policy base images. The docker files should use snapshot policy base images when they are availabe and only change to released base images at release time. This commit ensures that the references are updated correctly in Docker files to snapshots or released base policy images as appropriate Issue-ID: POLICY-4287 Change-Id: I2c68e1bad6bde2e116c27678c88f8b40dc914b0f Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-07-13Update release and report scriptsliamfallon3-33/+79
Release scripts are updated to automatically change the releae data CSV file in policy-parent/integration/src/main/resources Report script is updated t add HTTP links to the various reports Issue-ID: POLICY-4233 Change-Id: Id98a4e2805caf68a66dd5844f388c045f75a8865 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-06-17Restructure scripts in policy-parentliamfallon13-0/+2665
- Moved the scripts into src/main/scripts - created src/main/resources - added pf_release_data.csv to src/main/resources, this file will be - added a n ew release phase to release the mdoels-simulator image pf_release_data.sh: 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: Idb5a4a624c06114f0f480c599e87f5596705ea07 Signed-off-by: liamfallon <liam.fallon@est.tech>