Skip to content

Conversation

@Noremac201
Copy link
Contributor

Make sure you have checked all steps below.

JIRA

Description

  • Here are some details about my PR, including screenshots of any UI changes:
    Previously the SSH operator was not respecting the passed in timeout to the operator. This changes that along with updating some logic inside to make it clearer what is happening based on passed in arguments.

Commits

  • My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "How to write a good git commit message":
    1. Subject is separated from body by a blank line
    2. Subject is limited to 50 characters
    3. Subject does not end with a period
    4. Subject uses the imperative mood ("add", not "adding")
    5. Body wraps at 72 characters
    6. Body explains "what" and "why", not "how"

Code Quality

  • Passes git diff upstream/master -u -- "*.py" | flake8 --diff

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break backward compatibility :'(

@codecov-io
Copy link

Codecov Report

Merging #3553 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3553   +/-   ##
=======================================
  Coverage   76.83%   76.83%           
=======================================
  Files         204      204           
  Lines       15485    15485           
=======================================
  Hits        11898    11898           
  Misses       3587     3587

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 985a433...34a4e4d. Read the comment docs.

@Noremac201
Copy link
Contributor Author

You're right, I've reverted that back.

@Noremac201
Copy link
Contributor Author

Fixed by #3473

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

Successfully merging this pull request may close these issues.

3 participants