From 9b4d6a630af3506657b4dd2951bbfb2468c3c710 Mon Sep 17 00:00:00 2001 From: Jeremy Poulin Date: Sun, 26 Aug 2018 21:34:48 -0400 Subject: [PATCH] Removing hook based linchpin call --- Jenkinsfile | 3 +-- workspace/PinFile | 15 --------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 37086a6..46e05b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ properties( name: 'LIBRARIES_REPO' ), string( - defaultValue: 'master', + defaultValue: 'v1.1', description: 'Git reference to the branch or tag of shared libraries.', name: 'LIBRARIES_REF' ), @@ -51,7 +51,6 @@ library( List arches = params.ARCHES.tokenize(',') def errorMessages = '' def config = TestUtils.getProvisioningConfig(this) -config.jobgroup = 'multiarch-qe' TestUtils.runParallelMultiArchTest( this, diff --git a/workspace/PinFile b/workspace/PinFile index e3236fe..3380a3f 100644 --- a/workspace/PinFile +++ b/workspace/PinFile @@ -43,18 +43,3 @@ jenkins-slave: - repositories - jenkins_slave - master_node - {% if hooks %} - hooks: - {% if hooks.postUp %} - postup: - {% if hooks.postUp.connectToMaster %} - - type: ansible - name: cinch - path: /home/jenkins/envs/provisioner/lib/python2.7/site-packages/cinch/ - context: True - actions: - - playbook: site.yml - extra_vars: "{{ extra_vars }}" - {% endif %} - {% endif %} - {% endif %}