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

chore: set default timeouts #4066

Merged
merged 30 commits into from May 12, 2023
Merged

chore: set default timeouts #4066

merged 30 commits into from May 12, 2023

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    7a08e4c View commit details
    Browse the repository at this point in the history
  2. refactor: rename timeout constants for clarity

    Also use the same case-style.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b10a595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9afc8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c8dc11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df5562 View commit details
    Browse the repository at this point in the history
  6. chore: change default run and test action timeouts to 600s

    BREAKING CHANGE
    
    This can affect existing pipelines with long-running tests and tasks. The old value was 60000 seconds.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    8c81431 View commit details
    Browse the repository at this point in the history
  7. chore: remove duplicate constant

    Use `DEFAULT_RUN_TIMEOUT_SEC` everywhere.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0b99f31 View commit details
    Browse the repository at this point in the history
  8. docs: re-generated docs

    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2e3f470 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03ac5ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cac6955 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d754f43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41caeb7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f35b1b4 View commit details
    Browse the repository at this point in the history
  14. chore: replace DEFAULT_BUILD_TIMEOUT by DEFAULT_BUILD_TIMEOUT_SEC

    Constant `DEFAULT_BUILD_TIMEOUT` was used only in tests, and was a duplicate of `DEFAULT_BUILD_TIMEOUT_SEC`.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f375f77 View commit details
    Browse the repository at this point in the history
  15. test: fix module version assertions

    The version was changed because the `timeout` field was set in the config.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    71979cd View commit details
    Browse the repository at this point in the history
  16. test: fix test assertions

    Now timeout is always defined in the root-level config and in each run/task spec.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    87efd53 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dd916c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9869b0e View commit details
    Browse the repository at this point in the history
  19. style: linting

    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    e5e9266 View commit details
    Browse the repository at this point in the history
  20. chore: use default Run action timeout (similarly to Test action)

    Use the same set pattern as in the Test action. The non-null timeout value is set in the downstream functions, so there is no harm.
    
    All action are planned to have non-null timeout, so the default value here will be omitted in the later commits.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4a80859 View commit details
    Browse the repository at this point in the history
  21. chore: non-optional timeout in BaseRunParams

    It's always set in the caller-side functions.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    93af1ac View commit details
    Browse the repository at this point in the history
  22. chore: added some TODOs

    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4cffa52 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8665c28 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    72208a2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e032d4f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    243a4a6 View commit details
    Browse the repository at this point in the history
  27. chore: fix typo

    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    61e9f50 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0613f4c View commit details
    Browse the repository at this point in the history
  29. test: fix test assertions

    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    e0f8515 View commit details
    Browse the repository at this point in the history
  30. chore: make timeout required in runBaseParams

    Non-optional value  is always set from outside.
    vvagaytsev committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f7c1cbf View commit details
    Browse the repository at this point in the history