Commit graph

3129 commits

Author SHA1 Message Date
Pedro Algarvio
ad45bce7cf
Depend on throttle? 2019-05-15 14:09:08 +01:00
Pedro Algarvio
8e43c41fbc
Different kind of grouping 2019-05-15 14:09:08 +01:00
Pedro Algarvio
3c2d5649c2
We're not testing key acceptance 2019-05-15 14:09:08 +01:00
Pedro Algarvio
b52d2605aa
Add missing default packages required to bootstrap Arch 2019-05-15 14:09:08 +01:00
Pedro Algarvio
a574c7fc00
Back to parallel runs 2019-05-15 14:09:08 +01:00
Pedro Algarvio
0dcc8d6cd8
Group per distro 2019-05-15 14:09:07 +01:00
Pedro Algarvio
3fa79a7018
Suites in steps 2019-05-15 14:09:07 +01:00
Pedro Algarvio
b651fab20e
Fix Archlinux container image reference 2019-05-15 14:09:07 +01:00
Pedro Algarvio
74513625f0
Force a delay before accepting the key 2019-05-15 14:09:07 +01:00
Pedro Algarvio
6bd9a4268f
Throttle builds 2019-05-15 14:09:07 +01:00
Pedro Algarvio
0c599e717d
Remove unused imports 2019-05-15 14:09:07 +01:00
Pedro Algarvio
9889a6f1b2
Make sure Opensuse LEAP 15 runs salt under python 2 2019-05-15 14:09:07 +01:00
Pedro Algarvio
5a054e041e
Don't test against Salt's develop branch. Stability is not assured. 2019-05-15 14:09:06 +01:00
Pedro Algarvio
e07f005865
Don't duplicate 2019-05-15 14:09:06 +01:00
Pedro Algarvio
2ee3ab17d6
Fix stable exclusions 2019-05-15 14:09:06 +01:00
Pedro Algarvio
eff09e693b
Fix names and no exclusions 2019-05-15 14:09:06 +01:00
Pedro Algarvio
405d90ea04
Paralelize the suites 2019-05-15 14:09:06 +01:00
Pedro Algarvio
8aac835360
Start testing more plaforms on drone 2019-05-15 14:09:06 +01:00
Yoan Blanc
d09e382034
fixup! fixup! fixup! apt_key: refatoring
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2019-05-13 10:45:33 +02:00
Yoan Blanc
cd2242b5d8
fixup! fixup! apt_key: refatoring
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2019-05-13 10:30:10 +02:00
Yoan Blanc
3dd36eb026
fixup! apt_key: refatoring
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2019-05-13 10:05:38 +02:00
Yoan Blanc
a36611a43a
apt_key: refatoring
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2019-05-13 08:26:12 +02:00
Denys Havrysh
53333c42f3
Update bootstrap-salt.sh
Co-Authored-By: greut <yoan@dosimple.ch>
2019-04-26 18:10:45 +02:00
Yoan Blanc
541ff9c2a0
apt_key_fetch: use curl
using curl + apt-key rather than keyserver-options no-check-cert which is not always supported
2019-04-26 14:20:09 +02:00
Pedro Algarvio
2c628c59d4
Merge pull request #1343 from nshenry03/fix-amazon
Fix for Amazon Linux Images
2019-04-19 18:43:53 +01:00
Nick Henry
adad3ca885
Revert "Fix for Amazon Linux Images"
This reverts commit c381b0d82c6c6ea7bce7d1d4dc63ce90c4323d02.
2019-04-19 10:56:24 -06:00
Nick Henry
45cb333949
Install procps-ng to get rid of 'ps: command not found' errors 2019-04-19 10:56:23 -06:00
Nick Henry
2ac8188cc9
Fix for Amazon Linux Images
Specifically `amazonlinux:2` from https://hub.docker.com/_/amazonlinux
2019-04-19 10:56:22 -06:00
Megan Wilhite
5b9ace0a80
Merge pull request #1339 from saltstack/tls_support
Add TLS support up to TLS 1.2
2019-04-15 12:10:51 -04:00
Pedro Algarvio
803fc1c357
Merge branch 'develop' into tls_support 2019-04-14 13:44:58 +01:00
Pedro Algarvio
5445f06830
Merge pull request #1341 from s0undt3ch/hotfix/python-xml
Another 2 required packages for Opensuse 15 Py2 Git installation
2019-04-14 13:35:34 +01:00
Pedro Algarvio
d221a9bb2d
Another 2 required packages for Opensuse 15 Py2 Git installation 2019-04-14 13:33:04 +01:00
Pedro Algarvio
9c5c45cdb6
Merge pull request #1340 from s0undt3ch/hotfix/python-xml
`python-xml` or `python2-xml` is required in Opensuse 15 git installations
2019-04-14 12:34:39 +01:00
Pedro Algarvio
d46de5ecbd
python-xml or python2-xml is required in Opensuse 15 git installations 2019-04-14 12:03:44 +01:00
twangboy
a36c0d8f19
Add TLS support up to TLS 1.2 2019-04-12 13:56:06 -06:00
Pedro Algarvio
eb9243007b
Merge pull request #1335 from ripesensor/develop
Apt wait for lock modification
2019-04-05 17:36:39 +01:00
Matt McKinnon
cb4cb5bf8a
double quote variable to make shellcheck happier 2019-04-05 08:57:47 -04:00
Matt McKinnon
ee11a3066e
make sure we grab stderr from the else apt command, too 2019-03-29 11:55:29 -04:00
Matt McKinnon
060d4d8183
modify grep test for clarity 2019-03-21 08:55:37 -04:00
Matt McKinnon
0a3d5c3911
only create one temp file and remove during cleanup 2019-03-20 14:36:28 -04:00
Matt McKinnon
462905f137
refactor based on error output rather than return code 2019-03-20 14:19:18 -04:00
Pedro Algarvio
6f450b8971
Merge pull request #1328 from puluanau/develop
Allow stable version selection for amazon linux
2019-03-13 10:59:24 +00:00
Pedro Algarvio
4e04a0ffad
Merge branch 'develop' into develop 2019-03-13 10:59:15 +00:00
Pedro Algarvio
d07d0df470
Merge pull request #1329 from sticky-note/dev/install_on_freebsd12
added support for FreeBSD 12
2019-03-13 10:36:40 +00:00
sam
e229fb3d15 Shellcheck: Double quote to prevent globbing and word splitting. 2019-03-08 09:38:21 +11:00
Denys Havrysh
8ff6eacb1c
use already calculated FreeBSD release variable
Co-Authored-By: sticky-note <46799934+sticky-note@users.noreply.github.com>
2019-03-08 09:29:39 +11:00
sam
e8acc863de added support for FreeBSD 12 2019-03-07 17:15:51 +11:00
Pulu Anau
44d4ff5e81 Allow stable version selection for amazon linux 2019-02-27 16:40:18 -08:00
Pedro Algarvio
087b1c5fda
Add the 2019.02.27 release sha256sum 2019-02-27 16:27:43 +00:00
Pedro Algarvio
c162c953c5
Merge pull request #1324 from s0undt3ch/develop
Prepare for release
2019-02-27 15:25:42 +00:00