Skip to content

[ROS1] migrate ci to gha #306

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

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
40 changes: 40 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: GHA CI

on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0" # every Sunday at midnight
workflow_dispatch:

jobs:
industrial_ci:
name: GHA CI
runs-on: ubuntu-latest
timeout-minutes: 60

env:
ADDITIONAL_DEBS: 'apt-utils dialog git'
AFTER_SCRIPT: 'rosenv sh .ci.xacro_test.sh'
CATKIN_LINT: pedantic
CATKIN_LINT_ARGS: '--ignore description_boilerplate'
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
PYLINT_ARGS: '--output-format=parseable --errors-only'
PYLINT_CHECK: true
ROS_REPO: main

strategy:
matrix:
include:
- { ROS_DISTRO: noetic }

steps:
- uses: actions/checkout@v4
with:
submodules: true
lfs: true
ssh-known-hosts: ''

- uses: ros-industrial/industrial_ci@master
with:
config: ${{toJSON(matrix)}}
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
cob_common
===========

## ROS Distro Support
## GitHub Actions - Continuous Integration

| | Indigo | Jade | Kinetic | Melodic |
|:-------:|:------:|:----:|:-------:|:-------:|
| Branch | [`indigo_dev`](https://github.com/ipa320/cob_common/tree/indigo_dev) | [`indigo_dev`](https://github.com/ipa320/cob_common/tree/indigo_dev) | [`kinetic_dev`](https://github.com/ipa320/cob_common/tree/kinetic_dev) | [`kinetic_dev`](https://github.com/ipa320/cob_common/tree/kinetic_dev) |
| Status | supported | not supported | supported | supported |
| Version | [version](http://repositories.ros.org/status_page/ros_indigo_default.html?q=cob_common) | [version](http://repositories.ros.org/status_page/ros_jade_default.html?q=cob_common) | [version](http://repositories.ros.org/status_page/ros_kinetic_default.html?q=cob_common) | [version](http://repositories.ros.org/status_page/ros_melodic_default.html?q=cob_common) |
CI-Status ```kinetic_dev```: [![GHA CI](https://github.com/4am-robotics/cob_common/actions/workflows/main.yml/badge.svg?branch=indigo_dev)](https://github.com/4am-robotics/cob_docking/actions/workflows/main.yml?query=branch%3Aindigo_dev)

## Travis - Continuous Integration

Status: [![Build Status](https://app.travis-ci.com/ipa320/cob_common.svg?branch=kinetic_dev)](https://app.travis-ci.com/ipa320/cob_common)

## ROS Buildfarm

| | Indigo Source | Indigo Debian | Jade Source | Jade Debian | Kinetic Source | Kinetic Debian | Melodic Source | Melodic Debian |
|:-------:|:-------------:|:-------------:|:-----------:|:-----------:|:--------------:|:--------------:|:--------------:|:--------------:|
| cob_common | [![not released](http://build.ros.org/buildStatus/icon?job=Isrc_uT__cob_common__ubuntu_trusty__source)](http://build.ros.org/view/Isrc_uT/job/Isrc_uT__cob_common__ubuntu_trusty__source/) | [![not released](http://build.ros.org/buildStatus/icon?job=Ibin_uT64__cob_common__ubuntu_trusty_amd64__binary)](http://build.ros.org/view/Ibin_uT64/job/Ibin_uT64__cob_common__ubuntu_trusty_amd64__binary/) | [![not released](http://build.ros.org/buildStatus/icon?job=Jsrc_uT__cob_common__ubuntu_trusty__source)](http://build.ros.org/view/Jsrc_uT/job/Jsrc_uT__cob_common__ubuntu_trusty__source/) | [![not released](http://build.ros.org/buildStatus/icon?job=Jbin_uT64__cob_common__ubuntu_trusty_amd64__binary)](http://build.ros.org/view/Jbin_uT64/job/Jbin_uT64__cob_common__ubuntu_trusty_amd64__binary/) | [![not released](http://build.ros.org/buildStatus/icon?job=Ksrc_uX__cob_common__ubuntu_xenial__source)](http://build.ros.org/view/Ksrc_uX/job/Ksrc_uX__cob_common__ubuntu_xenial__source/) | [![not released](http://build.ros.org/buildStatus/icon?job=Mbin_uB64__cob_common__ubuntu_xenial_amd64__binary)](http://build.ros.org/view/Mbin_uB64/job/Mbin_uB64__cob_common__ubuntu_xenial_amd64__binary/) | [![not released](http://build.ros.org/buildStatus/icon?job=Msrc_uB__cob_common__ubuntu_bionic__source)](http://build.ros.org/view/Msrc_uB/job/Msrc_uB__cob_common__ubuntu_bionic__source/) | [![not released](http://build.ros.org/buildStatus/icon?job=Mbin_uB64__cob_common__ubuntu_bionic_amd64__binary)](http://build.ros.org/view/Mbin_uB64/job/Mbin_uB64__cob_common__ubuntu_bionic_amd64__binary/) |


This is a repository for Care-O-bot URDF macros and common message/service descriptions.

Installation instructions and tutorials can be found at http://www.care-o-bot.org.