zuul: remove networking job#2351
zuul: remove networking job#2351mandre merged 1 commit intogophercloud:masterfrom EmilienM:zuul_cleanup
Conversation
|
Zuul encountered a syntax error while parsing its configuration in the Job gophercloud-acceptance-test-legacy not defined The error appears in the following job stanza: job: in "gophercloud/gophercloud/.zuul.yaml@master", line 231, column 3 |
|
Build succeeded.
|
mandre
left a comment
There was a problem hiding this comment.
Cool, the dns, loadbalancer and networking jobs were moved to github actions in #2329, #2328 and #2318 respectively.
I'm less sure about removing all services from the gophercloud-acceptance-test-legacy job. We're decreasing test coverage until we port the remaining services to github action. IMO we should keep the ones we haven't ported yet in that job.
| - acceptance/openstack/blockstorage/extensions | ||
| - acceptance/openstack/blockstorage/v3 | ||
| - acceptance/openstack/compute/v2 | ||
| - acceptance/openstack/container/v1 |
There was a problem hiding this comment.
Shouldn't we leave in the legacy job services that haven't yet been ported to github action?
From that list, I think we're missing:
- container
- orchestration
- placement
- sharedfilesystems
we replaced it by github actions, coverage is better now and more stable.
|
Build succeeded.
|
we replaced it by github actions, coverage is better now and more
stable.