From e7ddeab01515183542b0f5725bcc4b8cbb48d6a7 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 27 Jun 2024 11:59:07 -0700 Subject: [PATCH 1/5] dontmerge testing noble workflow testing https://github.com/gazebo-tooling/action-gz-ci/pull/77 Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a0a9947a..ba935eb0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: uses: actions/checkout@v4 - name: Compile and test id: ci - uses: gazebo-tooling/action-gz-ci@noble + uses: gazebo-tooling/action-gz-ci@scpeters/no_pip_upgrade From 66177269944ef51bb6cfb9292c5f4000ea62485d Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Fri, 28 Jun 2024 17:25:14 +0200 Subject: [PATCH 2/5] Testing venvs based solution Signed-off-by: Jose Luis Rivero --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba935eb0e..9a08e896d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: uses: actions/checkout@v4 - name: Compile and test id: ci - uses: gazebo-tooling/action-gz-ci@scpeters/no_pip_upgrade + uses: gazebo-tooling/action-gz-ci@jrivero/use_venvs_noble From e25ea12bbfe0fa80e52cc10cd6875b269687cea2 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Tue, 30 Jul 2024 17:27:47 +0200 Subject: [PATCH 3/5] New PR Signed-off-by: Jose Luis Rivero From 994764b5364eac47fb720245c2e76b22a6f28473 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Tue, 30 Jul 2024 18:27:55 +0200 Subject: [PATCH 4/5] Update ci.yml Signed-off-by: Jose Luis Rivero --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33739010c..aef4872cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,3 +30,4 @@ jobs: - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@jrivero/use_venvs_noble + From a6100c6b8b31cea2840baec4c93c25f59324fbfc Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Tue, 30 Jul 2024 19:27:54 +0200 Subject: [PATCH 5/5] Update ci.yml Signed-off-by: Jose Luis Rivero --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aef4872cc..7aee21305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,4 @@ jobs: uses: actions/checkout@v4 - name: Compile and test id: ci - uses: gazebo-tooling/action-gz-ci@jrivero/use_venvs_noble - + uses: gazebo-tooling/action-gz-ci@jrivero/vcs_colcon