Skip to content

Conversation

@dkwon17
Copy link
Collaborator

@dkwon17 dkwon17 commented Jan 23, 2026

What does this PR do?

Mounts an ephemeral volume to the graphroot directory. Without this change, out of space errors would occur for image builds.

This PR also updates the devfile tasks for building and pushing DWO images.

What issues does this PR fix or reference?

Is it tested? How?

To test, run the build-and-push-controller and make-olm-bundle-index-catalogsource devfile tasks. They should both run successfully.

PR Checklist

  • E2E tests pass (when PR is ready, comment /test v8-devworkspace-operator-e2e, v8-che-happy-path to trigger)
    • v8-devworkspace-operator-e2e: DevWorkspace e2e test
    • v8-che-happy-path: Happy path for verification integration with Che

Signed-off-by: dkwon17 <dakwon@redhat.com>
Signed-off-by: dkwon17 <dakwon@redhat.com>
@dkwon17
Copy link
Collaborator Author

dkwon17 commented Jan 23, 2026

I've also added a view_catalogsource target:

$ make view_catalogsource 
To apply the CatalogSource, run:

oc apply -f - <<EOF
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
  name: devworkspace-operator-catalog
  namespace: openshift-marketplace
spec:
  sourceType: grpc
  image: quay.io/devfile/devworkspace-operator-index:next
  publisher: Red Hat
  displayName: DevWorkspace Operator Catalog
  updateStrategy:
    registryPoll:
      interval: 5m
EOF

@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.01%. Comparing base (129ce90) to head (dc825f8).
⚠️ Report is 29 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1576      +/-   ##
==========================================
+ Coverage   34.60%   36.01%   +1.41%     
==========================================
  Files         160      166       +6     
  Lines       13387    14283     +896     
==========================================
+ Hits         4632     5144     +512     
- Misses       8442     8798     +356     
- Partials      313      341      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

export DWO_IMG=${DWO_IMG_REPO}/devworkspace-controller:${DWO_IMG_TAG}
export DOCKER=podman
make docker-build-amd64
make docker-push-amd64
Copy link
Member

@rohanKanojia rohanKanojia Jan 24, 2026

Choose a reason for hiding this comment

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

This is fine if the target cluster is always amd64, but it can be surprising if someone later targets an arm64 cluster.

@openshift-ci
Copy link

openshift-ci bot commented Jan 24, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dkwon17, rohanKanojia

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

The pull request process is described here

Details 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants