🐛 Adjust e2e test after the repo structure has changed #134
Summary
Zuul encountered a syntax error while parsing its
configuration in the repo SovereignCloudStack/cluster-stacks on branch main. The
problem was:
Job openstack-access-base not defined
The problem appears in the the "openstack-e2e-abstract" job stanza:
job:
name: openstack-e2e-abstract
abstract: true
parent: openstack-access-base
description: |
An abstract job for e2e testing of cluster stacks project.
This job is not intended to be run directly, but instead
must be inherited from it.
pre-run: playbooks/dependencies.yaml
...
in "SovereignCloudStack/cluster-stacks/.zuul.yaml@main", line 2
Warning:
Zuul encountered a deprecated syntax while parsing its
configuration in the repo SovereignCloudStack/cluster-stacks on branch main. The
problem was:
The cleanup-run job attribute is deprecated. Replace it with
post-run playbooks with the cleanup
attribute set.
The problem appears in the "cleanup-run" attribute
of the "openstack-e2e-abstract" job stanza:
job:
name: openstack-e2e-abstract
abstract: true
parent: openstack-access-base
description: |
An abstract job for e2e testing of cluster stacks project.
This job is not intended to be run directly, but instead
must be inherited from it.
pre-run: playbooks/dependencies.yaml
...
in "SovereignCloudStack/cluster-stacks/.zuul.yaml@main", line 3
Annotations
Check warning on line 22 in .zuul.yaml
scs-zuul / scs/e2e-quick-test
.zuul.yaml#L2-L22
The cleanup-run job attribute is deprecated. Replace it with
post-run playbooks with the `cleanup` attribute set.
Check warning on line 22 in .zuul.yaml
scs-zuul / scs/e2e-quick-test
.zuul.yaml#L2-L22
Job openstack-access-base not defined