forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-5864 - Refactor and parameterize CI env creation
Makes it easier for developers to deploy their own CI instances for testing of code and CI itself. * Use concourse-pipeline-resource to deploy instead of hand-rolling `fly` scripts * Add pararmeters for fork/branch/repo name * Rename all pipelines to be consistent * Rename all pipelines to contain fork/branch information * Reorganize artifact storage to include fork/branch information * `deploy_meta.sh` auto-starts Concourse tasks in required bootstrap order * Instance images names are created consistently and are unique * Require fewer VAULT secrets * Improve behavior of packer on windows GCP instances * Check to see if a previous iteration of start_instance created an instance and kill it before trying to create a new one. * Ensure we stop instances that cannot be reached via SSH * Add ssh server keep alives to prevent firewall timeouts Co-authored-by: Sean Goller <[email protected]> Co-authored-by: Patrick Rhomberg <[email protected]> Co-authored-by: Robert Houghton <[email protected]> Co-authored-by: Jacob Barrett <[email protected]>
- Loading branch information
1 parent
4e8ea1c
commit afdc9cb
Showing
31 changed files
with
494 additions
and
381 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
24 changes: 17 additions & 7 deletions
24
ci/images/google-windows-geode-builder/windows-packer.json
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.