Skip to content

resource limits for plugin-cypress image#77487

Closed
memodi wants to merge 1 commit intoopenshift:mainfrom
memodi:fix-plugin-cypress
Closed

resource limits for plugin-cypress image#77487
memodi wants to merge 1 commit intoopenshift:mainfrom
memodi:fix-plugin-cypress

Conversation

@memodi
Copy link
Copy Markdown
Contributor

@memodi memodi commented Apr 7, 2026

resource limits for plugin-cypress image

@openshift-ci openshift-ci Bot requested review from OlivierCazade and jotak April 7, 2026 14:52
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@memodi: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-netobserv-netobserv-web-console-main-images netobserv/netobserv-web-console presubmit Ci-operator config changed
pull-ci-netobserv-netobserv-web-console-main-plugin-cypress netobserv/netobserv-web-console presubmit Ci-operator config changed
pull-ci-netobserv-netobserv-web-console-main-qe-e2e-console-tests netobserv/netobserv-web-console presubmit Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@memodi
Copy link
Copy Markdown
Contributor Author

memodi commented Apr 7, 2026

/pj-rehearse pull-ci-netobserv-netobserv-web-console-main-images

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@memodi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 7, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 7, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jpinsonneau, memodi

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 7, 2026
@memodi
Copy link
Copy Markdown
Contributor Author

memodi commented Apr 7, 2026

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 7, 2026
@memodi
Copy link
Copy Markdown
Contributor Author

memodi commented Apr 7, 2026

/pj-rehearse pull-ci-netobserv-netobserv-web-console-main-images

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@memodi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@memodi
Copy link
Copy Markdown
Contributor Author

memodi commented Apr 7, 2026

@jpinsonneau looks like the package.json and package-lock.json are out-of-sync, I see the error when building image on main:

npm error code EUSAGE
npm error
npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm error
npm error Missing: monaco-editor@0.55.1 from lock file
npm error Missing: mocha@11.7.5 from lock file
npm error Missing: browser-stdout@1.3.1 from lock file
npm error Missing: chokidar@4.0.3 from lock file
npm error Missing: diff@7.0.0 from lock file
npm error Missing: escape-string-regexp@4.0.0 from lock file
npm error Missing: find-up@5.0.0 from lock file
npm error Missing: glob@10.5.0 from lock file
npm error Missing: minimatch@9.0.9 from lock file
npm error Missing: serialize-javascript@6.0.2 from lock file
npm error Missing: supports-color@8.1.1 from lock file
npm error Missing: workerpool@9.3.4 from lock file
npm error Missing: yargs-unparser@2.0.0 from lock file
npm error Missing: dompurify@3.2.7 from lock file
npm error Missing: marked@14.0.0 from lock file
npm error Missing: @types/trusted-types@2.0.7 from lock file
npm error Missing: randombytes@2.1.0 from lock file
npm error Missing: camelcase@6.3.0 from lock file
npm error Missing: decamelize@4.0.0 from lock file
npm error Missing: flat@5.0.2 from lock file
npm error Missing: is-plain-obj@2.1.0 from lock file
npm error Missing: readdirp@4.1.2 from lock file
npm error Missing: locate-path@6.0.0 from lock file
npm error Missing: p-locate@5.0.0 from lock file
npm error Missing: brace-expansion@2.0.3 from lock file
npm error Missing: p-limit@3.1.0 from lock file
npm error Missing: has-flag@4.0.0 from lock file
npm error
npm error Clean install a project

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 7, 2026

@memodi: The following test 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/rehearse/netobserv/netobserv-web-console/main/images 897e49a link unknown /pj-rehearse pull-ci-netobserv-netobserv-web-console-main-images

Full PR test history. Your PR dashboard.

Details

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.

@memodi memodi closed this Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants