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

overwrite only backstage and init-dynamic-plugins image. fix for https://issues.redhat.com/browse/RHIDP-1701 #279

Merged

Conversation

gazarenkov
Copy link
Collaborator

Description

Which issue(s) does this PR fix or relate to

https://issues.redhat.com/browse/RHIDP-1701

PR acceptance criteria

  • Tests

Copy link
Member

@rm3l rm3l left a comment

Choose a reason for hiding this comment

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

test -s /home/runner/work/operator/operator/bin/controller-gen || GOBIN=/home/runner/work/operator/operator/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.3
/home/runner/work/operator/operator/bin/controller-gen rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
/home/runner/work/operator/operator/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..."
test -s /home/runner/work/operator/operator/bin/goimports || GOBIN=/home/runner/work/operator/operator/bin go install golang.org/x/tools/cmd/goimports@v0.15.0
find . -not -path '*/\.*' -name '*.go' -exec /home/runner/work/operator/operator/bin/goimports -w {} \;
go vet ./...
test -s /home/runner/work/operator/operator/bin/setup-envtest || GOBIN=/home/runner/work/operator/operator/bin go install sigs.k[8](https://github.com/janus-idp/operator/actions/runs/8451633049/job/23150369560?pr=279#step:6:9)s.io/controller-runtime/tools/setup-envtest@latest
go: downloading sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-2024032603111[9](https://github.com/janus-idp/operator/actions/runs/8451633049/job/23150369560?pr=279#step:6:10)-8afbb50e0eb2
go: sigs.k8s.io/controller-runtime/tools/setup-envtest@latest (in sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240326031119-8afbb50e0eb2): go.mod:3: invalid go version '1.22.0': must match format 1.23
make: *** [Makefile:250: /home/runner/work/operator/operator/bin/setup-envtest] Error 1
Error: Process completed with exit code 2.

Tests are failing because of setup-envtest. This was fixed in #278 (cherry-picked in #280). Could you please rebase your branch onto 1.1.x ?

api/v1alpha1/backstage_types.go Show resolved Hide resolved
controllers/backstage_controller_test.go Outdated Show resolved Hide resolved
controllers/backstage_deployment.go Outdated Show resolved Hide resolved
@gazarenkov gazarenkov requested a review from rm3l March 27, 2024 16:38
Copy link

sonarcloud bot commented Apr 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@openshift-ci openshift-ci bot added the lgtm PR is ready to be merged. Required by Prow. label Apr 2, 2024
Copy link

openshift-ci bot commented Apr 2, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rm3l

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

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved PR has been approved by an approver from all required OWNERS files. Required by Prow. label Apr 2, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 8643ba5 into janus-idp:1.1.x Apr 2, 2024
7 checks passed
@gazarenkov gazarenkov deleted the 1.1.1-backstage-images branch April 18, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved PR has been approved by an approver from all required OWNERS files. Required by Prow. lgtm PR is ready to be merged. Required by Prow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants