Skip to content

ci: deploys bom separately to allow re-do on partial failure#241

Merged
codefromthecrypt merged 1 commit intomasterfrom
deploy-separate
Jan 10, 2024
Merged

ci: deploys bom separately to allow re-do on partial failure#241
codefromthecrypt merged 1 commit intomasterfrom
deploy-separate

Conversation

@codefromthecrypt
Copy link
Copy Markdown
Member

Before, the bom project deployed only after the parent succeeded. This meant a timeout would prevent it from being deployed, even if the timeout was not critical. This deploys the bom independently so that such a situation doesn't cause us to have to re-cut a version.

This also fixes where we didn't actually use the release args in tests.

Before, the bom project deployed only after the parent succeeded. This
meant a timeout would prevent it from being deployed, even if the
timeout was not critical. This deploys the bom independently so that
such a situation doesn't cause us to have to re-cut a version.

This also fixes where we didn't actually use the release args in tests.

Signed-off-by: Adrian Cole <[email protected]>
@codefromthecrypt
Copy link
Copy Markdown
Member Author

this can be tested prior to release as it also runs on master

# we publish DOCKER_PARENT_IMAGE to ghcr.io, hence local to the runner.
- name: Test
run: build-bin/configure_test && build-bin/test
run: build-bin/configure_test && build-bin/test ${{ matrix.maven_args }}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@reta I feel like this copy/paste is missing elsewhere, too ;) that said I think the only ones that are critical on this are zipkin, reporter and brave, as they have java 6 artifacts..

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.

Got it, thanks @codefromthecrypt !

@codefromthecrypt codefromthecrypt merged commit 9c666c4 into master Jan 10, 2024
@codefromthecrypt codefromthecrypt deleted the deploy-separate branch January 10, 2024 00:30
@codefromthecrypt
Copy link
Copy Markdown
Member Author

@codefromthecrypt
Copy link
Copy Markdown
Member Author

worked.. will cut 3.1.1 and hope the sonatype snafu is over

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.

2 participants