dfa7cedb19
This Patch Set is meant to expose the 'query_interval' and 'task_timeout' parameters for Drydock tasks in Shipyard. This will allow us to specify the values for a particular site. The corresponding changes for the Helm Chart are included in this Patch Set as well. It is also noted that the task has been updated to 'prepare_nodes' and 'deploy_nodes' instead. Task State can either be 'completed' or 'terminated'. These new changes have been captured in this Patch Set as well. Change-Id: I1b446f7bcf493bc8e5bbfdba842158797f0e3594
23 lines
334 B
Plaintext
23 lines
334 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
|