diff --git a/.github/workflows/jazzy-binary-main.yml b/.github/workflows/jazzy-binary-main.yml new file mode 100644 index 0000000..d69e700 --- /dev/null +++ b/.github/workflows/jazzy-binary-main.yml @@ -0,0 +1,22 @@ +name: Jazzy Binary Main +on: + workflow_dispatch: + branches: + - ros2 + pull_request: + branches: + - ros2 + push: + branches: + - ros2 + schedule: + - cron: '13 4 * * *' + +jobs: + binary: + uses: ./.github/workflows/reusable_ici.yml + with: + ros_distro: jazzy + ros_repo: main + ref_for_scheduled_build: ros2 + upstream_workspace: ur_simulation_gz-not-released.jazzy.repos diff --git a/.github/workflows/jazzy-binary-testing.yml b/.github/workflows/jazzy-binary-testing.yml new file mode 100644 index 0000000..44ddcc6 --- /dev/null +++ b/.github/workflows/jazzy-binary-testing.yml @@ -0,0 +1,22 @@ +name: Jazzy Binary Testing +on: + workflow_dispatch: + branches: + - ros2 + pull_request: + branches: + - ros2 + push: + branches: + - ros2 + schedule: + - cron: '13 4 * * *' + +jobs: + binary: + uses: ./.github/workflows/reusable_ici.yml + with: + ros_distro: jazzy + ros_repo: testing + ref_for_scheduled_build: ros2 + upstream_workspace: ur_simulation_gz-not-released.jazzy.repos diff --git a/.github/workflows/jazzy-semi-binary-main.yml b/.github/workflows/jazzy-semi-binary-main.yml new file mode 100644 index 0000000..0499aa2 --- /dev/null +++ b/.github/workflows/jazzy-semi-binary-main.yml @@ -0,0 +1,22 @@ +name: Jazzy Semi Binary Main +on: + workflow_dispatch: + branches: + - ros2 + pull_request: + branches: + - ros2 + push: + branches: + - ros2 + schedule: + - cron: '13 4 * * *' + +jobs: + binary: + uses: ./.github/workflows/reusable_ici.yml + with: + ros_distro: jazzy + ros_repo: main + ref_for_scheduled_build: ros2 + upstream_workspace: ur_simulation_gz.jazzy.repos diff --git a/.github/workflows/jazzy-semi-binary-testing.yml b/.github/workflows/jazzy-semi-binary-testing.yml new file mode 100644 index 0000000..1fa4fa8 --- /dev/null +++ b/.github/workflows/jazzy-semi-binary-testing.yml @@ -0,0 +1,22 @@ +name: Jazzy Semi Binary Testing +on: + workflow_dispatch: + branches: + - ros2 + pull_request: + branches: + - ros2 + push: + branches: + - ros2 + schedule: + - cron: '13 4 * * *' + +jobs: + binary: + uses: ./.github/workflows/reusable_ici.yml + with: + ros_distro: jazzy + ros_repo: testing + ref_for_scheduled_build: ros2 + upstream_workspace: ur_simulation_gz.jazzy.repos diff --git a/README.md b/README.md index 703d157..9230de0 100644 --- a/README.md +++ b/README.md @@ -9,31 +9,39 @@ Example files and configurations for Gazebo simulation of Universal Robots' mani