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

Commit

Permalink
Upgrading to latest provisioner and API handle update. (#11)
Browse files Browse the repository at this point in the history
* Upping the release version

* Removed workspace and updated Jenkinsfile to work with my dev env

* Making the test template production ready
  • Loading branch information
jaypoulz authored Sep 27, 2018
1 parent 9b4d6a6 commit ec84516
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 64 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ properties(
name: 'ARCHES'
),
string(
defaultValue: 'https://github.com/RedHat-MultiArch-QE/multiarch-ci-libraries',
defaultValue: 'https://github.com/redhat-multiarch-qe/multiarch-ci-libraries',
description: 'Repo for shared libraries.',
name: 'LIBRARIES_REPO'
),
string(
defaultValue: 'v1.1',
defaultValue: 'v1.2.0',
description: 'Git reference to the branch or tag of shared libraries.',
name: 'LIBRARIES_REF'
),
Expand Down Expand Up @@ -50,9 +50,9 @@ library(

List arches = params.ARCHES.tokenize(',')
def errorMessages = ''
def config = TestUtils.getProvisioningConfig(this)
def config = API.v1.getProvisioningConfig(this)

TestUtils.runParallelMultiArchTest(
API.v1.runParallelMultiArchTest(
this,
arches,
config,
Expand Down
45 changes: 0 additions & 45 deletions workspace/PinFile

This file was deleted.

Empty file removed workspace/credentials/.empty
Empty file.
15 changes: 0 additions & 15 deletions workspace/inventories/group_vars/all.yml

This file was deleted.

Empty file removed workspace/resources/.empty
Empty file.

0 comments on commit ec84516

Please sign in to comment.