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

CI build for AMD Tensorflow & Pytorch #53309

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

dibryant
Copy link
Contributor

@dibryant dibryant commented Jun 17, 2024

Fixes for https://issues.redhat.com/browse/RHOAIENG-6377
Contributing to PR: opendatahub-io/notebooks#557
Adding CI builds for AMD Pytorch and Tensorflow.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 17, 2024
@openshift-ci openshift-ci bot requested review from atheo89 and harshad16 June 17, 2024 18:46
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 17, 2024
Copy link
Contributor

openshift-ci bot commented Jun 17, 2024

Hi @dibryant. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci-robot
Copy link
Contributor

@dibryant, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

could not load configuration from candidate revision of release repo: failed to load ci-operator configuration from release repo: failed to load ci-operator config (error converting YAML to JSON: yaml: line 60: did not find expected key)
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 abort to abort all active rehearsals

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.

@openshift-ci-robot
Copy link
Contributor

@dibryant, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

could not load configuration from candidate revision of release repo: failed to load ci-operator configuration from release repo: failed to load ci-operator config (error converting YAML to JSON: yaml: line 60: did not find expected key)
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 abort to abort all active rehearsals

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.

@dibryant dibryant changed the title Amd [WIP] Amd Jun 17, 2024
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 2024
@dibryant dibryant changed the title [WIP] Amd [WIP] CI build for AMD Tensorflow & Pytorch Jun 20, 2024
@harshad16
Copy link
Member

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 20, 2024
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 20, 2024
@openshift-ci-robot
Copy link
Contributor

@dibryant, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

could not load configuration from candidate revision of release repo: failed to load ci-operator configuration from release repo: failed to load ci-operator config (error converting YAML to JSON: yaml: line 60: did not find expected key)
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 abort to abort all active rehearsals

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.

Copy link
Contributor

@atheo89 atheo89 left a comment

Choose a reason for hiding this comment

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

Added some review commends. Once you pass this PR from a second iteration of fixes you will need to run on your PC make job this will auto generate some files that will fix the complaining jobs

@@ -58,7 +58,7 @@ images:
- context_dir: base/ubi9-python-3.9
dockerfile_path: Dockerfile
to: base-ubi9-python-3.9
- context_dir: jupyter/minimal/ubi9-python-3.9
- context_dir: jupyter/minimal/ubi9-python-3.9
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove the space

Suggested change
- context_dir: jupyter/minimal/ubi9-python-3.9
- context_dir: jupyter/minimal/ubi9-python-3.9

