Daniel Wozniak
cfe866d5ee
Merge pull request #53493 from dwoz/cherry_pick_test_fix
...
Cherry-pick and merge beacon event change
2019-06-14 13:36:09 -07:00
Daniel A. Wozniak
fb104bb102
Cherry-pick and merge beacon event change
2019-06-14 20:15:51 +00:00
Daniel Wozniak
a1f4136b9e
Merge pull request #53492 from dwoz/tcp_syndic_fix
...
Fix syndic connection when using tcp transport
2019-06-14 12:23:40 -07:00
Daniel A. Wozniak
17c983b27b
Fix linter
2019-06-14 19:18:38 +00:00
Daniel A. Wozniak
9339425dba
Enable logging for test runs on py3
2019-06-14 19:13:34 +00:00
Daniel A. Wozniak
f1b65d1e26
Fix syndic connection when using tcp transport
2019-06-14 19:13:34 +00:00
Daniel Wozniak
e852596745
Merge pull request #53437 from twangboy/fix_test_win_file
...
Fix failing symlink test
2019-06-12 15:53:32 -07:00
Daniel Wozniak
a92836b3df
Merge pull request #53408 from s0undt3ch/hotfix/fix-pkg-reqs-2019.2.1
...
[2019.2.1] Fix static requirements
2019-06-12 15:52:32 -07:00
twangboy
8c30dbdb02
Add priv info to error message
2019-06-11 17:48:25 -06:00
twangboy
a7d41a85a7
Make them non-destructive tests
2019-06-11 13:45:41 -06:00
twangboy
d8bede07df
Remove duplicate test
2019-06-11 13:45:41 -06:00
twangboy
89aaf2edbc
Remove duplicate test
2019-06-11 13:45:40 -06:00
twangboy
184ec4a2c2
Skip test on linux
2019-06-11 13:45:40 -06:00
twangboy
c97ea995a8
Mark it a destructive test
2019-06-11 13:45:40 -06:00
twangboy
9da7090907
Fix failing symlink test
2019-06-11 13:45:40 -06:00
Gareth J. Greenaway
ab9fe465fd
Merge pull request #53165 from Ch3LL/ami_window_cloud
...
Update ami's used for windows cloud tests
2019-06-11 08:54:40 -07:00
Pedro Algarvio
19629a0c3c
Fix unit.templates.test_jinja.TestCustomExtensions.test_http_query
2019-06-11 14:30:12 +01:00
Pedro Algarvio
5aee99bd56
Take into account the packaging requirements for OSX
2019-06-11 14:30:12 +01:00
Pedro Algarvio
b9618f6fa6
Take into account the packaging requirements for windows
2019-06-11 14:30:12 +01:00
Pedro Algarvio
ff63ae48f7
Stop compiling static TCP requirements.
2019-06-11 14:30:11 +01:00
Daniel Wozniak
d806b58a21
Merge pull request #53431 from saltstack/revert-53332-hotfix/full-test-run-2019.2.1
...
Revert "Non optional full test runs for 2019.2.1"
2019-06-10 14:44:29 -07:00
Akmod
dfb62779c6
Cherry-picked file-stat commit ( #53430 )
2019-06-10 15:32:26 -06:00
Daniel Wozniak
701218ca87
Revert "Non optional full test runs for 2019.2.1"
2019-06-10 14:28:54 -07:00
Daniel Wozniak
6b800a2b91
Merge pull request #53389 from bryceml/2019.2.1
...
only keep last 10 builds of every pr on jenkins to reduce disk usage
2019-06-10 10:18:46 -07:00
Bryce Larson
05368a124b
Merge branch '2019.2.1' into 2019.2.1
2019-06-10 11:13:28 -06:00
Daniel Wozniak
fe18c40731
Merge pull request #53332 from s0undt3ch/hotfix/full-test-run-2019.2.1
...
Non optional full test runs for 2019.2.1
2019-06-10 08:51:40 -07:00
Gareth J. Greenaway
237273339f
Merge branch '2019.2.1' into hotfix/full-test-run-2019.2.1
2019-06-10 08:46:05 -07:00
Megan Wilhite
1d0b0a6ad3
Merge branch '2019.2.1' into ami_window_cloud
2019-06-10 10:55:54 -04:00
Bryce Larson
928b05f863
only fetch pr target branch instead of all branches to save time and disk space
2019-06-09 16:41:29 -06:00
Bryce Larson
ccc61060a0
only keep last 10 builds of every pr on jenkins to reduce disk usage
2019-06-08 11:27:01 -06:00
Shane Lee
d0810d78ad
Merge pull request #53287 from twangboy/fix_win_system
...
Fix win system
2019-06-06 17:35:46 -06:00
Akmod
477cd20cd4
Check dir_mode recursively in file.directory ( #53385 )
...
* Created a test case
* Fix states.file checking directory permissions recursively
A change was introduced in 79f6b426ff
(PR #50653 ) to check the file
mode recursively. This change introduced a variable shadow that
caused directory permission checking to fail.
* Rename mode variable to dir_mode for clarity
* Revert "Created a test case"
This reverts commit 26fd01aa9382027415883e79c133b168a9a57cb3.
* Re-added test case without irrelevant cosmetic code changes
* Send string instead of integer - normalize values before comparison
2019-06-06 17:11:00 -06:00
Gareth J. Greenaway
cf98b83aad
Merge pull request #53386 from dwoz/missing_import
...
Fix missing import
2019-06-06 13:45:58 -07:00
FireGrace
894f171430
change .next() to next() py2=>py3 leftover ( #53240 )
2019-06-06 12:04:29 -06:00
Megan Wilhite
18991f98eb
Merge pull request #53323 from dmurphy18/fix_53274
...
Fix for issue #53274 , test on Amazon Linux 1
2019-06-06 13:31:17 -04:00
Daniel A. Wozniak
a23d6d90ef
Fix missing import
2019-06-05 14:47:06 -07:00
Akmod
1c3667a3ac
Updated paramiko to version 2.2.3 for python3.7 support ( #53356 )
...
* Updated paramiko to version 2.2.3 for python3.7 support
* Handle nox running under Py2 and Py3
* Stop compiling static TCP requirements.
* Fix Amazon 2018.03 in excludes
* Compile requirements files
2019-06-05 12:07:28 -06:00
twangboy
0fc88fb437
Add TypeError
2019-06-05 10:39:25 -06:00
twangboy
5b4160d122
Try NumberOfEnabledCores
...
Use a try/except block instead of comparing versions
2019-06-05 10:39:25 -06:00
twangboy
49cbfd4fe3
Add a note about skipping unavailable items
2019-06-05 10:39:25 -06:00
twangboy
044b56b7a6
Fix get_system_info for older versions of Windows
...
Skip processor_cores_enabled as it's not available
Get ChassisSKUNumber using the ComputerSystemProduct class
2019-06-05 10:39:24 -06:00
David Murphy
6814852d48
Merge branch '2019.2.1' into fix_53274
2019-06-05 09:31:12 -06:00
Pedro Algarvio
f8bd47b684
Merge branch '2019.2.1' into hotfix/full-test-run-2019.2.1
2019-06-05 11:35:09 +01:00
Pedro Algarvio
1cf57e9418
Merge pull request #53273 from s0undt3ch/hotfix/py3-nox-docs-2019.2.1
...
[2019.2.1] Switch docs building under Py3
2019-06-05 11:01:02 +01:00
Pedro Algarvio
dfd36a277f
Merge pull request #53361 from s0undt3ch/hotfix/fix-mp-logging-2019.2.1
...
[2019.2.1] Only make a new log record if it's a dictionary.
2019-06-05 10:56:14 +01:00
David Murphy
bb6c97a4f2
Merge branch '2019.2.1' into fix_53274
2019-06-04 15:15:58 -06:00
Wayne Werner
5efb670404
Merge pull request #53351 from waynew/53171-fix-network-managed
...
Add checks for Amazon Linux to ip module
2019-06-04 14:25:56 -05:00
Wayne Werner
e801afe3e5
Add checks for Amazon Linux to ip module
...
Fixes #53171
2019-06-04 10:49:53 -05:00
Pedro Algarvio
d70d61fc8b
Fully revert 962b11687
2019-06-04 16:46:06 +01:00
Shane Lee
ce5d79adce
Merge pull request #53242 from s0undt3ch/hotfix/msgpack-ipc-2019.2.1
...
[2019.2.1] newer msgpack ipc fixes
2019-06-03 17:39:08 -06:00