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

HBASE-27935 Introduce Jenkins PR job for hbase-kustomize #2

Merged
merged 1 commit into from Jun 16, 2023

Conversation

ndimiduk
Copy link
Member

Copy over the structure and content from hbase-operator-tools. Strip out the Maven and Java bits. Created a Jenkins job at https://ci-hbase.apache.org/job/hbase-kustomize-github-pr/

Comment on lines +20 to +22
agent {
label 'hbase'
}
Copy link

Choose a reason for hiding this comment

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

nit: if we're going to run any test stuff against PRs, might be worth just moving these to the hbase-large label now.

Copy link
Member Author

Choose a reason for hiding this comment

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

I can, but even the large tests shouldn't be that intensive.

Maybe I can do agent { label('hbase || hbase-large') } ?

Copy over the structure and content from hbase-operator-tools. Strip out the Maven and Java
bits. Created a Jenkins job at https://ci-hbase.apache.org/job/hbase-kustomize-github-pr/

Signed-off-by: Sean Busbey <busbey@apache.org>
@ndimiduk ndimiduk merged commit 781615f into apache:main Jun 16, 2023
@ndimiduk ndimiduk deleted the 27935-pr-builds branch June 16, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants