[ https://issues.apache.org/jira/browse/GEODE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16662944#comment-16662944 ]
ASF subversion and git services commented on GEODE-5864: -------------------------------------------------------- Commit 7d9858ee882f6bf06a7658b39911aac4fe72e4e1 in geode's branch refs/heads/develop from [~smgoller] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=7d9858e ] GEODE-5864 Refactor pipeline deployment. (#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 <sgol...@pivotal.io> Co-authored-by: Jacob Barrett <jbarr...@pivotal.io> Co-authored-by: Dick Cavender <dcaven...@pivotal.io> > Streamline and parameterize concourse environment > ------------------------------------------------- > > Key: GEODE-5864 > URL: https://issues.apache.org/jira/browse/GEODE-5864 > Project: Geode > Issue Type: Improvement > Components: ci > Reporter: Sean Goller > Priority: Major > Labels: pull-request-available > Time Spent: 9h 40m > Remaining Estimate: 0h > > In order to simplify stamping out multiple CI environments such as for > developer use, parameterize infrastructure-specific variables and remove > unnecessary vault usage. -- This message was sent by Atlassian JIRA (v7.6.3#76005)