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

[release-4.16] OCPBUGS-42441: Add O-RAN v3.0 Compliant API to PTP Event Producer #359

Merged
merged 11 commits into from
Oct 17, 2024

Conversation

Copy link
Contributor

openshift-ci bot commented Sep 24, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jzding

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

@jzding jzding changed the title [release-4.16] Add O-RAN v3.0 Compliant API to PTP Event Producer [release-4.16] CNF-12101: Add O-RAN v3.0 Compliant API to PTP Event Producer Sep 24, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

#316 🟢 add api-version flag
#315 🟢

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

#316 🟢 add api-version flag
#315
#320

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 openshift-eng/jira-lifecycle-plugin repository.

@jzding jzding changed the title [release-4.16] CNF-12101: Add O-RAN v3.0 Compliant API to PTP Event Producer [WIP] [release-4.16] CNF-12101: Add O-RAN v3.0 Compliant API to PTP Event Producer Sep 24, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

#316 🟢 add api-version flag
#315
#320
#323

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

#316 🟢 add api-version flag
#315
#320
#323
#326

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 openshift-eng/jira-lifecycle-plugin repository.

trigger overall sync-state event when either ptp-state-change
or os-clock-sync-state-change events are triggered.

Signed-off-by: Jack Ding <[email protected]>
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

#316 🟢 add api-version flag
#315
#320
#323
#326
#329

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

#316 🟢 add api-version flag
#315
#320
#323
#326
#329
#336

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

#316 🟢 add api-version flag
#315
#320
#323
#326
#329
#336
#335

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 openshift-eng/jira-lifecycle-plugin repository.

…fully delivered.

Also added API support for deleting all subscriptions:
DELETE /api/ocloudNotifications/v2/subscriptions

Signed-off-by: Jack Ding <[email protected]>
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

#316 🟢 add api-version flag
#315
#320
#323
#326
#329
#336
#335
#338

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 24, 2024

@jzding: This pull request references CNF-12101 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.z" version, but no target version was set.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

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 openshift-eng/jira-lifecycle-plugin repository.

@jzding jzding changed the title [WIP] [release-4.16] CNF-12101: Add O-RAN v3.0 Compliant API to PTP Event Producer [WIP] [release-4.16] OCPBUGS-42441: Add O-RAN v3.0 Compliant API to PTP Event Producer Sep 25, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 25, 2024

@jzding: This pull request references Jira Issue OCPBUGS-42441, which is invalid:

  • bug is open, matching expected state (open)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)
  • bug has dependents
  • dependent bug CNF-13372 is not in the required OCPBUGS project

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

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 openshift-eng/jira-lifecycle-plugin repository.

@jzding jzding changed the title [WIP] [release-4.16] OCPBUGS-42441: Add O-RAN v3.0 Compliant API to PTP Event Producer [release-4.16] OCPBUGS-42441: Add O-RAN v3.0 Compliant API to PTP Event Producer Sep 30, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Oct 16, 2024

@jzding: This pull request references Jira Issue OCPBUGS-42441, which is invalid:

  • bug is open, matching expected state (open)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)
  • bug has dependents
  • dependent bug CNF-13372 is not in the required OCPBUGS project

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

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 openshift-eng/jira-lifecycle-plugin repository.

Copy link
Contributor

openshift-ci bot commented Oct 16, 2024

@jzding: 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/prow/security 4660903 link false /test security

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.

@jzding
Copy link
Member Author

jzding commented Oct 16, 2024

/jira refresh

@openshift-ci-robot
Copy link

@jzding: This pull request references Jira Issue OCPBUGS-42441, which is valid.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.16.z) matches configured target version for branch (4.16.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note type set to "Release Note Not Required"
  • dependent bug Jira Issue OCPBUGS-43443 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-43443 targets the "4.17.z" version, which is one of the valid target versions: 4.17.0, 4.17.z
  • bug has dependents

In response to this:

/jira refresh

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 openshift-eng/jira-lifecycle-plugin repository.

@Bonnie-Block
Copy link

/label cherry-pick-approved

Copy link
Contributor

openshift-ci bot commented Oct 16, 2024

@Bonnie-Block: The label(s) cherry-pick-approved cannot be applied, because the repository doesn't have them.

In response to this:

/label cherry-pick-approved

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.

@aneeshkp
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Oct 17, 2024
@jzding jzding merged commit 614576c into redhat-cne:release-4.16 Oct 17, 2024
4 of 6 checks passed
@openshift-ci-robot
Copy link

@jzding: Jira Issue OCPBUGS-42441: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh.

Jira Issue OCPBUGS-42441 has not been moved to the MODIFIED state.

In response to this:

Backport O-RAN v3.0 compliant event API to 4.16.
Included in this PR:

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

Distgit: cloud-event-proxy
This PR has been included in build cloud-event-proxy-container-v4.16.0-202410171836.p0.g614576c.assembly.stream.el9.
All builds following this will include this PR.

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.

5 participants