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

Platforms not selected from host on Cycle > 1 #4167

Closed
wxtim opened this issue Apr 12, 2021 · 1 comment · Fixed by #4169
Closed

Platforms not selected from host on Cycle > 1 #4167

wxtim opened this issue Apr 12, 2021 · 1 comment · Fixed by #4169
Assignees
Labels
bug Something is wrong :(
Milestone

Comments

@wxtim
Copy link
Member

wxtim commented Apr 12, 2021

Describe the bug
Running a workflow such as

[scheduler]
    UTC mode = true

[scheduling]
    initial cycle point = 2013
    final cycle point = 2015
    [[graph]]
        P1Y = my_task

[runtime]
    [[my_task]]
        script = echo "HOSTNAME: ${HOSTNAME}"
        # platform = testplat
        [[[remote]]]
            host = testplat

Only Cycle 1 runs correctly on testplat, subsequent cycles run my_task on localhost.

Where global.cylc

[platforms]
    [[testplat]]
        hosts = testplat
        ssh command = ssh -oBatchMode=yes -oConnectTimeout=10 -q
        retrieve job logs = true

Expected behavior
Each cycle should run on the same remote platform.

Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read CONTRIBUTING.md before starting any work though).

@wxtim wxtim added the bug Something is wrong :( label Apr 12, 2021
@wxtim wxtim self-assigned this Apr 12, 2021
@wxtim wxtim added this to the cylc-8.0b1 milestone Apr 12, 2021
@oliver-sanders
Copy link
Member

Could you add your global configuration for the testplat platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
2 participants