Skip to content

zuul: remove networking job#2351

Merged
mandre merged 1 commit intogophercloud:masterfrom
EmilienM:zuul_cleanup
Feb 16, 2022
Merged

zuul: remove networking job#2351
mandre merged 1 commit intogophercloud:masterfrom
EmilienM:zuul_cleanup

Conversation

@EmilienM
Copy link
Copy Markdown
Contributor

we replaced it by github actions, coverage is better now and more
stable.

@EmilienM EmilienM changed the title zuul: remove network job zuul: remove networking job Feb 14, 2022
@coveralls
Copy link
Copy Markdown

coveralls commented Feb 14, 2022

Coverage Status

Coverage remained the same at 79.903% when pulling ef7a386 on EmilienM:zuul_cleanup into 408025a on gophercloud:master.

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci bot commented Feb 14, 2022

Zuul encountered a syntax error while parsing its configuration in the
repo gophercloud/gophercloud on branch master. The error was:

Job gophercloud-acceptance-test-legacy not defined

The error appears in the following job stanza:

job:
name: gophercloud-acceptance-test-stein
parent: gophercloud-acceptance-test-legacy
nodeset: ubuntu-xenial
description: |
Run gophercloud acceptance test on stein branch
vars:
global_env:
OS_BRANCH: stable/stein

in "gophercloud/gophercloud/.zuul.yaml@master", line 231, column 3

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci bot commented Feb 14, 2022

Build succeeded.

Copy link
Copy Markdown
Contributor

@mandre mandre left a comment

Choose a reason for hiding this comment

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

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

we replaced it by github actions, coverage is better now and more
stable.
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci bot commented Feb 15, 2022

Build succeeded.

@mandre mandre merged commit 73752c2 into gophercloud:master Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants