Skip to content

Split build and publish steps in pipeline.#644

Merged
artursouza merged 2 commits into
dapr:masterfrom
artursouza:split_build_publish
Oct 14, 2021
Merged

Split build and publish steps in pipeline.#644
artursouza merged 2 commits into
dapr:masterfrom
artursouza:split_build_publish

Conversation

@artursouza

@artursouza artursouza commented Oct 14, 2021

Copy link
Copy Markdown
Contributor

Description

This is important to make sure (1) the tests pass in all versions before publishing and (2) publishing only happens once.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: N/A

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@artursouza artursouza requested review from a team as code owners October 14, 2021 00:53
wcs1only
wcs1only previously approved these changes Oct 14, 2021

@wcs1only wcs1only left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@codecov

codecov Bot commented Oct 14, 2021

Copy link
Copy Markdown

Codecov Report

Merging #644 (5fce035) into master (8404b77) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #644   +/-   ##
=========================================
  Coverage     77.25%   77.25%           
  Complexity      946      946           
=========================================
  Files            88       88           
  Lines          3012     3012           
  Branches        334      334           
=========================================
  Hits           2327     2327           
  Misses          523      523           
  Partials        162      162           

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 8404b77...5fce035. Read the comment docs.

runs-on: ubuntu-latest
needs: build
env:
JDK_VER: 11

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The previous set of steps is run off the JDK matrix right? Do we care/need to duplicate that here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The intent is to avoid that. We only publish once.

@artursouza artursouza merged commit 6ee2519 into dapr:master Oct 14, 2021
fackee pushed a commit to fackee/java-sdk that referenced this pull request Mar 28, 2022
* Split build and publish steps in pipeline.

* Update build.yml

Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
fackee pushed a commit to fackee/java-sdk that referenced this pull request Mar 28, 2022
* Split build and publish steps in pipeline.

* Update build.yml

Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
artursouza added a commit to pkedy/java-sdk that referenced this pull request Jun 22, 2022
* Split build and publish steps in pipeline.

* Update build.yml

Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants