-
Notifications
You must be signed in to change notification settings - Fork 51
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
FBC updates #541
base: devel
Are you sure you want to change the base?
FBC updates #541
Conversation
Skipping CI for Draft Pull Request. |
fc11256
to
2948920
Compare
This is ready. I'll rebase and squash after #552 is merged. |
fbc/render.sh
Outdated
|
||
test -n "$OCP_VERSIONS" || OCP_VERSIONS=$(ls v4.*) | ||
|
||
BUILD_REGISTRY="quay.io/redhat-user-workloads/ose-osc-tenant/trustee/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BUILD_REGISTRY="quay.io/redhat-user-workloads/ose-osc-tenant/trustee/" | |
BUILD_REGISTRY="quay.io/redhat-user-workloads/ose-osc-tenant/" |
pipelinesascode.tekton.dev/on-cel-expression: | ||
event == "pull_request" && | ||
target_branch == "devel" && | ||
files.all.exists(path, !path.matches('.tekton/.*fbc-.*|fbc/.*)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to do the same for the other pipelines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, the other pipelines start only when their files are modified ("allow list")
only the operator pipeline uses a "deny list"
Maybe that's what you meant, but just to make sure: |
fbc/render.sh
Outdated
test -n "$OCP_VERSIONS" || OCP_VERSIONS=$(ls v4.*) | ||
|
||
BUILD_REGISTRY="quay.io/redhat-user-workloads/ose-osc-tenant/trustee/" | ||
RELEASE_REGISTRY="registry.redhat.io/confidential-compute-attestation-tech-preview/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace confidential-compute-attestation-tech-preview?
to be added again in a new commit
duplicated from fbc-4-17
there is no need to build the operator when changes are on the fbc
6ed5b51
to
e77b8f2
Compare
I addressed all the comments |
@spotlesstofu: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks @spotlesstofu
Please merge when you see fit. I don't have write access. |
To complete KATA-3577.