Skip to content

build_spack sporadically fails due to timeout #81

@BenjaminRodenberg

Description

@BenjaminRodenberg

The test build_spack sporadically fails due to a timeout. First some background:

The test tries to build the spack package for the python bindings using the recipe from this repository. To reduce the runtime to a sane level I use the image benjaminrueth/ci-spack-pyprecice-deps-1804 where all the necessary dependencies are already built. However, sometimes the test fails to pick up the provided spack packages and begins building everything from scratch. To avoid this enormous waste of resources I decided to implement a 5 minutes timeout.

The reason for the failing test is therefore the following: Sometimes the test does not pick up the provided dependencies and fails due to timeout. Why? Can we fix this? I already realized that running the test (after failure) a second or even third time results in a successful run. This is good enough for development, but not really a satisfactory workflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions