mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Increase job timeout
This commit is contained in:
parent
2e54cc28e7
commit
5bbd2bcf47
2 changed files with 97 additions and 97 deletions
192
.github/workflows/main.yml
vendored
192
.github/workflows/main.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
py2-stable-2019-2-amazon-2:
|
||||
name: Amazon 2 v2019.2 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
py2-git-2019-2-amazon-2:
|
||||
name: Amazon 2 v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -139,7 +139,7 @@ jobs:
|
|||
py3-stable-2019-2-amazon-2:
|
||||
name: Amazon 2 v2019.2 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -185,7 +185,7 @@ jobs:
|
|||
py3-git-2019-2-amazon-2:
|
||||
name: Amazon 2 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -231,7 +231,7 @@ jobs:
|
|||
py3-stable-3000-amazon-2:
|
||||
name: Amazon 2 v3000 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -277,7 +277,7 @@ jobs:
|
|||
py3-git-3000-amazon-2:
|
||||
name: Amazon 2 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -323,7 +323,7 @@ jobs:
|
|||
py3-git-master-amazon-2:
|
||||
name: Amazon 2 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -369,7 +369,7 @@ jobs:
|
|||
latest-amazon-2:
|
||||
name: Amazon 2 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -415,7 +415,7 @@ jobs:
|
|||
py2-git-2018-3-arch:
|
||||
name: Arch v2018.3 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -461,7 +461,7 @@ jobs:
|
|||
py2-git-2019-2-arch:
|
||||
name: Arch v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -507,7 +507,7 @@ jobs:
|
|||
py3-git-master-arch:
|
||||
name: Arch Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -553,7 +553,7 @@ jobs:
|
|||
py2-stable-2018-3-centos-6:
|
||||
name: CentOS 6 v2018.3 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -599,7 +599,7 @@ jobs:
|
|||
py2-git-2018-3-centos-6:
|
||||
name: CentOS 6 v2018.3 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -645,7 +645,7 @@ jobs:
|
|||
py2-stable-2019-2-centos-6:
|
||||
name: CentOS 6 v2019.2 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -691,7 +691,7 @@ jobs:
|
|||
py2-git-2019-2-centos-6:
|
||||
name: CentOS 6 v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -737,7 +737,7 @@ jobs:
|
|||
latest-centos-6:
|
||||
name: CentOS 6 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -783,7 +783,7 @@ jobs:
|
|||
py2-stable-2018-3-centos-7:
|
||||
name: CentOS 7 v2018.3 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -829,7 +829,7 @@ jobs:
|
|||
py2-git-2018-3-centos-7:
|
||||
name: CentOS 7 v2018.3 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -875,7 +875,7 @@ jobs:
|
|||
py3-stable-2018-3-centos-7:
|
||||
name: CentOS 7 v2018.3 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -921,7 +921,7 @@ jobs:
|
|||
py3-git-2018-3-centos-7:
|
||||
name: CentOS 7 v2018.3 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -967,7 +967,7 @@ jobs:
|
|||
py2-stable-2019-2-centos-7:
|
||||
name: CentOS 7 v2019.2 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1013,7 +1013,7 @@ jobs:
|
|||
py2-git-2019-2-centos-7:
|
||||
name: CentOS 7 v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1059,7 +1059,7 @@ jobs:
|
|||
py3-stable-2019-2-centos-7:
|
||||
name: CentOS 7 v2019.2 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1105,7 +1105,7 @@ jobs:
|
|||
py3-git-2019-2-centos-7:
|
||||
name: CentOS 7 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1151,7 +1151,7 @@ jobs:
|
|||
py3-stable-3000-centos-7:
|
||||
name: CentOS 7 v3000 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1197,7 +1197,7 @@ jobs:
|
|||
py3-git-3000-centos-7:
|
||||
name: CentOS 7 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1243,7 +1243,7 @@ jobs:
|
|||
py3-git-master-centos-7:
|
||||
name: CentOS 7 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1289,7 +1289,7 @@ jobs:
|
|||
latest-centos-7:
|
||||
name: CentOS 7 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1335,7 +1335,7 @@ jobs:
|
|||
py3-stable-2019-2-centos-8:
|
||||
name: CentOS 8 v2019.2 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1381,7 +1381,7 @@ jobs:
|
|||
py3-git-2019-2-centos-8:
|
||||
name: CentOS 8 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1427,7 +1427,7 @@ jobs:
|
|||
py3-stable-3000-centos-8:
|
||||
name: CentOS 8 v3000 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1473,7 +1473,7 @@ jobs:
|
|||
py3-git-3000-centos-8:
|
||||
name: CentOS 8 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1519,7 +1519,7 @@ jobs:
|
|||
py3-git-master-centos-8:
|
||||
name: CentOS 8 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1565,7 +1565,7 @@ jobs:
|
|||
latest-centos-8:
|
||||
name: CentOS 8 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1611,7 +1611,7 @@ jobs:
|
|||
py3-stable-2019-2-debian-10:
|
||||
name: Debian 10 v2019.2 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1657,7 +1657,7 @@ jobs:
|
|||
py3-git-2019-2-debian-10:
|
||||
name: Debian 10 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1703,7 +1703,7 @@ jobs:
|
|||
py3-stable-3000-debian-10:
|
||||
name: Debian 10 v3000 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1749,7 +1749,7 @@ jobs:
|
|||
py3-git-3000-debian-10:
|
||||
name: Debian 10 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1795,7 +1795,7 @@ jobs:
|
|||
py3-git-master-debian-10:
|
||||
name: Debian 10 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1841,7 +1841,7 @@ jobs:
|
|||
latest-debian-10:
|
||||
name: Debian 10 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1887,7 +1887,7 @@ jobs:
|
|||
py2-stable-2018-3-debian-8:
|
||||
name: Debian 8 v2018.3 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1933,7 +1933,7 @@ jobs:
|
|||
py2-git-2018-3-debian-8:
|
||||
name: Debian 8 v2018.3 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -1979,7 +1979,7 @@ jobs:
|
|||
py2-stable-2019-2-debian-8:
|
||||
name: Debian 8 v2019.2 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2025,7 +2025,7 @@ jobs:
|
|||
py2-git-2019-2-debian-8:
|
||||
name: Debian 8 v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2071,7 +2071,7 @@ jobs:
|
|||
latest-debian-8:
|
||||
name: Debian 8 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2117,7 +2117,7 @@ jobs:
|
|||
py2-stable-2018-3-debian-9:
|
||||
name: Debian 9 v2018.3 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2163,7 +2163,7 @@ jobs:
|
|||
py2-git-2018-3-debian-9:
|
||||
name: Debian 9 v2018.3 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2209,7 +2209,7 @@ jobs:
|
|||
py3-stable-2018-3-debian-9:
|
||||
name: Debian 9 v2018.3 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2255,7 +2255,7 @@ jobs:
|
|||
py3-git-2018-3-debian-9:
|
||||
name: Debian 9 v2018.3 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2301,7 +2301,7 @@ jobs:
|
|||
py2-stable-2019-2-debian-9:
|
||||
name: Debian 9 v2019.2 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2347,7 +2347,7 @@ jobs:
|
|||
py2-git-2019-2-debian-9:
|
||||
name: Debian 9 v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2393,7 +2393,7 @@ jobs:
|
|||
py3-stable-2019-2-debian-9:
|
||||
name: Debian 9 v2019.2 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2439,7 +2439,7 @@ jobs:
|
|||
py3-git-2019-2-debian-9:
|
||||
name: Debian 9 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2485,7 +2485,7 @@ jobs:
|
|||
py3-stable-3000-debian-9:
|
||||
name: Debian 9 v3000 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2531,7 +2531,7 @@ jobs:
|
|||
py3-git-3000-debian-9:
|
||||
name: Debian 9 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2577,7 +2577,7 @@ jobs:
|
|||
py3-git-master-debian-9:
|
||||
name: Debian 9 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2623,7 +2623,7 @@ jobs:
|
|||
latest-debian-9:
|
||||
name: Debian 9 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2669,7 +2669,7 @@ jobs:
|
|||
py3-git-2018-3-fedora-30:
|
||||
name: Fedora 30 v2018.3 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2715,7 +2715,7 @@ jobs:
|
|||
py3-git-2019-2-fedora-30:
|
||||
name: Fedora 30 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2761,7 +2761,7 @@ jobs:
|
|||
latest-fedora-30:
|
||||
name: Fedora 30 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2807,7 +2807,7 @@ jobs:
|
|||
py3-git-2018-3-fedora-31:
|
||||
name: Fedora 31 v2018.3 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2853,7 +2853,7 @@ jobs:
|
|||
py3-git-2019-2-fedora-31:
|
||||
name: Fedora 31 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2899,7 +2899,7 @@ jobs:
|
|||
py3-git-3000-fedora-31:
|
||||
name: Fedora 31 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2945,7 +2945,7 @@ jobs:
|
|||
py3-git-master-fedora-31:
|
||||
name: Fedora 31 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -2991,7 +2991,7 @@ jobs:
|
|||
latest-fedora-31:
|
||||
name: Fedora 31 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3037,7 +3037,7 @@ jobs:
|
|||
py3-git-master-fedora-32:
|
||||
name: Fedora 32 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3083,7 +3083,7 @@ jobs:
|
|||
latest-fedora-32:
|
||||
name: Fedora 32 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3129,7 +3129,7 @@ jobs:
|
|||
py3-git-2018-3-opensuse-15:
|
||||
name: Opensuse 15 v2018.3 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3175,7 +3175,7 @@ jobs:
|
|||
py3-git-2019-2-opensuse-15:
|
||||
name: Opensuse 15 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3221,7 +3221,7 @@ jobs:
|
|||
py3-git-3000-opensuse-15:
|
||||
name: Opensuse 15 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3267,7 +3267,7 @@ jobs:
|
|||
py3-git-master-opensuse-15:
|
||||
name: Opensuse 15 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3313,7 +3313,7 @@ jobs:
|
|||
latest-opensuse-15:
|
||||
name: Opensuse 15 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3359,7 +3359,7 @@ jobs:
|
|||
py2-stable-2018-3-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v2018.3 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3405,7 +3405,7 @@ jobs:
|
|||
py2-git-2018-3-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v2018.3 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3451,7 +3451,7 @@ jobs:
|
|||
py3-stable-2018-3-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v2018.3 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3497,7 +3497,7 @@ jobs:
|
|||
py3-git-2018-3-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v2018.3 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3543,7 +3543,7 @@ jobs:
|
|||
py2-stable-2019-2-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v2019.2 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3589,7 +3589,7 @@ jobs:
|
|||
py2-git-2019-2-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3635,7 +3635,7 @@ jobs:
|
|||
py3-stable-2019-2-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v2019.2 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3681,7 +3681,7 @@ jobs:
|
|||
py3-git-2019-2-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3727,7 +3727,7 @@ jobs:
|
|||
py3-stable-3000-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v3000 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3773,7 +3773,7 @@ jobs:
|
|||
py3-git-3000-ubuntu-1604:
|
||||
name: Ubuntu 16.04 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3819,7 +3819,7 @@ jobs:
|
|||
py3-git-master-ubuntu-1604:
|
||||
name: Ubuntu 16.04 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3865,7 +3865,7 @@ jobs:
|
|||
latest-ubuntu-1604:
|
||||
name: Ubuntu 16.04 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3911,7 +3911,7 @@ jobs:
|
|||
py2-stable-2018-3-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v2018.3 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -3957,7 +3957,7 @@ jobs:
|
|||
py2-git-2018-3-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v2018.3 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4003,7 +4003,7 @@ jobs:
|
|||
py3-stable-2018-3-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v2018.3 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4049,7 +4049,7 @@ jobs:
|
|||
py3-git-2018-3-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v2018.3 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4095,7 +4095,7 @@ jobs:
|
|||
py2-stable-2019-2-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v2019.2 Py2 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4141,7 +4141,7 @@ jobs:
|
|||
py2-git-2019-2-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4187,7 +4187,7 @@ jobs:
|
|||
py3-stable-2019-2-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v2019.2 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4233,7 +4233,7 @@ jobs:
|
|||
py3-git-2019-2-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4279,7 +4279,7 @@ jobs:
|
|||
py3-stable-3000-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v3000 Py3 Stable
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4325,7 +4325,7 @@ jobs:
|
|||
py3-git-3000-ubuntu-1804:
|
||||
name: Ubuntu 18.04 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4371,7 +4371,7 @@ jobs:
|
|||
py3-git-master-ubuntu-1804:
|
||||
name: Ubuntu 18.04 Master Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
@ -4417,7 +4417,7 @@ jobs:
|
|||
latest-ubuntu-1804:
|
||||
name: Ubuntu 18.04 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
|
2
.github/workflows/templates/linux.yml
vendored
2
.github/workflows/templates/linux.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
{python_version}-{bootstrap_type}-{branch}-{distro}:
|
||||
name: {display_name}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
needs: lint
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue