Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Change release workflows to use new staging bucket #777

Merged

Conversation

camerski
Copy link
Contributor

@camerski camerski commented Oct 12, 2020

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.

penghuo and others added 22 commits June 17, 2020 09:17
…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.
…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
…-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
…flow to use new staging bucket for artifacts
@codecov
Copy link

codecov bot commented Jan 12, 2021

Codecov Report

Merging #777 (3616e97) into develop (1dbf244) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dbf244...3616e97. Read the comment docs.

@gaiksaya gaiksaya changed the base branch from master to develop January 12, 2021 18:47
@gaiksaya gaiksaya changed the base branch from develop to master January 12, 2021 19:41
@gaiksaya gaiksaya changed the base branch from master to develop January 12, 2021 19:42
@gaiksaya gaiksaya marked this pull request as draft January 12, 2021 19:46
@peterzhuamazon peterzhuamazon marked this pull request as ready for review February 1, 2021 21:30
Copy link
Contributor

@penghuo penghuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@peterzhuamazon peterzhuamazon merged commit 16f464c into opendistro-for-elasticsearch:develop Feb 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants