From abff9c06663aa57e4e078d36595498c8c606e5a7 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 8 Apr 2019 16:35:10 -0700 Subject: Add external verify job for HELM This new verify job will: - Apply to code transfered outside OOM repo into the tech team's repos. - Get triggered by any submitted changes in /oom repos. - Apply the change in oom/kubernetes/ - Run a helm verify Change-Id: I4bd60f946351623583589d7689343fbfc826237a Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall --- jjb/aai/aai-oom.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 jjb/aai/aai-oom.yaml (limited to 'jjb/aai') diff --git a/jjb/aai/aai-oom.yaml b/jjb/aai/aai-oom.yaml new file mode 100644 index 000000000..7581e773b --- /dev/null +++ b/jjb/aai/aai-oom.yaml @@ -0,0 +1,36 @@ +--- +- 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' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-oom-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-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 all + subproject_build_script: | + #!/bin/bash + cd kubernetes/ + make common + make {subproject} + oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh + subproject: + - 'aai': + files: 'kubernetes/aai/**' -- cgit 1.2.3-korg