From b02b6f3fa5474d1cf4f5c7d9005ffaf8a09b8fc6 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 24 Feb 2025 15:18:22 +0100 Subject: [PATCH] Release 1.15.6 - ensure the schema-creation job exits with a non-zero exit code when there are exceptions during it's execution - this in turn will restart the job which helps with intermittend timing issues in gating Issue-ID: AAI-4138 Change-Id: I913a7025ff788b2ca6183fda53c906ca1b440b2a Signed-off-by: Fiete Ostkamp --- releases/1.15.6-container-release.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releases/1.15.6-container-release.yaml diff --git a/releases/1.15.6-container-release.yaml b/releases/1.15.6-container-release.yaml new file mode 100644 index 0000000..583f7d0 --- /dev/null +++ b/releases/1.15.6-container-release.yaml @@ -0,0 +1,7 @@ +distribution_type: container +container_release_tag: 1.15.6 +project: aai/graphadmin +ref: b30708d49f7e823a1b3bb04297975aea1be3e512 +containers: + - name: aai-graphadmin + version: 1.15-STAGING-20250223T160710Z -- 2.16.6