From 4900f390e1bbe231d339dd3ba20eb76f16d062b4 Mon Sep 17 00:00:00 2001 From: "Tomoya.Fujita" Date: Sun, 19 Jan 2025 12:56:37 -0800 Subject: [PATCH 1/2] remove humble and jazzy nightly workflow files. Signed-off-by: Tomoya.Fujita --- .github/workflows/humble-nightly.yaml | 23 ----------------------- .github/workflows/jazzy-nightly.yaml | 23 ----------------------- 2 files changed, 46 deletions(-) delete mode 100644 .github/workflows/humble-nightly.yaml delete mode 100644 .github/workflows/jazzy-nightly.yaml diff --git a/.github/workflows/humble-nightly.yaml b/.github/workflows/humble-nightly.yaml deleted file mode 100644 index 84a2fa5..0000000 --- a/.github/workflows/humble-nightly.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Nightly Build for humble - -on: - schedule: - - cron: '0 13 * * *' # Runs every day at midnight, 13:00 UTC - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - container: - image: ros:humble - env: - ROS_DISTRO: humble - steps: - - name: Check out repository code - uses: actions/checkout@v3 - - name: Build and Test with ROS humble - shell: bash - run: | - ./scripts/github_workflows.sh diff --git a/.github/workflows/jazzy-nightly.yaml b/.github/workflows/jazzy-nightly.yaml deleted file mode 100644 index 79aaf5e..0000000 --- a/.github/workflows/jazzy-nightly.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Nightly Build for jazzy - -on: - schedule: - - cron: '0 13 * * *' # Runs every day at midnight, 13:00 UTC - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - container: - image: ros:jazzy - env: - ROS_DISTRO: jazzy - steps: - - name: Check out repository code - uses: actions/checkout@v3 - - name: Build and Test with ROS jazzy - shell: bash - run: | - ./scripts/github_workflows.sh From af590fd5df905b052e3f3bcf75f62e80df1bb175 Mon Sep 17 00:00:00 2001 From: "Tomoya.Fujita" Date: Sun, 19 Jan 2025 15:28:56 -0800 Subject: [PATCH 2/2] create generic nightly workflow that can be used for any distro. Signed-off-by: Tomoya.Fujita --- .github/workflows/{rolling-nightly.yaml => nightly.yaml} | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{rolling-nightly.yaml => nightly.yaml} (85%) diff --git a/.github/workflows/rolling-nightly.yaml b/.github/workflows/nightly.yaml similarity index 85% rename from .github/workflows/rolling-nightly.yaml rename to .github/workflows/nightly.yaml index 12ad40d..a8c9a7e 100644 --- a/.github/workflows/rolling-nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -1,4 +1,5 @@ -name: Nightly Build for rolling +# This is nightly workflow for each distribution +name: Nightly Build for distribution on: schedule: diff --git a/README.md b/README.md index 8599c6d..c82e6bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![humble](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/humble.yaml/badge.svg?branch=humble)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/humble.yaml) [![jazzy](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/jazzy.yaml/badge.svg?branch=jazzy)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/jazzy.yaml) [![rolling](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/rolling.yaml/badge.svg?branch=rolling)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/rolling.yaml) -[![humble-nightly](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/humble-nightly.yaml/badge.svg?branch=humble)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/humble-nightly.yaml) [![jazzy-nightly](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/jazzy-nightly.yaml/badge.svg?branch=jazzy)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/jazzy-nightly.yaml) [![rolling-nightly](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/rolling-nightly.yaml/badge.svg?branch=rolling)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/rolling-nightly.yaml) +[![humble-nightly](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/nightly.yaml/badge.svg?branch=humble)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/nightly.yaml) [![jazzy-nightly](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/nightly.yaml/badge.svg?branch=jazzy)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/nightly.yaml) [![rolling-nightly](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/nightly.yaml/badge.svg?branch=rolling)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/nightly.yaml) # rcl_logging_syslog 🚢🚀🚂