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

actions: fudge /etc/hosts #4176

Merged
merged 9 commits into from
Apr 20, 2021
Merged

Commits on Apr 16, 2021

  1. actions: fudge /etc/hosts

    * ask the host for its names then use those to configure /etc/hosts
    * nasty hack to deal with broken DNS on GH actions
    * actions/runner-images#3185
    oliver-sanders committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f0b43a5 View commit details
    Browse the repository at this point in the history
  2. message: don't attempt tcp connect for comms meth = poll

    * skip tcp comms if comms method == poll
    * convert comms method to enum
    oliver-sanders committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    41be61c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f895de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1468b6e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. tests/f: fix cylc-poll/13, cylc-poll/16

    * wait for long enough for the started message to get picked up by the
      scheduler
    * this test was passing before because it wasn't testing polling
      properly (because poll task comms was attempting TCP comms anyway)
    oliver-sanders committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    8db13e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eca9e6 View commit details
    Browse the repository at this point in the history
  3. tests/f: fix platforms/03

    * test was not suitible for use with polling task comms
    oliver-sanders committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e420d44 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update cylc/flow/network/client.py

    Co-authored-by: Melanie Hall <37735232+datamel@users.noreply.github.com>
    oliver-sanders and datamel committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e81a1fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f36c5d View commit details
    Browse the repository at this point in the history