Comment on lines 1024 to 1032
run_if_changed: (base\/ubi9-python-3.9\/*)|(jupyter\/tensorflow\/ubi9-python-3.9\/*)|(jupyter\/datacience\/ubi9-python-3.9\/*)|(jupyter\/tensorflow\/ubi9-python-3.9\/*)
steps:
dependencies:
SOURCE_IMAGE_REF: jupyter-amd-tensorflow-ubi9-python-3.9
env:
IMAGE_REPO: workbench-images
IMAGE_TAG: YearIndex
RELEASE_VERSION: jupyter-amd-tensorflow-ubi9-python-3.9
workflow: opendatahub-io-ci-image-mirror
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm what is that block? This is could be removed i guess, since you have already added on the lines 974-993

IMAGE_REPO: workbench-images
IMAGE_TAG: YearIndex
RELEASE_VERSION: jupyter-amd-tensorflow-ubi9-python-3.9
workflow: opendatahub-io-ci-image-mirror
- as: notebooks-e2e-tests
skip_if_only_changed: ^docs\/|.github\/workflows\/*|\\.(md)$|^(\.gitignore|LICENSE|OWNERS|PROJECT)$
Copy link
Contributor

Choose a reason for hiding this comment

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

You will also need to add e2e test section:
This should be added under habana-notebooks-e2e-tests job and you may call it as amd-notebooks-e2e-test
In there you will need to do something similar that we do for the rest.

@openshift-ci-robot
Copy link
Contributor

@dibryant, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

couldn't prepare candidate: couldn't rebase candidate onto master: %!w(<nil>)
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 abort to abort all active rehearsals

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.

Copy link
Member

@harshad16 harshad16 left a comment

Choose a reason for hiding this comment

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

Thank you for the awesome work
some comments.

dockerfile_path: Dockerfile
from: amd-jupyter-minimal-ubi9-python-3.9
to: amd-jupyter-datascience-ubi9-python-3.9
- context_dir: jupyter/tensorflow/ubi9-python-3.9
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- context_dir: jupyter/tensorflow/ubi9-python-3.9
- context_dir: jupyter/amd/tensorflow/ubi9-python-3.9

dockerfile_path: Dockerfile
from: amd-jupyter-datascience-ubi9-python-3.9
to: amd-jupyter-tensorflow-ubi9-python-3.9
- context_dir: jupyter/pytorch/ubi9-python-3.9
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- context_dir: jupyter/pytorch/ubi9-python-3.9
- context_dir: jupyter/amd/pytorch/ubi9-python-3.9

Comment on lines 955 to 919
- as: notebook-amd-jupyter-ds-ubi9-python-3-9-image-mirror
postsubmit: true
steps:
dependencies:
SOURCE_IMAGE_REF: amd-jupyter-datascience-ubi9-python-3.9
env:
IMAGE_REPO: workbench-images
IMAGE_TAG: YearIndex
RELEASE_VERSION: amd-jupyter-datascience-ubi9-python-3.9
workflow: opendatahub-io-ci-image-mirror
Copy link
Member

Choose a reason for hiding this comment

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

For now, we can drop the AMD data-science and minimal, as we are not gonna provide them in.
leaving this for future.

Remove these lines, and the minimal as well, as we don't really provide them to the user.

@@ -160,7 +160,19 @@ images:
- context_dir: jupyter/minimal/ubi9-python-3.9
dockerfile_path: Dockerfile
from: amd-c9s-python-3.9
to: amd-jupyter-minimal-c9s-python-3.9
to: amd-jupyter-minimal-ubi9-python-3.9
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
to: amd-jupyter-minimal-ubi9-python-3.9
to: amd-jupyter-minimal-c9s-python-3.9

Even though we use the directory, ubi9-python-3.9
we are still basing these on centos , so we should use the centos in naming them
can you do this for the below ones as well.

@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 25, 2024
@openshift-ci-robot openshift-ci-robot added rehearsals-ack Signifies that rehearsal jobs have been acknowledged and removed rehearsals-ack Signifies that rehearsal jobs have been acknowledged labels Jul 17, 2024
@openshift-ci-robot
Copy link
Contributor

@dibryant, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

could not load configuration from candidate revision of release repo: [failed to load ci-operator configuration from release repo: invalid ci-operator config: configuration has 12 errors:

 * images[41]: duplicate image name 'rocm-jupyter-minimal-ubi9-python-3.9' (previously defined by field 'images[38]')
 * images[42]: duplicate image name 'rocm-jupyter-datascience-ubi9-python-3.9' (previously defined by field 'images[39]')
 * images[43]: duplicate image name 'rocm-jupyter-tensorflow-ubi9-python-3.9' (previously defined by field 'images[40]')
 * tests: found duplicated test: (notebook-rocm-ubi9-python-3-9-image-mirror,notebook-rocm-ubi9-python-3-9-pr-image-mirror,notebook-rocm-jupyter-tf-ubi9-python-3-9-image-mirror,notebook-rocm-jupyter-tf-ubi9-python-3-9-pr-image-mirror,notebook-rocm-jupyter-pyt-ubi9-python-3-9-image-mirror,notebook-rocm-jupyter-pyt-ubi9-python-3-9-pr-image-mirror,rocm-notebooks-e2e-tests)
 * tests[72]: either `commands`, `steps`, or `literal_steps` should be set
 * tests[72] has no type, you may want to specify 'container' for a container based test
 * tests[74]: either `commands`, `steps`, or `literal_steps` should be set
 * tests[74] has no type, you may want to specify 'container' for a container based test
 * tests[76]: either `commands`, `steps`, or `literal_steps` should be set
 * tests[76] has no type, you may want to specify 'container' for a container based test
 * tests[78]: either `commands`, `steps`, or `literal_steps` should be set
 * tests[78] has no type, you may want to specify 'container' for a container based test
, failed to load Prow configuration from release repo: could not set regex: for job pull-ci-opendatahub-io-notebooks-main-notebook-rocm-jupyter-pyt-ubi9-python-3-9-pr-image-mirror, rerun command "/test notebook-rocm-jupyter-pyt-ubi9-python-3-9-pr-image-mirror" does not match trigger "(?m)^/test( | .* )notebook-jupyter-trustyai-ubi9-python-3-9-pr-image-mirror,?($|\s.*)"]
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 abort to abort all active rehearsals

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.

@openshift-ci-robot
Copy link
Contributor

@dibryant, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

could not load configuration from candidate revision of release repo: [failed to load ci-operator configuration from release repo: invalid ci-operator config: configuration has 12 errors:

 * images[41]: duplicate image name 'rocm-jupyter-minimal-ubi9-python-3.9' (previously defined by field 'images[38]')
 * images[42]: duplicate image name 'rocm-jupyter-datascience-ubi9-python-3.9' (previously defined by field 'images[39]')
 * images[43]: duplicate image name 'rocm-jupyter-tensorflow-ubi9-python-3.9' (previously defined by field 'images[40]')
 * tests: found duplicated test: (notebook-rocm-ubi9-python-3-9-image-mirror,notebook-rocm-ubi9-python-3-9-pr-image-mirror,notebook-rocm-jupyter-tf-ubi9-python-3-9-image-mirror,notebook-rocm-jupyter-tf-ubi9-python-3-9-pr-image-mirror,notebook-rocm-jupyter-pyt-ubi9-python-3-9-image-mirror,notebook-rocm-jupyter-pyt-ubi9-python-3-9-pr-image-mirror,rocm-notebooks-e2e-tests)
 * tests[72]: either `commands`, `steps`, or `literal_steps` should be set
 * tests[72] has no type, you may want to specify 'container' for a container based test
 * tests[74]: either `commands`, `steps`, or `literal_steps` should be set
 * tests[74] has no type, you may want to specify 'container' for a container based test
 * tests[76]: either `commands`, `steps`, or `literal_steps` should be set
 * tests[76] has no type, you may want to specify 'container' for a container based test
 * tests[78]: either `commands`, `steps`, or `literal_steps` should be set
 * tests[78] has no type, you may want to specify 'container' for a container based test
, failed to load Prow configuration from release repo: could not set regex: for job pull-ci-opendatahub-io-notebooks-main-notebook-rocm-jupyter-pyt-ubi9-python-3-9-pr-image-mirror, rerun command "/test notebook-rocm-jupyter-pyt-ubi9-python-3-9-pr-image-mirror" does not match trigger "(?m)^/test( | .* )notebook-jupyter-trustyai-ubi9-python-3-9-pr-image-mirror,?($|\s.*)"]
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 abort to abort all active rehearsals

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.

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 17, 2024
Copy link
Contributor

openshift-ci bot commented Jul 17, 2024

@dibryant: 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/rehearse/opendatahub-io/notebooks/main/rocm-notebooks-e2e-tests 50b9139 link unknown /pj-rehearse pull-ci-opendatahub-io-notebooks-main-rocm-notebooks-e2e-tests
ci/rehearse/opendatahub-io/notebooks/main/notebook-rocm-jupyter-tf-c9s-python-3-9-pr-image-mirror 50b9139 link unknown /pj-rehearse pull-ci-opendatahub-io-notebooks-main-notebook-rocm-jupyter-tf-c9s-python-3-9-pr-image-mirror

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.

Copy link
Member

@harshad16 harshad16 left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve
/unhold
/pj-rehearse ack
thanks 👍

@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Jul 19, 2024
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 19, 2024
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 19, 2024
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 19, 2024
@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@dibryant: 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-opendatahub-io-notebooks-main-notebook-rocm-jupyter-pyt-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Presubmit changed
pull-ci-opendatahub-io-notebooks-main-notebook-rocm-jupyter-tf-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Presubmit changed
pull-ci-opendatahub-io-notebooks-main-notebook-rocm-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Presubmit changed
pull-ci-opendatahub-io-notebooks-main-rocm-notebooks-e2e-tests opendatahub-io/notebooks presubmit Presubmit changed
pull-ci-opendatahub-io-notebooks-main-amd-runtimes-ubi9-e2e-tests opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-anaconda-ubi8-e2e-tests opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-codeserver-notebook-e2e-tests opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-habana-notebooks-e2e-tests opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-images opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-intel-notebooks-e2e-tests opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-jupyter-datascience-anaconda-python-3-8-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-base-c9s-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-base-ubi8-python-3-8-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-base-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-codeserver-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-c9s-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-jupyter-ds-ubi8-python-3-8-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-jupyter-ds-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-jupyter-minimal-ubi8-python-3-8-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-jupyter-minimal-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-jupyter-tf-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-rstudio-c9s-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-ubi8-python-3-8-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-cuda-ubi9-python-3-9-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed
pull-ci-opendatahub-io-notebooks-main-notebook-habana-1-10-0-ubi8-python-3-8-pr-image-mirror opendatahub-io/notebooks presubmit Ci-operator config changed

A total of 53 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

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 abort to abort all active rehearsals

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.

@harshad16
Copy link
Member

/lgtm
/approve
/pj-rehearse ack
thanks 👍

@openshift-ci-robot
Copy link
Contributor

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

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 19, 2024
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 19, 2024
Copy link
Contributor

openshift-ci bot commented Jul 19, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: atheo89, dibryant, harshad16

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-merge-bot openshift-merge-bot bot merged commit c9ae12a into openshift:master Jul 19, 2024
17 checks passed
aviavraham pushed a commit to aviavraham/openshift_release that referenced this pull request Jul 22, 2024
aviavraham pushed a commit to aviavraham/openshift_release that referenced this pull request Jul 22, 2024
@dibryant dibryant deleted the amd branch July 24, 2024 13:14
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. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. rehearsals-ack Signifies that rehearsal jobs have been acknowledged
Projects
None yet
6 participants