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

Cylc Check Version: Broken for Cylc 7 platform settings #6342

Open
wxtim opened this issue Aug 30, 2024 · 0 comments
Open

Cylc Check Version: Broken for Cylc 7 platform settings #6342

wxtim opened this issue Aug 30, 2024 · 0 comments
Labels
bug Something is wrong :( small
Milestone

Comments

@wxtim
Copy link
Member

wxtim commented Aug 30, 2024

Reproducible Example

# global.cylc
[platforms]
    [[myplatform]]
        hosts = remote_host
# flow.cylc
[runtime]
    [[foo]]
        [[[remote]]]
            host = remote_host
cylc check-version <workflow>
# returns nothing, doesn't check `remote_host`

Cause

This line is getting a list of platform names from the runtime, but ignoring other runtime settings:

@wxtim wxtim added the bug Something is wrong :( label Aug 30, 2024
@wxtim wxtim added this to the 8.x milestone Aug 30, 2024
@wxtim wxtim added the small label Aug 30, 2024
@oliver-sanders oliver-sanders changed the title Cylc Check Hosts: Broken for Cylc 7 platform settings Cylc Check Version: Broken for Cylc 7 platform settings Aug 30, 2024
@oliver-sanders oliver-sanders modified the milestones: 8.x, some-day Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :( small
Projects
None yet
Development

No branches or pull requests

2 participants