summaryrefslogtreecommitdiff
path: root/.github/workflows/minimum_python_versions.yaml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2020-07-28 15:31:22 +0200
committerPeter Scheibel <scheibel1@llnl.gov>2020-07-29 11:23:34 -0700
commit1f7f076189442d0fa7a345075bd25a4640cf43bc (patch)
tree15db82986f78b6b51213f17a6b9a49fc928ae3c2 /.github/workflows/minimum_python_versions.yaml
parent90648bb477dd76284acc059eb90b6abc7b7d45e6 (diff)
downloadspack-1f7f076189442d0fa7a345075bd25a4640cf43bc.tar.gz
spack-1f7f076189442d0fa7a345075bd25a4640cf43bc.tar.bz2
spack-1f7f076189442d0fa7a345075bd25a4640cf43bc.tar.xz
spack-1f7f076189442d0fa7a345075bd25a4640cf43bc.zip
Group tests with similar duration together
Style and documentation tests take just a few minutes to run. Since in Github actions one can't restart a single job but needs to restart an entire workflow, here we group tests with similar duration together.
Diffstat (limited to '.github/workflows/minimum_python_versions.yaml')
-rw-r--r--.github/workflows/minimum_python_versions.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/minimum_python_versions.yaml b/.github/workflows/minimum_python_versions.yaml
deleted file mode 100644
index a6ab5dfa40..0000000000
--- a/.github/workflows/minimum_python_versions.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-name: python version check
-
-on:
- push:
- branches:
- - develop
- - releases/**
- pull_request:
- branches:
- - develop
- - releases/**
-jobs:
- validate:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - name: Setup Python
- uses: actions/setup-python@v1
- with:
- python-version: 3.7
- - name: Install Python Packages
- run: |
- pip install --upgrade pip
- pip install --upgrade vermin
- - name: Minimum Version (Spack's Core)
- run: vermin --backport argparse -t=2.6- -t=3.5- -v lib/spack/spack/ lib/spack/llnl/ bin/
- - name: Minimum Version (Repositories)
- run: vermin --backport argparse -t=2.6- -t=3.5- -v var/spack/repos