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

TIMEOUT_MINS default doesn't seem to work for codefresh-run #462

Open
ToddBradley opened this issue Mar 30, 2022 · 0 comments
Open

TIMEOUT_MINS default doesn't seem to work for codefresh-run #462

ToddBradley opened this issue Mar 30, 2022 · 0 comments

Comments

@ToddBradley
Copy link

I see in the code where TIMEOUT_MINS has a default value of 45 (minutes). But I'm not convinced that actually works. I have a couple pipelines that run about 2 hours but don't time out.

The pipeline definition is very simple:

version: "1.0"

steps:
  test:
    title: "Running All Mid Tier Tests on develop-shadow"
    type: codefresh-run
    arguments:
      PIPELINE_ID: platform/SystemTestAndReport
      VARIABLE: 
        - SUT_NAMESPACE=develop-shadow
        - PYTEST_MARK=all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant