Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created November 1, 2016 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/227ea1337cda59b3a5d6b47a91a64717 to your computer and use it in GitHub Desktop.
Save harlowja/227ea1337cda59b3a5d6b47a91a64717 to your computer and use it in GitHub Desktop.
# This contains all the jobs needed for testing of the external version
# of glance and internal building and testing of our extensions and
# docker (via kolla) building processes.
- project:
name: glance-kolla
mail-to: cloud@godaddy.com
jobs:
- 'glance-kolla-image-build-test'
- job:
# http://docs.openstack.org/infra/jenkins-job-builder/parameters.html
parameters:
- string:
name: project_url
default: "https://github.com/openstack/glance.git"
description: "Project git source url?"
- string:
name: project_ref
default: "stable/liberty"
description: "On which project branch/tag/sha to run?"
- string:
name: kolla_project_url
default: "https://github.com/openstack/kolla.git"
description: "Kolla project git source url?"
- string:
name: kolla_project_ref
default: "stable/liberty"
description: "On which kolla project branch/tag/sha to run?"
name: 'glance-kolla-image-build-test'
defaults: global
project-type: workflow
display-name: "Glance (kolla image build & test)"
dsl:
!include-raw:
- "scripts/common.groovy"
- "scripts/glance_kolla.groovy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment