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

🐛 Adjust e2e test after the repo structure has changed #134

Merged
merged 8 commits into from
Jul 22, 2024

Merge branch 'main' into fix/adjust-e2e-tests

1c222da
Select commit
Loading
Failed to load commit list.
Merged

🐛 Adjust e2e test after the repo structure has changed #134

Merge branch 'main' into fix/adjust-e2e-tests
1c222da
Select commit
Loading
Failed to load commit list.
SCS Zuul / scs/e2e-quick-test failed Sep 13, 2024 in 0s

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

See this annotation in the file changed.

@scs-zuul 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

See this annotation in the file changed.

@scs-zuul scs-zuul / scs/e2e-quick-test

.zuul.yaml#L2-L22

Job openstack-access-base not defined