diff options
author | 2025-02-24 15:18:22 +0100 | |
---|---|---|
committer | 2025-02-24 15:18:22 +0100 | |
commit | b02b6f3fa5474d1cf4f5c7d9005ffaf8a09b8fc6 (patch) | |
tree | 8a46163a498640ccc563686c27bc7ff23f738cb1 | |
parent | b30708d49f7e823a1b3bb04297975aea1be3e512 (diff) |
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 <Fiete.Ostkamp@telekom.de>
-rw-r--r-- | releases/1.15.6-container-release.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |