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

add ros and gazebo manifests to CI trigger list #372

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions .github/workflows/gazebo_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- 'gazebo/10/**'
- 'gazebo/9/**'
- 'gazebo/7/**'
- 'gazebo/gazebo'
push:
paths:
- 'gazebo/10/**'
- 'gazebo/9/**'
- 'gazebo/7/**'
- 'gazebo/gazebo'
schedule:
# Trigger daily to check for upstream changes
- cron: '0 0 * * *'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ros_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- 'ros/dashing/**'
- 'ros/melodic/**'
- 'ros/kinetic/**'
- 'ros/ros'
push:
paths:
- 'ros/eloquent/**'
- 'ros/dashing/**'
- 'ros/melodic/**'
- 'ros/kinetic/**'
- 'ros/ros'
schedule:
# Trigger daily to check for upstream changes
- cron: '0 0 * * *'
Expand Down
5 changes: 0 additions & 5 deletions ros/ros
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ Architectures: amd64, arm32v7, arm64v8
GitCommit: f2b13092747c0f60cf7608369b57ea89bc01e22d
Directory: ros/kinetic/ubuntu/xenial/robot

Tags: kinetic-perception, kinetic-perception-xenial
Architectures: amd64, arm32v7, arm64v8
GitCommit: f2b13092747c0f60cf7608369b57ea89bc01e22d
Directory: ros/kinetic/ubuntu/xenial/perception


################################################################################
# Release: melodic
Expand Down