Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change download tool preference order and adjust wget flagsHEADmaster | Matt Rendina | 2020-12-11 | 1 | -2/+2 |
| | |||||
* | Have curl follow redirects (#75)1.0.34 | Matt Rendina | 2020-12-01 | 1 | -1/+1 |
| | | | Conda started serving the macos installer using a redirect. This allows retrieval. | ||||
* | Cleanup1.0.33 | Matt Rendina | 2019-01-08 | 1 | -3/+0 |
| | |||||
* | Purge indexing lockfile shortly after job starts. | Matt Rendina | 2019-01-08 | 1 | -5/+12 |
| | |||||
* | Accommodate new conda index tool.1.0.32 | Matt Rendina | 2018-12-13 | 1 | -1/+11 |
| | |||||
* | Sort platforms for consistent order in e-mail.1.0.31 | Matt Rendina | 2018-12-03 | 1 | -1/+2 |
| | |||||
* | Better test for version pins file. Rename example pins file to prevent ↵ | Matt Rendina | 2018-11-08 | 2 | -11/+7 |
| | | | | unintentional use. | ||||
* | Allow override of master_platforms for building non-python packages. | Matt Rendina | 2018-10-10 | 2 | -5/+34 |
| | |||||
* | Genearte supp_env_var parameter for all jobs. | Matt Rendina | 2018-05-11 | 2 | -0/+7 |
| | |||||
* | Add ability to filter non-python packages from a platform's build. | Matt Rendina | 2018-05-03 | 3 | -10/+54 |
| | | | | | | * Generate dispatch jobs with appropriate filtering paramter flag. * Select a master platform for each OS at trigger time, selectively passing the filter flag as appropriate. | ||||
* | Add git ref parameter and checkout logic. | Matt Rendina | 2018-05-02 | 3 | -1/+8 |
| | |||||
* | Initial test of trigger generation. | Matt Rendina | 2018-04-23 | 2 | -11/+71 |
| | | | | Generate (scheduled) trigger jobs along with the rest of the suites. | ||||
* | Merge pull request #63 from rendinam/multi-update1.0.25 | Matt Rendina | 2018-04-18 | 4 | -46/+107 |
|\ | | | | | Add multi-suite updater. | ||||
| * | Add initial multi-suite updater. | Matt Rendina | 2018-04-18 | 4 | -46/+107 |
| | | | | | | | | Simplify operation and downstream parameter passing methodology. | ||||
* | | Catch and report error from an early failure of dispatch (#62)1.0.24 | Matt Rendina | 2018-04-17 | 1 | -9/+17 |
|/ | | | | Test for a `null` build result description property. | ||||
* | Mail suppression and related bugfixes (#61)1.0.23 | Matt Rendina | 2018-04-06 | 2 | -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.22 | Matt Rendina | 2018-04-05 | 1 | -2/+24 |
| | |||||
* | Increase indexing timeout period. | Matt Rendina | 2018-03-28 | 1 | -2/+6 |
| | |||||
* | Fix publication lockfile name1.0.20 | Matt Rendina | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Add multi_trigger script | Matt Rendina | 2018-02-21 | 1 | -0/+42 |
| | |||||
* | * Only publish packages that have successful build AND test stages. ↵ | Matt Rendina | 2018-02-21 | 2 | -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 use | Matt Rendina | 2018-01-14 | 1 | -0/+5 |
| | |||||
* | Manifest management fixes (#55)1.0.17 | Matt Rendina | 2018-01-12 | 1 | -2/+4 |
| | | | | | | * Obtain manifests via simple clone * Remove submodule clone * Fix copy syntax | ||||
* | Obtain manifests via a simple clone (#54) | Matt Rendina | 2018-01-12 | 2 | -4/+3 |
| | | | | | * Place clone in top-level job script * Remove submodule clone | ||||
* | Manifest data propagation correction (#52) | Matt Rendina | 2018-01-12 | 2 | -9/+19 |
| | | | | * Adjust propagation of manifest data * Test propagation of manifest data | ||||
* | Manifest location (#51) | Matt Rendina | 2018-01-11 | 1 | -13/+17 |
| | | | | | | * Remove manifests dir * Add manifests repo as submodule * Test submodule approach | ||||
* | Allow for JWST specfile generation | Matt Rendina | 2018-01-05 | 1 | -1/+45 |
| | |||||
* | Fix typo1.0.13 | Matt Rendina | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Restrict bugfix patching to conda-build 3.0.x series. | Matt Rendina | 2017-12-21 | 1 | -1/+2 |
| | |||||
* | Fix typo | Matt Rendina | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Select conda installer version separately from target conda version | Matt Rendina | 2017-12-21 | 3 | -5/+11 |
| | |||||
* | Allow supplemental environment variables to be applied to jobs. | Matt Rendina | 2017-12-21 | 4 | -7/+39 |
| | | | | Allow recipe repository branch specification in manifest. | ||||
* | Clean workspace before creating subdirectory | Matt Rendina | 2017-10-25 | 1 | -4/+4 |
| | |||||
* | Provide isolated home dir override for each job suite. | Matt Rendina | 2017-10-25 | 2 | -0/+8 |
| | |||||
* | Add parameter to control number of builds/logs kept per job. | Matt Rendina | 2017-10-16 | 1 | -0/+17 |
| | |||||
* | Add generalized scheduled_trigger pipeline script | Matt Rendina | 2017-10-12 | 1 | -0/+72 |
| | |||||
* | Add cleanup stage to purge workspace directory upon completion. | Matt Rendina | 2017-10-09 | 1 | -0/+7 |
| | |||||
* | Add missing comma so propagate directive gets honored. | Matt Rendina | 2017-09-25 | 1 | -2/+1 |
| | |||||
* | Disable setuptools version pin1.0.5 | Matt Rendina | 2017-09-25 | 1 | -2/+2 |
| | |||||
* | Pin versions based on presence of list | Matt Rendina | 2017-09-25 | 4 | -26/+25 |
| | | | | * Standardize all params to string values | ||||
* | * Use pin environment only if pin packages are specified. | Matt Rendina | 2017-09-22 | 4 | -17/+46 |
| | | | | * Convert cull_manifest to proper boolean parameter. | ||||
* | Search a provided channel before searching defaults | Matt Rendina | 2017-09-20 | 1 | -3/+5 |
| | |||||
* | Test conda_build 3.x substring bugfix patch | Matt Rendina | 2017-09-18 | 1 | -0/+9 |
| | |||||
* | Allow pinning specific build-support packages to requested versions under ↵ | Matt Rendina | 2017-09-13 | 5 | -225/+65 |
| | | | | conda-build 3.x. | ||||
* | Cleanup | Matt Rendina | 2017-09-06 | 1 | -2/+0 |
| | |||||
* | Add numpy version argument to rambo call | Matt Rendina | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | Add publication_root path to job suite description | Matt Rendina | 2017-09-06 | 1 | -1/+2 |
| | |||||
* | Add channel specification to test stage arguments | Matt Rendina | 2017-09-06 | 1 | -7/+11 |
| | |||||
* | Add numpy parameter to job suite generation 'matrix' | Matt Rendina | 2017-09-05 | 3 | -103/+110 |
| | |||||
* | Propagate tag value to downstream scripts. | Matt Rendina | 2017-08-29 | 2 | -0/+2 |
| |