From c83ae5765869c6b4828092da76a03d9a9010dc50 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Wed, 18 Dec 2024 09:46:34 +0100 Subject: [PATCH] fix: make multicast tests reusable --- .github/workflows/ci.yml | 6 +++++- .github/workflows/multicast.yaml | 7 +------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 732096204..8c952ec2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -319,6 +319,10 @@ jobs: name: Run integration tests uses: ./.github/workflows/integration.yaml + multicast: + name: Run multicast tests + uses: ./.github/workflows/multicast.yaml + # NOTE: In GitHub repository settings, the "Require status checks to pass # before merging" branch protection rule ensures that commits are only merged # from branches where specific status checks have passed. These checks are @@ -327,7 +331,7 @@ jobs: ci: name: CI status checks runs-on: ubuntu-latest - needs: [run_tests, check_format, c99_build, raweth_build, zenoh_build, modular_build, unstable_build, st_build, fragment_test, attachment_test, memory_leak_test, no_router, markdown_lint, build_shared, build_static, integration] + needs: [run_tests, check_format, c99_build, raweth_build, zenoh_build, modular_build, unstable_build, st_build, fragment_test, attachment_test, memory_leak_test, no_router, markdown_lint, build_shared, build_static, integration, multicast] if: always() steps: - name: Check whether all jobs pass diff --git a/.github/workflows/multicast.yaml b/.github/workflows/multicast.yaml index 3686a7ee0..1fe0fa96e 100644 --- a/.github/workflows/multicast.yaml +++ b/.github/workflows/multicast.yaml @@ -14,12 +14,7 @@ name: multicast on: - push: - branches: ["**"] - pull_request: - branches: ["**"] - schedule: - - cron: "0 6 * * 1-5" + workflow_call: jobs: build: