aboutsummaryrefslogtreecommitdiff
path: root/jenkins
Commit message (Collapse)AuthorAgeFilesLines
* Add initial multi-suite updater.Matt Rendina2018-04-184-46/+107
| | | | Simplify operation and downstream parameter passing methodology.
* Mail suppression and related bugfixes (#61)1.0.23Matt Rendina2018-04-062-87/+19
| | | | | | | * Remove deprecated triggering method. * Suppress e-mail when mail_recipients is empty * Handle single job suite builds correctly. * Use dispatch job's success status when summing successes.
* Add info to e-mail notification subject, improve formatting (#60)1.0.22Matt Rendina2018-04-051-2/+24
|
* Increase indexing timeout period.Matt Rendina2018-03-281-2/+6
|
* Fix publication lockfile name1.0.20Matt Rendina2018-02-221-1/+1
|
* Add multi_trigger scriptMatt Rendina2018-02-211-0/+42
|
* * Only publish packages that have successful build AND test stages. ↵Matt Rendina2018-02-212-49/+70
| | | | | | | | Previously, if a package file was created, it was published even if the tests did not all pass. * Refactor build status propagation * Allow for a trigger-level summary of all downstream job results. * Simplify machinery by using result paylods provided directly by build calls.
* Write manifest data to file for rambo to useMatt Rendina2018-01-141-0/+5
|
* Manifest management fixes (#55)1.0.17Matt Rendina2018-01-121-2/+4
| | | | | | * Obtain manifests via simple clone * Remove submodule clone * Fix copy syntax
* Obtain manifests via a simple clone (#54)Matt Rendina2018-01-122-4/+3
| | | | | * Place clone in top-level job script * Remove submodule clone
* Manifest data propagation correction (#52)Matt Rendina2018-01-122-9/+19
| | | | * Adjust propagation of manifest data * Test propagation of manifest data
* Manifest location (#51)Matt Rendina2018-01-111-13/+17
| | | | | | * Remove manifests dir * Add manifests repo as submodule * Test submodule approach
* Allow for JWST specfile generationMatt Rendina2018-01-051-1/+45
|
* Fix typo1.0.13Matt Rendina2017-12-211-1/+1
|
* Restrict bugfix patching to conda-build 3.0.x series.Matt Rendina2017-12-211-1/+2
|
* Fix typoMatt Rendina2017-12-211-1/+1
|
* Select conda installer version separately from target conda versionMatt Rendina2017-12-213-5/+11
|
* Allow supplemental environment variables to be applied to jobs.Matt Rendina2017-12-214-7/+39
| | | | Allow recipe repository branch specification in manifest.
* Clean workspace before creating subdirectoryMatt Rendina2017-10-251-4/+4
|
* Provide isolated home dir override for each job suite.Matt Rendina2017-10-252-0/+8
|
* Add parameter to control number of builds/logs kept per job.Matt Rendina2017-10-161-0/+17
|
* Add generalized scheduled_trigger pipeline scriptMatt Rendina2017-10-121-0/+72
|
* Add cleanup stage to purge workspace directory upon completion.Matt Rendina2017-10-091-0/+7
|
* Add missing comma so propagate directive gets honored.Matt Rendina2017-09-251-2/+1
|
* Disable setuptools version pin1.0.5Matt Rendina2017-09-251-2/+2
|
* Pin versions based on presence of listMatt Rendina2017-09-254-26/+25
| | | | * Standardize all params to string values
* * Use pin environment only if pin packages are specified.Matt Rendina2017-09-224-17/+46
| | | | * Convert cull_manifest to proper boolean parameter.
* Search a provided channel before searching defaultsMatt Rendina2017-09-201-3/+5
|
* Test conda_build 3.x substring bugfix patchMatt Rendina2017-09-181-0/+9
|
* Allow pinning specific build-support packages to requested versions under ↵Matt Rendina2017-09-135-225/+65
| | | | conda-build 3.x.
* CleanupMatt Rendina2017-09-061-2/+0
|
* Add numpy version argument to rambo callMatt Rendina2017-09-061-0/+1
|
* Add publication_root path to job suite descriptionMatt Rendina2017-09-061-1/+2
|
* Add channel specification to test stage argumentsMatt Rendina2017-09-061-7/+11
|
* Add numpy parameter to job suite generation 'matrix'Matt Rendina2017-09-053-103/+110
|
* Propagate tag value to downstream scripts.Matt Rendina2017-08-292-0/+2
|
* Remove typo lineMatt Rendina2017-08-291-1/+2
|
* Better separation of branch and tag string sourcesMatt Rendina2017-08-291-3/+4
|
* Propagate branch and tag informationMatt Rendina2017-08-293-3/+24
|
* Use entire tag ref spec stringMatt Rendina2017-08-291-2/+6
|
* Typo fixMatt Rendina2017-08-281-1/+1
|
* Cleanup and add suite descriptionMatt Rendina2017-08-281-12/+15
|
* Remove varMatt Rendina2017-08-281-1/+1
|
* Remove old varMatt Rendina2017-08-282-6/+1
|
* Scope testMatt Rendina2017-08-281-3/+5
|
* Scope adjustMatt Rendina2017-08-281-1/+3
|
* Create multiple job suites.Matt Rendina2017-08-281-93/+96
|
* Split list properlyMatt Rendina2017-08-281-1/+1
|
* Test labels listMatt Rendina2017-08-252-0/+9
|
* Ignore existing files when rsyncing packagesMatt Rendina2017-08-181-1/+2
|