From 8cbf76827d5b4d81cac16c2a652008b6312b4dfc Mon Sep 17 00:00:00 2001 From: chengli3 Date: Wed, 13 Nov 2019 10:40:21 +0800 Subject: [PATCH] Add job bm_verify_nestedk8s Change-Id: I4b1c974aad6bd60c9c940315d4cbbaa5fa46f6ff Signed-off-by: chengli3 --- ci/README.md | 2 +- ci/install_ansible.sh | 3 ++- ci/jjb/project.yaml | 1 + ci/vars.yaml | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/README.md b/ci/README.md index d3a4200..d95a736 100644 --- a/ci/README.md +++ b/ci/README.md @@ -41,7 +41,7 @@ jenkins-jobs test ci-management/jjb:icn/ci/jjb icn-master-verify jenkins-jobs update ci-management/jjb:icn/ci/jjb icn-master-verify ``` -A sample of jjb config file +A sample of jjb config file located at `~/.config/jenkins_jobs/jenkins_jobs.ini` ``` [job_builder] ignore_cache=True diff --git a/ci/install_ansible.sh b/ci/install_ansible.sh index dfb523e..b6d8774 100755 --- a/ci/install_ansible.sh +++ b/ci/install_ansible.sh @@ -1,4 +1,5 @@ +set -e export DEBIAN_FRONTEND=noninteractive apt update -apt install -y ansible +pip install ansible ansible-galaxy install geerlingguy.jenkins,3.7.0 --roles-path /etc/ansible/roles diff --git a/ci/jjb/project.yaml b/ci/jjb/project.yaml index e3800c4..a2ca731 100644 --- a/ci/jjb/project.yaml +++ b/ci/jjb/project.yaml @@ -20,6 +20,7 @@ nexus_log_subdir: intel/ICN_CD_logs target: - bm_verifer + - bm_verify_nestedk8s stream: - master: branch: master diff --git a/ci/vars.yaml b/ci/vars.yaml index ea35d08..2be8f5e 100644 --- a/ci/vars.yaml +++ b/ci/vars.yaml @@ -6,4 +6,3 @@ jenkins_plugins: - gerrit-trigger - git - postbuildscript - - config-file-provider -- 2.16.6