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

Skip python-networking-cisco from trackupstream #3755

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions jenkins/ci.opensuse.org/openstack-trackupstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"openstack-trove",
"python-monasca-common",
"python-monasca-statsd",
"python-networking-cisco",
Copy link
Contributor

Choose a reason for hiding this comment

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

It's red across the board, let's just remove it from line 86 above completely?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's red across the board, let's just remove it from line 86 above completely?

That'll work too. I was following the previous pattern of skipping the vmware packages. But if the package is no longer needed, we can remove it altogether.

Copy link
Contributor

Choose a reason for hiding this comment

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

As of now https://opendev.org/x/networking-cisco/commits/branch/master didn't have any commit since the 7.0.0 release we ship, except the Opendev migration. https://pypi.org/project/networking-cisco/ is the same. The package is not present in rpm-packaging. The _service file doesn't contain anything that will make it automatically update. The job is now green, but it will AFAIK never do anything.

Yes, removal from this job makes more sense.

"python-vmware-nsxlib",
"python-vmware-nsx"
].contains(component) ||
Expand All @@ -114,6 +115,7 @@
"openstack-rally",
"openstack-tempest",
"python-monasca-statsd",
"python-networking-cisco",
"python-vmware-nsxlib",
"python-vmware-nsx",
].contains(component) ||
Expand Down