This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 186
Change release workflows to use new staging bucket #777
Merged
peterzhuamazon
merged 26 commits into
opendistro-for-elasticsearch:develop
from
camerski:staging-workflows
Feb 1, 2021
Merged
Change release workflows to use new staging bucket #777
peterzhuamazon
merged 26 commits into
opendistro-for-elasticsearch:develop
from
camerski:staging-workflows
Feb 1, 2021
Conversation
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
…rch#522) * Bug fix, support long type for aggregation * change to datetime to JDBC format
* prepare odfe 1.9 * Fix all ES 7.8 compile and build errors * Revert changes as Lombok is working now * Update CustomExternalTestCluster.java * Fix license headers check * Use splitFieldsByMetadata to separate fields when calling SearchHit constructor * More fixes for ODFE 1.9 * Remove todo statement * Add ODFE 1.9.0 release notes
…ticsearch#551) * Revert "Rename release notes to use 4 digit versions (opendistro-for-elasticsearch#547)" This reverts commit 33c6d3e. * Revert "Opendistro Release 1.9.0 (opendistro-for-elasticsearch#532)" This reverts commit 254f2e0. * Revert "Bug fix, support long type for aggregation (opendistro-for-elasticsearch#522)" This reverts commit fb2ed91.
Merge develop to master
…h#549) (opendistro-for-elasticsearch#554) * merge all sql repos * fix test and build workflows * fix workbench and odbc path * fix workbench and odbc path * restructure workbench dir and fix workflows * fix workbench workflow * fix workbench workflow * fix workbench workflow * fix workbench workflow * fix workbench workflow * revert workbench directory structure * fix workbench workflow * fix workbench workflow * fix workbench workflow * fix workbench workflow * update workbench workflow for release * Delete .github/ in sql-workbench directory * Add cypress to sql-workbench * Sync latest ODBC commits * Sync latest workbench commits (will add cypress in separate PR) * Add ignored ODBC libs
* add date and time support * update doc * update doc
…ticsearch#633) Merge develop to master for ODFE 1.9.0.1 release
…stro-for-elasticsearch#638) Merge fixes for github release actions from develop to master
…rch#642) Fix odbc win32 release workflow for master
…-elasticsearch#645) - add null check to avoid crashing if details not initialized
…or-elasticsearch/develop Merge develop branch into master to cut odfe1.10 release
…lasticsearch#701) Merge develop branch into master for od1.10 release
…icsearch#704) Merge workflow fix to master for od1.10 release
…sticsearch#733) Merge develop to master for ODFE 1.10.1.0 release
…#735) Merge develop to master for ODFE 1.10.1
…flow to use new staging bucket for artifacts
Codecov Report
@@ Coverage Diff @@
## develop #777 +/- ##
==========================================
Coverage 99.87% 99.87%
Complexity 2416 2416
==========================================
Files 234 234
Lines 5547 5547
Branches 359 359
==========================================
Hits 5540 5540
Misses 5 5
Partials 2 2 Continue to review full report at Codecov.
|
joshuali925
approved these changes
Feb 1, 2021
penghuo
approved these changes
Feb 1, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change sql-cli-, sql-jdbc-, sql-odbc-, and sql-workbench-release-workflow to use new staging bucket for artifacts
Description of changes:
This is a follow-up PR for #776
The infrastructure team is separating the production and staging locations into different AWS accounts. Plugins need to modify their workflows to publish to the new locations.
This PR changes the rest of the release workflows, excluding sql-release-workflow, to add a build number and write the artifacts to staging.artifacts.opendistroforelasticsearch.amazon.com. The write to S3 currently fails because the secrets have not been updated.
This is the second change to the SQL plugin workflows. Secrets will be updated at the same time that this PR and #776 are merged.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.