-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gitlab] A6+A7 builds on the same pipeline (#4210)
* [release] build nightly with python3 only * [invoke] fix tasks issues * [config] default python should be python3 * [gitlab] use new builders * [invoke] support for other default potential locations libs * [config] default python version specified at build time * [gitlab] py2 + py3 builds * [gitlab] init conda for tests * [gitlab] fix jobs * [invoke] try to address versioning disparities * [gitlab] pull dependencies * [gitlab] python_runtimes quoted * [invoke] if not A7, then A6 * [invoke] fix get_version_numeric_only * [invoke] single rpath switch supported, use colon * [windows] fix windows py3 build * [invoke] pass environment for numeric version hints * [gitlab] duplicate kitchen jobs * [gitlab+kitchen] support multi-build testing * [gitlab+kitchen] support multi-build testing, individual resource groups * [omnibus] chef-sugar workaround * [kitchen] azure: cleanup using DD_PIPELINE_ID which includes A6/A7 suffix * [Dockerfile] agent: add build arg for artifact blob * [gitlab] more A6+A7 duplicates: image builds, artifact deploy, etc * [gitlab+kitchen] support for A6+A7 testing * [gitlab] pkg_size_send: fix broken stats reporting * [gitlab] windows: fix variable interpolation (please) * [gitlab] windows: fix variable interpolation (again) * [gitlab] windows substition some other way * [kitchen] increase service stop/start timeouts (30s) * [kitchen] dd-agent-install notify immediately, not delayed * [gitlab] kitchen: allow A7 failures while investigating * Build python 3 by default * [gitlab] kitchen: break off failing 2008 A7 tests * [gitlab] kitchen: fix windows installer tests on A7 * Revert "[kitchen] dd-agent-install notify immediately, not delayed" This reverts commit 66b9a6d. * [kitchen] dd-agent: increase restart timeout * [kitchen] dd-agent: increase restart timeout further (60s) * [kitchen] windows: try larger VMs * [gitlab] fix docker image builds + typo correction * [gitlab] fix docker image builds + typo correction * [gitlab] fix docker image builds + typo correction * [dockerfiles] agent: fix docker image builds * [gitlab] send_pkg: initialize the conda environments for scripts * [gitlab][docker] debug docker, disable kitchen for speed * [gitlab] fully disable - broken yaml * [gitlab] more debug * [gitlab][docker] should now be fixed * [gitlab] fix windows releasing * address PR feedback * [gitlab] DRY * [kitchen] bumping winstall instance sizes * [gitlab] DRY * [gitlab] addressing feedback * [rtloader][test] init: python3 has different init allocations * [gitlab] address review feedback * [gitlab] allow failures in kitchen_windows_install-a6
- Loading branch information
Showing
21 changed files
with
857 additions
and
296 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// +build three | ||
|
||
package testinit | ||
|
||
const ( | ||
initAllocations = 0 | ||
) |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// +build two | ||
|
||
package testinit | ||
|
||
const ( | ||
initAllocations = 1 | ||
) |
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
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
Oops, something went wrong.