summaryrefslogtreecommitdiffstats
path: root/tools/run-compare-xml.sh
Commit message (Collapse)AuthorAgeFilesLines
* Replace openstack.org git:// URLs with https://Ian Wienand2019-03-241-2/+2
| | | | | | | | | | | | | | | | | This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I250cbe6699b73d7ddeb3c6e2b875ce8e439276be
* Copy config files treeDarragh Bailey2015-11-101-2/+2
| | | | | | | | | Make it easier for a complex organisation of configuration files for testing, since JJB supports recursive searching and storing of scripts in separate files to be inlined automatically using the '!include*' tags. Change-Id: I858103a2dae4aebdfbd9762b33858f4f84016350
* Change zuul-cloner parametersKhai Do2015-06-151-1/+1
| | | | | | | | | Current clone works but would be better to pass just 'git://git.openstack.org' as the zuul-cloner base so it will be more convienant to update if needed. Added a clonemap to clone the project into the current directory. Change-Id: If407ffd47678d260645b205b876d904da7e98218
* Fall back to git clone if zuul-cloner not availableDarragh Bailey2015-06-091-1/+6
| | | | | | | | Allow running of the compare test on developer workstations where it is less common for zuul-cloner to be present by falling back to using git clone with a depth of 1 if zuul-cloner is not available. Change-Id: Idedc726bea12fb8862cd9574d9ce17b29011c15f
* Fix jenkins-job-builder-compare-xml job by using zuul-clonerKhai Do2015-03-251-1/+1
| | | | | | | | | | | | | | The script in jenkins-job-builder-compare-xml job failed due to git clone executing a shallow clone: Cloning into 'project-config'... fatal: The remote end hung up unexpectedly fatal: protocol error: bad pack header This can be fixed by just removing the '/p/' from the url but we would rather use the zuul-cloner because it can take advantage of the local git cache on disk thus allowing for more efficient cloning. Change-Id: I05f1c928a15cf5e791a95a01975e8aba78f4953f
* Switch to new project-config repoDarragh Bailey2014-09-301-3/+3
| | | | | | | | Change the comparison script to use the new project-config repo created due to a reorganization of the puppet modules and JJB config used for openstack infrastructure. Change-Id: Icbe8ddc7fcc6af9cc11d664e01ab6fd52ef8d288
* Adding ability to specify the JDK to use. This change moves the top level ↵william.soula2012-12-191-3/+3
| | | | | | | | | | | | config from builder.py into a separate file called general.py. This change also moves the assigned node work as well as the log rotator work into the general.py file. This change also adds the ability to specify the JDK for the build to use. Change-Id: I0e2b43d889593e01d6ad0761960c93472990af1e Reviewed-on: https://review.openstack.org/16983 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
* Simplify the xml test paths.James E. Blair2012-09-051-5/+9
| | | | | | | | | | | Make it easier to invoke the tox environments from another project (eg, openstack-ci-puppet). Change-Id: I88305c8edb79bb6e944eb35f5e39c84827807f11 Reviewed-on: https://review.openstack.org/12451 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
* Fix early exit from compare test.James E. Blair2012-09-011-1/+1
| | | | | | | | Change-Id: I5a871026f2bf7757b7e3e46278391b41e90c5674 Reviewed-on: https://review.openstack.org/12289 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
* Add test to determine whether XML output has changed.James E. Blair2012-09-011-0/+56
Change-Id: I5e0b76e195a1b412d180484ce1ddd3e9159d7779 Reviewed-on: https://review.openstack.org/12286 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins