Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Removing hook based linchpin call
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Aug 27, 2018
1 parent 0f03717 commit 9b4d6a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
),
Expand Down Expand Up @@ -51,7 +51,6 @@ library(
List arches = params.ARCHES.tokenize(',')
def errorMessages = ''
def config = TestUtils.getProvisioningConfig(this)
config.jobgroup = 'multiarch-qe'

TestUtils.runParallelMultiArchTest(
this,
Expand Down
15 changes: 0 additions & 15 deletions workspace/PinFile
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 9b4d6a6

Please sign in to comment.