Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Mar 2, 2022

No description provided.

@trask trask marked this pull request as ready for review March 2, 2022 21:00
@trask trask requested a review from a team March 2, 2022 21:00
- name: Start deadlock detector
run: .github/scripts/deadlock-detector.sh

- name: Build
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a good time to change this to assemble instead of build? IIUC, we run tests on Java 11 twice, once as part of build and once as part of test

Copy link
Member Author

Choose a reason for hiding this comment

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

oh, I think I need to add check in there too...

Copy link
Contributor

Choose a reason for hiding this comment

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

check would run the tests - I had a proposal to change test to check in the test workflow to make defining additional tests easier, without our current boilerplate when defining special tests. Haven't done that yet but don't believe it affects the build workflow.

test
check -> test + spotless/checkstyle/etc
assemble -> jar, javadoc, sources
build -> assemble + check

Copy link
Contributor

@anuraaga anuraaga Mar 3, 2022

Choose a reason for hiding this comment

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

Oh with my table I get it now, heh. Let's just leave it as build for now then, we'd probably switch to assemble here and check in the test workflow separately

@trask trask merged commit 8c5e2eb into open-telemetry:main Mar 4, 2022
@trask trask deleted the move-build-to-reusable-workflow branch March 4, 2022 17:54
RashmiRam pushed a commit to RashmiRam/opentelemetry-auto-instr-java that referenced this pull request May 23, 2022
* Move build to reusable workflow

* pass secrets where needed

* pass secrets where needed

* build -> assemble

* and check

* Revert "and check"

This reverts commit aa981d0.

* Revert "build -> assemble"

This reverts commit c00f6d1.
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