Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(central): add configurations for JReleaser publication to Maven Central #338

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

andrewazores
Copy link
Member

@andrewazores andrewazores requested a review from a team as a code owner January 26, 2024 14:53
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-amd64
arm64 ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-arm64
cryostat3-java17_amd64 ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-amd64-java17
cryostat3-java17_arm64 ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-arm64-java17

To run smoketest:

# amd64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-amd64 sh smoketest.sh

# or arm64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-arm64 sh smoketest.sh

# or cryostat3-java17-amd64
CRYOSTAT3_java17amd64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-amd64-java17 sh smoketest.sh

# or cryostat3-java17-arm64
CRYOSTAT3_java17arm64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-arm64-java17 sh smoketest.sh 

ebaron
ebaron previously approved these changes Jan 26, 2024
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-amd64
arm64 ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-arm64
cryostat3-java17_amd64 ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-amd64-java17
cryostat3-java17_arm64 ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-arm64-java17

To run smoketest:

# amd64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-amd64 sh smoketest.sh

# or arm64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-arm64 sh smoketest.sh

# or cryostat3-java17-amd64
CRYOSTAT3_java17amd64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-amd64-java17 sh smoketest.sh

# or cryostat3-java17-arm64
CRYOSTAT3_java17arm64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-36ad222ee3b97c3b934999d8a44b1155c26e027a-linux-arm64-java17 sh smoketest.sh 

Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-338-aab8142bf4d18299e357ccc1b6712ce4f2d0df8e-linux-amd64
arm64 ghcr.io/cryostatio/cryostat-core:pr-338-aab8142bf4d18299e357ccc1b6712ce4f2d0df8e-linux-arm64
cryostat3-java17_amd64 ghcr.io/cryostatio/cryostat-core:pr-338-aab8142bf4d18299e357ccc1b6712ce4f2d0df8e-linux-amd64-java17
cryostat3-java17_arm64 ghcr.io/cryostatio/cryostat-core:pr-338-aab8142bf4d18299e357ccc1b6712ce4f2d0df8e-linux-arm64-java17

To run smoketest:

# amd64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-aab8142bf4d18299e357ccc1b6712ce4f2d0df8e-linux-amd64 sh smoketest.sh

# or arm64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-aab8142bf4d18299e357ccc1b6712ce4f2d0df8e-linux-arm64 sh smoketest.sh

# or cryostat3-java17-amd64
CRYOSTAT3_java17amd64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-aab8142bf4d18299e357ccc1b6712ce4f2d0df8e-linux-amd64-java17 sh smoketest.sh

# or cryostat3-java17-arm64
CRYOSTAT3_java17arm64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-338-aab8142bf4d18299e357ccc1b6712ce4f2d0df8e-linux-arm64-java17 sh smoketest.sh 

@andrewazores andrewazores merged commit 87af41a into cryostatio:main Jan 26, 2024
16 checks passed
@andrewazores andrewazores deleted the maven-central branch January 26, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Published Builds
2 participants