summaryrefslogtreecommitdiff
path: root/.github/workflows/unit_tests.yaml
AgeCommit message (Expand)AuthorFilesLines
2023-12-07build(deps): bump actions/setup-python from 4.8.0 to 5.0.0 (#41474)dependabot[bot]1-4/+4
2023-12-06build(deps): bump actions/setup-python from 4.7.1 to 4.8.0 (#41441)dependabot[bot]1-4/+4
2023-11-29unit tests: use --verbose to see order on macos (#41314)Harmen Stoppels1-1/+1
2023-10-19build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#40584)dependabot[bot]1-5/+5
2023-10-11Update bootstrap buildcache to support Python 3.12 (#40404)Massimiliano Culpo1-2/+6
2023-10-03build(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (#40287)dependabot[bot]1-4/+4
2023-09-24build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#40172)dependabot[bot]1-5/+5
2023-09-05build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#39789)dependabot[bot]1-5/+5
2023-08-25build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#39617)dependabot[bot]1-5/+5
2023-08-09containerize: ensure bootstrap images contain all system dependencies (#36818)Jonathon Anderson1-0/+1
2023-07-14build(deps): bump actions/setup-python from 4.6.1 to 4.7.0 (#38887)dependabot[bot]1-4/+4
2023-06-10build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#38305)dependabot[bot]1-5/+5
2023-05-29build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 (#37688)dependabot[bot]1-4/+4
2023-05-28build(deps): bump actions/setup-python from 4.6.0 to 4.6.1 (#37894)dependabot[bot]1-4/+4
2023-05-16gha rhel8-platform-python: configure git safe.directory (#37708)Harmen Stoppels1-0/+1
2023-05-02GitHub Actions: do not install six in CI (#37361)Massimiliano Culpo1-4/+4
2023-04-21build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 (#37077)dependabot[bot]1-4/+4
2023-04-21build(deps): bump actions/setup-python from 4.5.0 to 4.6.0 (#37078)dependabot[bot]1-4/+4
2023-04-15build(deps): bump actions/checkout from 3.5.1 to 3.5.2 (#36848)dependabot[bot]1-5/+5
2023-04-13build(deps): bump actions/checkout from 3.5.0 to 3.5.1 (#36815)dependabot[bot]1-5/+5
2023-04-12Stop installing codecov from pip (#36804)Massimiliano Culpo1-4/+4
2023-04-12build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 (#36794)dependabot[bot]1-4/+4
2023-03-27build(deps): bump actions/checkout from 3.4.0 to 3.5.0 (#36418)dependabot[bot]1-5/+5
2023-03-17build(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#36140)dependabot[bot]1-5/+5
2023-01-17build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#34829)dependabot[bot]1-5/+5
2023-01-16build(deps): bump actions/setup-python from 4.4.0 to 4.5.0 (#34939)dependabot[bot]1-4/+4
2022-12-29build(deps): bump actions/setup-python from 4.3.1 to 4.4.0 (#34667)dependabot[bot]1-4/+4
2022-12-13build(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#34480)dependabot[bot]1-5/+5
2022-12-12build(deps): bump actions/setup-python from 4.3.0 to 4.3.1 (#34413)dependabot[bot]1-4/+4
2022-12-06Bootstrap most of Spack dependencies using environments (#34029)Massimiliano Culpo1-1/+1
2022-11-16Clean unit-test workflow file (#33945)Massimiliano Culpo1-16/+5
2022-11-15Run Python 3.6 unit tests on ubuntu-20.04 (#33918)Massimiliano Culpo1-2/+12
2022-11-15fixupMassimiliano Culpo1-1/+1
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-9/+2
2022-11-05Add support for Python 3.11 (#33505)Massimiliano Culpo1-6/+9
2022-11-01Let pytest-cov create the xml directly (#33619)Massimiliano Culpo1-7/+1
2022-10-29Deprecate spack bootstrap trust/untrust (#33600)Massimiliano Culpo1-2/+2
2022-10-27Update macOS Python version in CI to 3.10 (#33560)Massimiliano Culpo1-1/+1
2022-10-25Remove recursive symbolic link in lib/spack/docs from git repository (#33483)Massimiliano Culpo1-3/+0
2022-10-25CI: speed-up tests by dropping coverage on Python 2.7 (#33497)Massimiliano Culpo1-6/+6
2022-10-22Don't install xdist in CI on Python 2.7 (#33474)Massimiliano Culpo1-1/+6
2022-10-11Bump actions/setup-python from 4.2.0 to 4.3.0 (#33166)dependabot[bot]1-4/+4
2022-10-06build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#32998)dependabot[bot]1-5/+5
2022-09-20build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#32717)dependabot[bot]1-4/+4
2022-09-10ci: restore coverage computation (#32585)Massimiliano Culpo1-13/+15
2022-09-08ci: avoid running coverage on package only PRs (#32573)Massimiliano Culpo1-53/+9
2022-09-07Make GHA tests parallel by using xdist (#32361)Tom Scogland1-8/+25
2022-09-02Reorder workflow execution in GHA (#32183)Tom Scogland1-137/+27
2022-09-01Fix CI for package only PRs (#32473)Massimiliano Culpo1-1/+1
2022-08-17CI: reduce the amount of tests run in the original concretizer (#32179)Massimiliano Culpo1-2/+0