openshift-knative / serverless-operator

Main source repository for Openshift Serverless
Apache License 2.0
59 stars 69 forks source link

[main] Add Konflux configurations #3034

Closed serverless-qe closed 1 week ago

serverless-qe commented 2 weeks ago

Add Konflux components and pipelines

openshift-ci[bot] commented 2 weeks ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: serverless-qe Once this PR has been reviewed and has the lgtm label, please assign rhuss for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/openshift-knative/serverless-operator/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 2 weeks ago

@serverless-qe: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/417-upstream-e2e-kafka-aws-417 34babaec687833ca7832287d82aa57fb656a5f18 link false /test 417-upstream-e2e-kafka-aws-417
ci/prow/417-upstream-e2e-aws-417 34babaec687833ca7832287d82aa57fb656a5f18 link false /test 417-upstream-e2e-aws-417

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
mgencur commented 2 weeks ago

The errors are like:

[build] Trying to pull brew.registry.redhat.io/rh-osbs/ose-operator-registry-rhel9:v4.18...
[build] Error: initializing source docker://brew.registry.redhat.io/rh-osbs/ose-operator-registry-rhel9:v4.18: reading manifest v4.18 in brew.registry.redhat.io/rh-osbs/ose-operator-registry-rhel9: unauthorized: access to the requested resource is not authorized

Which is strange because we already pull Golang builder from brew.registry.redhat.io: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22

mgencur commented 1 week ago

/override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-bundle-135" /override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-ingress-135" /override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-kn-operator-135" /override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-metadata-webhook-135" /override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-must-gather-135" /override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-openshift-kn-operator-135"

openshift-ci[bot] commented 1 week ago

@mgencur: Overrode contexts on behalf of mgencur: Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-bundle-135, Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-ingress-135, Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-kn-operator-135, Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-metadata-webhook-135, Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-must-gather-135, Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-openshift-kn-operator-135

In response to [this](https://github.com/openshift-knative/serverless-operator/pull/3034#issuecomment-2485501279): >/override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-bundle-135" >/override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-ingress-135" >/override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-kn-operator-135" >/override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-metadata-webhook-135" >/override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-must-gather-135" >/override "Red Hat Konflux / serverless-operator-135-enterprise-contract / serverless-openshift-kn-operator-135" > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.