summaryrefslogtreecommitdiffstats
path: root/jjb/aai/aai-oom.yaml
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-21 09:33:53 -0500
committerwr148d <wr148d@att.com>2022-01-21 09:33:53 -0500
commit0b40756abb2b660b0ae6804d92bdb7e440f684ee (patch)
treef25cb1c277202fc34004af8595327b5569b16a3f /jjb/aai/aai-oom.yaml
parent013a2f8bbeb6cef6284d39a77beed51fe1ea1030 (diff)
[AAI] Removing deprecated microservices form the aai jjb
Issue-ID: AAI-3432 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I2d468688fc73f4efba58b6d80625978ed5be5003
Diffstat (limited to 'jjb/aai/aai-oom.yaml')
-rw-r--r--jjb/aai/aai-oom.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/jjb/aai/aai-oom.yaml b/jjb/aai/aai-oom.yaml
deleted file mode 100644
index 97f0874ce..000000000
--- a/jjb/aai/aai-oom.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
----
-- project:
- name: aai-oom-project-view
- project-name: aai-oom
- views:
- - project-view
-
-- project:
- name: aai-oom
- helm-module: 'aai'
- project-name: 'aai-oom'
- project: 'aai/oom'
- jobs:
- - '{project-name}-{stream}-verify-external-helm'
- - '{project-name}-{stream}-merge-external-helm':
- build_script: '{oom_build_script}'
- post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
- files: '**'
- stream:
- - 'istanbul':
- branch: 'istanbul'
-
- mvn-settings: 'aai-oom-settings'
- files: '**'
- archive-artifacts: ''
- build-node: ubuntu1804-helm-2c-1g
- pre_build_script: !include-raw-escape: shell/helm-repo-init.sh
- oom_build_script: |
- #!/bin/bash
- set -e -o pipefail
- cd kubernetes/
- make HELM_BIN=helm3.3 all
- build_script: |
- #!/bin/bash
- cd kubernetes/
- make HELM_BIN=helm3.3 common
- make HELM_BIN=helm3.3 {helm-module}
- oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh