-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from seibert-media/reload_on_try
Reload on retry
- Loading branch information
Showing
10 changed files
with
93 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,32 @@ | ||
# Path to scripts directory | ||
|
||
script_dir: ~/automatix_script_files | ||
|
||
# Global constants for use in pipeline scripts | ||
|
||
constants: | ||
apt_update: 'apt-get -qy update' | ||
apt_upgrade: 'DEBIAN_FRONTEND=noninteractive apt-get -qy -o Dpkg::Options::=--force-confold --no-install-recommends upgrade' | ||
apt_full_upgrade: 'DEBIAN_FRONTEND=noninteractive apt-get -qy -o Dpkg::Options::=--force-confold --no-install-recommends full-upgrade' | ||
|
||
# Encoding | ||
|
||
encoding: utf-8 | ||
|
||
# Path to shell imports | ||
|
||
import_path: '.' | ||
|
||
# SSH Command used for remote connections | ||
|
||
ssh_cmd: 'ssh {hostname} sudo ' | ||
|
||
# Temporary directory on remote machines for shell imports | ||
|
||
remote_tmp_dir: 'automatix_tmp' | ||
|
||
# Logger | ||
|
||
logger: mylogger | ||
|
||
# Logging library | ||
|
||
logging_lib: mylib.logging | ||
|
||
# Bundlewrap support, bundlewrap has to be installed (default: false) | ||
|
||
bundlewrap: true | ||
|
||
# Teamvault / Secret support, bundlewrap-teamvault has to be installed (default: false) | ||
|
||
teamvault: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[pytest] | ||
addopts = --durations=0 --docker-compose=tests/docker-compose.yml | ||
testpaths = automatix | ||
testpaths = automatix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.