Skip to content

[ci] add missing artifacts in buildkite#224

Merged
SylvainJuge merged 1 commit into
elastic:mainfrom
SylvainJuge:add-buildkite-artifacts
Apr 23, 2024
Merged

[ci] add missing artifacts in buildkite#224
SylvainJuge merged 1 commit into
elastic:mainfrom
SylvainJuge:add-buildkite-artifacts

Conversation

@SylvainJuge

Copy link
Copy Markdown
Member

Not all the published artifacts were included in the buildkite result, thus this PR fixes that.

Finding which gradle modules/projects needs to be used here is quite straightforward by using the following command:

find . -name 'build.gradle.kts'|xargs grep 'sign-and-publish-conventions'|column -t

Which here provides:

./inferred-spans/build.gradle.kts:  id("elastic-otel.sign-and-publish-conventions")
./common/build.gradle.kts:          id("elastic-otel.sign-and-publish-conventions")
./agentextension/build.gradle.kts:  id("elastic-otel.sign-and-publish-conventions")
./agent/build.gradle.kts:           id("elastic-otel.sign-and-publish-conventions")

@SylvainJuge SylvainJuge changed the title add missing artifacts in buildkite [ci] add missing artifacts in buildkite Apr 23, 2024
@SylvainJuge
SylvainJuge merged commit 768c795 into elastic:main Apr 23, 2024
@SylvainJuge
SylvainJuge deleted the add-buildkite-artifacts branch April 23, 2024 12:31
v1v added a commit to v1v/elastic-otel-java that referenced this pull request Apr 23, 2024
* upstream/main:
  [ci] add missing artifacts in buildkite (elastic#224)
  Hide statically linked libstdc++ symbols and enable compiler to remove unused code. (elastic#221)
  docs: add build badge for releases/snapshots (elastic#222)
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