diff options
author | Evan Ahlberg <evanahlberg@gmail.com> | 2023-02-07 12:51:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 12:51:56 -0500 |
commit | eb19c755a7ffc800ac6b28354ad80776e187c2dd (patch) | |
tree | 9cc57c2240b12ede53d01c667a19026c495105f5 /cspell.json | |
parent | 0d4e7347d6d2aab3fbe4b03ad2d9fd4ff69d2af1 (diff) | |
download | chef-eb19c755a7ffc800ac6b28354ad80776e187c2dd.tar.gz |
add esoteric platforms to validate adhoc/release pipelines (#13546)
* run pre-command on all verify pipelines
* update pre-command to pull aws credentials on both chef and chef canary
* update pre-command pipeline names
* add esoteric builds
* add build_timestamp environment variable
* update sha on omnibus plugin
* skip transitive depenceny licensing for chef-foundation
* use chef-foundation
* remove notarize
* add solaris tests
* add aix tests
* add all esoteric platforms
* Adding in changes to run publish of omnibus packages to Artifactory, as well as related gems for Linux/Windows
* set lib path in chef omnibus
* move lib dirs to software
* Adding in if statement around artifactory api key, as its not needed for macOS (only Artifactory password needed)
* Log every macho?
* Fixing regex check
* Extend the bin dirs and lib dirs.
* remove mac osx 10
* Remove lib dirs.
* Update the version of omnibus-buildkite-plugin.
* Fixing unbound variable error on filter; Fixing notarize macOS so it doesn't run when macOS is filtered out of build
* Adding in changes to retry/timeout on esoteric builds; Adding in dependency check on macOS Notarize
* add build record step on validate/release pipeline
* fix comparison for pipeline slug
* Adding in code to promote the packages when runnong validate/release
* remove comments and fix omnibus branch
* Fixing potential issue with BUILDKITE_BUILD_CREATOR_TEAMS being unset
* get role attached to ec2 server instead of hardcoding
* Update omnibus bundle with license_scout
* Dynamically determine the version of ruby.
* replace . with _ in notraize step
* Move lib_dirs logic to chef-foundation
* remove skip_transitive_depenency_licensing and add comments to build/test arrays
* increase timeout on esoteric to 120 mins
* fix mac osx depends on and update pipeline name to regex
* align omnibus plugin version to 0.2.83
* add check for centos6 in omnibus-test.sh
* add comments for empty array check
---------
Signed-off-by: Evan Ahlberg <evanahlberg@gmail.com>
Signed-off-by: Jesse Prieur <jesse.prieur@gmail.com>
Signed-off-by: Gregory Schofield <grschofi@progress.com>
Co-authored-by: Jesse Prieur <jesse.prieur@gmail.com>
Co-authored-by: Gregory Schofield <grschofi@progress.com>
Diffstat (limited to 'cspell.json')
-rw-r--r-- | cspell.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cspell.json b/cspell.json index 0a504ef1cc..f1c875dace 100644 --- a/cspell.json +++ b/cspell.json @@ -629,6 +629,7 @@ "linuxmint", "LISTBOX", "listprop", + "lita", "ljust", "lltstype", "losetup", |