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 pipeline deployment. (apache#2707)
* deploy_meta.sh now looks at the file meta.properties for defaults * Users should create meta.properties.local file and override values there. A common customization is to override GEODE_FORK with your personal geode repository. * GRADLE_GLOBAL_ARGS is a string of gradle arguments that will be passed to every invocation of gradle. * Change "start_instance.sh" to "create_instance.sh" * Change "stop_instance.sh" to "delete_instance.sh" * Remove unnecessary gcloud delete invocation * Add on_failure block to rsync_code_up job to delete the instance. * Make on_failure call a do block to be consistent with other on_failures. * Add system property for excluding individual test classes. * Adjust excludeTests to handle multiple tests * Add maven snapshot bucket for storing published artifacts. * Make GCP_PROJECT a property instead of deriving it. * Make deploy_meta.sh more user-friendly by displaying values and offering the option to abort. * Forks should no longer be hard-coded. * Remove UpdatePassingRef job. * Remove unused scripts. Co-authored-by: Sean Goller <[email protected]> Co-authored-by: Jacob Barrett <[email protected]> Co-authored-by: Dick Cavender <[email protected]>
- Loading branch information
1 parent
404c64d
commit 7d9858e
Showing
20 changed files
with
170 additions
and
162 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ geode-pulse/screenshots/ | |
.git-together | ||
bin/ | ||
.metadata/ | ||
/ci/pipelines/meta/meta.properties.local |
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.