summaryrefslogtreecommitdiff
path: root/lib/spack/spack/reporters/cdash.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-11Add missing build-system/custom phases to the CDash map (#41439)Tamara Dahlgren1-4/+17
2023-12-07add missing endtime property to CDash (#41498)Tamara Dahlgren1-0/+1
2023-12-07Fix cdash reporter time stamps (#38825)Victor Brunini1-7/+7
2023-12-05CDash: Spack dumps stage errors to configure phase (#41436)psakievich1-0/+19
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-23/+35
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-8/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-17CDashReporter: remove unused argument (#34869)Massimiliano Culpo1-78/+6
2022-12-30Simplify creation of test and install reports (#34712)Massimiliano Culpo1-42/+36
2022-12-28Consolidate how Spack uses `git` (#34700)Todd Gamblin1-2/+2
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-7/+5
2022-08-23spack ci: add support for running stand-alone tests (#27877)Tamara Dahlgren1-32/+105
2022-07-31black: reformat entire repository with blackTodd Gamblin1-154/+139
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
2022-03-17"spack commands --update-completion"John Parent1-0/+2
2022-03-17Add Windows to platform and target changesJohn Parent1-6/+7
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo1-4/+2
2021-11-11Fix overloaded argparse keys (#27379)Harmen Stoppels1-1/+0
2021-07-29Catch ConnectionError from CDash reporter (#24818)Zack Galbreath1-12/+15
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+5
2021-04-27Don't report configure errors to CDash for successful packages (#23286)Zack Galbreath1-9/+9
2021-04-15Return non-zero from CDash reporter when errors are detected (#22962)Zack Galbreath1-4/+12
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-18spack test (#15702)Greg Becker1-5/+114
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-2/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-30Add support for authenticated CDash uploads (#14200)Zack Galbreath1-1/+12
2019-12-05cdash: fix reporting issue with python 3Scott Wittenburg1-1/+4
2019-08-16Do not report on packages installed from the cache (#12336)Zack Galbreath1-0/+6
2019-04-18improvements to our CDash reporter (#11168)Zack Galbreath1-56/+106
2019-04-06Allow spack install to take either cdash stamp or track (#11106)Scott Wittenburg1-3/+6
2019-02-14CDash: allow installing from spec.yaml (#10565)Scott Wittenburg1-1/+9
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-20Performance improvements for CDash reporterZack Galbreath1-9/+12
2018-12-20Include accurate build time in CDash reportZack Galbreath1-6/+10
2018-12-20Report current git commit of Spack to CDashZack Galbreath1-6/+23
2018-12-20Make sure to urlencode cdash submit parametersScott Wittenburg1-3/+9
2018-12-20Get buildId from CDash at submit timeZack Galbreath1-2/+21
2018-12-20Allow more customization for CDash reporterZack Galbreath1-8/+11
2018-12-20Avoid UnboundLocalErrorZack Galbreath1-0/+1
2018-11-06cdash: report clean results to CDash server (#9564)Zack Galbreath1-11/+16
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-10-10Make CDash reporting easier to use (#9357)Zack Galbreath1-1/+11
2018-05-15Move report writers to separate classesZack Galbreath1-0/+203