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

Use agent_on_jenkins label for jobs which should run on that node. #936

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 27, 2022

  1. Update label expression for consistent style.

    Other compound label expressions in this repository and in configuration
    files use spaces between the operators and
    strings.
    nuclearsandwich committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    7a2e520 View commit details
    Browse the repository at this point in the history
  2. Update label expression to include agent_on_jenkins.

    The agent_on_master was renamed to agent_on_jenkins in the migration to
    cookbook-ros-buildfarm and Ubuntu 20.04. To maintain compatibility the
    cookbook still applies the label agent_on_master to the agent_on_jenkins
    but since Jenkins upstream is updating the name of the built-in agent
    this seems like a good time to update the labels in ROS build farm.
    
    A future release of ROS Buildfarm can remove the old names and simplify
    the label expressions again.
    nuclearsandwich committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    9493f52 View commit details
    Browse the repository at this point in the history