← Back to team overview

openstack team mailing list archive

[GLANCE] Parameterized Glance Builder on Jenkins

 

Hey Glancers,

I set up a parameterized Jenkins build job here:

http://jenkins.openstack.org/view/Glance/job/glance-param/

If you are member of glance-core, you can run all unit and functional
tests for Glance against any branch on Launchpad. This is useful if
you want to test your branch before proposing for merging to see if
all tests pass...

To do so, simply click Build Now, then enter the Launchpad address of
the branch to test (for example: lp:~jaypipes/glance/bug802883)

Once the job completes, you can check the status of the test runs
against your branch by clicking the job link, then "Console Output".
You will see the entire output from the console, like so:

http://jenkins.openstack.org/view/Glance/job/glance-param/2/console

Have fun,

jay