Skip to content

Commit

Permalink
[ign-launch2] Workflow updates (#27)
Browse files Browse the repository at this point in the history
* [ign-launch2] Workflow updates

Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored May 12, 2020
1 parent 9df23a5 commit f72ce19
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# More info:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

* @nkoenig
tutorials/* @maryaB-osr
36 changes: 36 additions & 0 deletions .github/workflows/ci-bionic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Ubuntu Bionic CI

on: [push, pull_request]

jobs:
bionic-ci:
runs-on: ubuntu-latest
name: Ubuntu Bionic CI
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Bionic CI
id: ci
uses: ignition-tooling/ubuntu-bionic-ci-action@master
with:
apt-dependencies: |
libyaml-dev
libwebsockets-dev
libtinyxml2-dev
python-yaml
libgflags-dev
binutils-dev
libignition-cmake2-dev
libignition-common3-dev
libignition-fuel-tools4-dev
libignition-gazebo3-dev
libignition-gui3-dev
libignition-math6-dev
libignition-math6-eigen3-dev
libignition-msgs5-dev
libignition-plugin-dev
libignition-tools-dev
libignition-rendering3-dev
libignition-transport8-dev
libsdformat9-dev
codecov-token: ${{ secrets.CODECOV_TOKEN }}
13 changes: 13 additions & 0 deletions .github/workflows/pr-collection-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PR Collection Labeler

on: pull_request

jobs:
pr_collection_labeler:
runs-on: ubuntu-latest
steps:
- name: Add collection labels
if: github.event.action == 'opened'
uses: ignition-tooling/pr-collection-labeler@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
19 changes: 19 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
issues:
types: [opened]
pull_request:
types: [opened]
name: Ticket opened
jobs:
assign:
name: Add ticket to inbox
runs-on: ubuntu-latest
steps:
- name: Add ticket to inbox
uses: technote-space/create-project-card-action@v1
with:
PROJECT: Core development
COLUMN: Inbox
GITHUB_TOKEN: ${{ secrets.TRIAGE_TOKEN }}
CHECK_ORG_PROJECT: true

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

Build | Status
-- | --
Test coverage | [![codecov](https://codecov.io/bb/ignitionrobotics/ign-launch/branch/default/graph/badge.svg)](https://codecov.io/bb/ignitionrobotics/ign-launch)
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-default-bionic-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-default-bionic-amd64)
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-default-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-default-homebrew-amd64)
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-default-windows7-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-default-windows7-amd64)
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-launch/branch/ign-launch2/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-launch)
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-ign-launch2-bionic-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-ign-launch2-bionic-amd64)
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-ign-launch2-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-ign-launch2-homebrew-amd64)
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-ign-launch2-windows7-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-ign-launch2-windows7-amd64)

Ignition Launch, a component of [Ignition
Robotics](https://ignitionrobotics.org), provides a command line interface
to run and manager application and plugins.
to run and manager application and plugins.

# Table of Contents

Expand Down Expand Up @@ -112,7 +112,7 @@ necessary prerequisites followed by building from source.
```
```
sudo apt-get -y install libignition-cmake2-dev libignition-gazebo2-dev
sudo apt-get -y install libignition-cmake2-dev libignition-gazebo2-dev
```
### Building from source
Expand All @@ -137,7 +137,7 @@ necessary prerequisites followed by building from source.
# Usage
Sample launch configuration files are in the [examples directory](https://github.com/ignitionrobotics/ign-launch/blob/master/examples/).
Sample launch configuration files are in the [examples directory](https://github.com/ignitionrobotics/ign-launch/blob/ign-launch2/examples/).
**Example**
Expand Down
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipelines:
- wget http://packages.osrfoundation.org/gazebo.key -O - | apt-key add -
- apt-get update
- apt-get -y install
cmake build-essential curl git mercurial cppcheck g++-8 libyaml-dev
cmake build-essential curl git cppcheck g++-8 libyaml-dev
libwebsockets-dev
doxygen ruby-ronn libtinyxml2-dev software-properties-common
clang-tidy-6.0 libclang-6.0-dev python-yaml libgflags-dev binutils-dev
Expand Down
2 changes: 0 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
codecov:
branch: default
ignore:
- "test"

0 comments on commit f72ce19

Please sign in to comment.