summaryrefslogtreecommitdiff
path: root/lib/spack/spack/ci.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-23CI: Disable downloading artifacts from upstream jobs (#41846)kwryankrattiger1-0/+3
2023-12-23Revert "CI: Disable downloading artifacts from upstream jobs (#41432)" (#41843)Harmen Stoppels1-3/+0
2023-12-19CI: Disable downloading artifacts from upstream jobs (#41432)kwryankrattiger1-0/+3
2023-11-07ci: do not retry timed out build jobs (#40936)Scott Wittenburg1-1/+16
2023-10-30ci: print colored specs in concretization progress (#40711)Harmen Stoppels1-26/+18
2023-10-30binary_distribution.py: fix type annotation singleton (#40572)Harmen Stoppels1-1/+1
2023-10-19gitlab ci: Rework how mirrors are configured (#39939)Scott Wittenburg1-43/+83
2023-10-03ci: Change how job names appear in gitlab (#39963)Scott Wittenburg1-36/+12
2023-09-15CI: add spec to job vars (#39905)Caetano Melone1-0/+5
2023-09-14Add efficient `deptype` flag and `spack.deptypes` module (#39472)Harmen Stoppels1-3/+3
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-3/+3
2023-08-02CI: Refactor ci reproducer (#37088)kwryankrattiger1-87/+152
2023-07-26ci: Make signing requirement explicit (#38995)Scott Wittenburg1-4/+3
2023-07-24Always set workflow:rules in spack ci pipelines (#38921)Jonathon Anderson1-11/+11
2023-07-18buildcache push: make --allow-root the default and deprecate the option (#38878)Harmen Stoppels1-3/+1
2023-07-13mirrors: distinguish between source/binary mirror; simplify schema (#34523)Harmen Stoppels1-1/+1
2023-07-09ci: Fix broken SPACK_CHECKOUT_VERSION (#38778)Jonathon Anderson1-13/+4
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-3/+3
2023-06-30gitlab ci: reorganize when we check for specs on mirrors (#38626)Scott Wittenburg1-86/+85
2023-06-27ci: remove compiler bootstrapping code (#38543)Scott Wittenburg1-368/+178
2023-06-08Forbid using `env:` as a top level environment attribute (#38199)Massimiliano Culpo1-1/+1
2023-06-06E4S Cray CI Stack (#37837)eugeneswalker1-1/+1
2023-05-26CI: Use relative path in default script (#36649)kwryankrattiger1-1/+1
2023-05-17gitlab ci: no copy-only pipelines w/ deprecated config (#37720)Scott Wittenburg1-6/+22
2023-05-12gitlab ci: release fixes and improvements (#37601)Scott Wittenburg1-4/+16
2023-05-10ci: remove --mirror-url flag (#37457)Harmen Stoppels1-6/+2
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-2/+11
2023-05-09CI: Backwards compatibility requires script override behavior (#37015)kwryankrattiger1-4/+23
2023-05-03buildcache push: improve printing (#36141)Scott Wittenburg1-29/+41
2023-05-01Factor YAML manifest manipulation out of the Environment class (#36927)Massimiliano Culpo1-1/+1
2023-04-24Copy more logs to CI artifacts (#36783)Adam J. Stewart1-8/+8
2023-04-18spack ci: preserve custom attributes in build jobs (#36651)Jonathon Anderson1-72/+39
2023-04-10Ci backwards compat (#36045)kwryankrattiger1-2/+79
2023-04-04Add workflow:rules:always to spack ci output (#36011)Jonathon Anderson1-0/+3
2023-03-14Use bfs in get_spec_filter_list (#36093)Harmen Stoppels1-7/+9
2023-03-14Fix typo affecting Gitlab CI (#36103)Harmen Stoppels1-3/+3
2023-03-10CI boilerplate reduction (#34272)kwryankrattiger1-149/+300
2023-03-08gitlab ci: Provide a knob to control untouched spec pruning (#35274)Scott Wittenburg1-6/+33
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-2/+2
2023-02-23buildcache push: ensure bool arguments for include_* (#35632)Harmen Stoppels1-2/+1
2023-02-22copy_files_to_artifacts: error -> warning (#35613)Harmen Stoppels1-4/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-99/+21
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-17CDashReporter: remove unused argument (#34869)Massimiliano Culpo1-1/+0
2023-01-17Reduce verbosity in mirrors.yaml (#34210)roottreej1-2/+8
2023-01-16Refer to mirrors by name, path, or url (#34891)Harmen Stoppels1-1/+1
2022-12-30Simplify creation of test and install reports (#34712)Massimiliano Culpo1-8/+11
2022-12-28Consolidate how Spack uses `git` (#34700)Todd Gamblin1-4/+4
2022-12-14Use update-index --mirror-url <url> instead of -d <url> (#34519)Harmen Stoppels1-1/+1