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

build(core): use -core 2.16.2 from GH pkgs #1304

Merged
merged 3 commits into from
Dec 22, 2022
Merged

Conversation

andrewazores
Copy link
Member

Welcome to Cryostat! 👋

Before contributing, make sure you have:

  • Read the contributing guidelines
  • Linked a relevant issue which this PR resolves
  • Linked any other relevant issues, PR's, or documentation, if any
  • Resolved all conflicts, if any
  • Rebased your branch PR on top of the latest upstream main branch
  • Attached at least one of the following labels to the PR: [chore, ci, docs, feat, fix, test]
  • Signed the last commit: git commit --amend --signoff

Related to cryostatio/cryostat-core#92
See also cryostatio/cryostat-reports#63

Description of the change:

This replaces the inlined -core build with simply retrieving the artifact from the GitHub Packages repository for the dependency.

Motivation for the change:

This simplifies the CI setup and should also reduce the total CI run time since the artifact is built once (on release) and then each consuming project should cache it, or at worst redownload it rather than rebuild it.

@andrewazores andrewazores requested a review from ebaron as a code owner December 22, 2022 16:35
@andrewazores andrewazores added chore Refactor, rename, cleanup, etc. build labels Dec 22, 2022
@github-actions
Copy link
Contributor

Hi @andrewazores! Add at least one of the required labels to this PR

Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test

@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Dec 22, 2022
@mergify mergify bot added the safe-to-test label Dec 22, 2022
@andrewazores andrewazores removed safe-to-test needs-triage Needs thorough attention from code reviewers labels Dec 22, 2022
@mergify mergify bot added the safe-to-test label Dec 22, 2022
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Dec 22, 2022
@andrewazores andrewazores removed the needs-triage Needs thorough attention from code reviewers label Dec 22, 2022
@andrewazores andrewazores marked this pull request as draft December 22, 2022 17:52
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Dec 22, 2022
@andrewazores andrewazores marked this pull request as ready for review December 22, 2022 21:58
@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1304-d8ebc4a831a7be2d63e24f53f5d16ca3a85b80b8 sh smoketest.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build chore Refactor, rename, cleanup, etc. needs-triage Needs thorough attention from code reviewers safe-to-test
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants