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

Support New Netdata Swap Chart Name #338

Merged
merged 2 commits into from Jan 22, 2024

add netdata version to cpu info

3f56ba0
Select commit
Failed to load commit list.
Merged

Support New Netdata Swap Chart Name #338

add netdata version to cpu info
3f56ba0
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 18, 2024 in 10m 47s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #338 Support New Netdata Swap Chart Name.
Any changes that have been made to the indigo_dev branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV State
807.1 ROS_DISTRO=melodic passed
807.2 ROS_DISTRO=noetic passed

Build Configuration

Build Option Setting
Language Generic
Operating System Linux (Xenial)
Build Configuration
{
  "language": "generic",
  "services": [
    "docker"
  ],
  "notifications": {
    "email": {
      "on_success": "change",
      "on_failure": "always"
    }
  },
  "env": [
    "ROS_DISTRO=melodic",
    "ROS_DISTRO=noetic"
  ],
  "install": [
    "git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master"
  ],
  "script": [
    ".industrial_ci/travis.sh"
  ],
  "global_env": [
    "ADDITIONAL_DEBS='apt-utils curl dialog wget'",
    "CATKIN_LINT=pedantic",
    "CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'",
    "CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release",
    "PYLINT_ARGS=\"--output-format=parseable --errors-only --ignored-modules=catkin_pkg,cv2,itertools,gi,gtk,gtk.gdk,mechanize,numpy,paramiko,psutil,pygraphviz,pygtk,python_qt_binding,python_qt_binding.QtCore,requests,setuptools\"",
    "PYLINT_CHECK=true",
    "ROS_REPO=main"
  ],
  "os": "linux",
  "group": "stable",
  "dist": "xenial"
}