Skip to content
Snippets Groups Projects
  • Guido Casati's avatar
    2333cdab
    Add check on force_local in custom_command handling · 2333cdab
    Guido Casati authored
    * The force_local flag was introduced earlier in the main CI script
      in order to run a CI test locally. The flag was missing in the
      Custom_Command handling, which was still targeting the node specified
      in the test configuration file. With this commit, if force_local
      is enabled the node for the Custom_Command is set to localhost.
    2333cdab
    History
    Add check on force_local in custom_command handling
    Guido Casati authored
    * The force_local flag was introduced earlier in the main CI script
      in order to run a CI test locally. The flag was missing in the
      Custom_Command handling, which was still targeting the node specified
      in the test configuration file. With this commit, if force_local
      is enabled the node for the Custom_Command is set to localhost.