Skip to content

Commit f5345b9

Browse files
committed
DROP: Use PR branches from Fast DDS and Fast DDS Python for testing
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent 938f5d7 commit f5345b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
uses: eProsima/eProsima-CI/external/checkout@v0
131131
with:
132132
repository: eProsima/Fast-DDS
133-
ref: ${{ steps.get_fastdds_branch.outputs.deduced_branch }}
133+
ref: mergify/bp/2.10.x/pr-5016
134134
path: ${{ github.workspace }}/src/fastrtps
135135

136136
- name: Fetch Fast DDS dependencies
@@ -151,7 +151,7 @@ jobs:
151151
uses: eProsima/eProsima-CI/external/checkout@v0
152152
with:
153153
repository: eProsima/Fast-DDS-python
154-
ref: ${{ steps.get_fastdds_python_branch.outputs.deduced_branch }}
154+
ref: mergify/bp/1.2.x/pr-154
155155
path: ${{ github.workspace }}/src/fastdds_python
156156

157157
- name: Fetch Fast DDS Docs CI dependencies

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def configure_doxyfile(
221221
fastdds.refs.__contains__('origin/{}'.format(fastdds_branch))):
222222
fastdds_branch = 'origin/{}'.format(fastdds_branch)
223223
else:
224-
fastdds_branch = 'origin/2.10.x'
224+
fastdds_branch = 'origin/mergify/bp/2.10.x/pr-5016'
225225
print(f'Fast DDS branch is not set by env var. Using "{fastdds_branch}"')
226226

227227
# Actual checkout
@@ -245,7 +245,7 @@ def configure_doxyfile(
245245
'origin/{}'.format(fastdds_python_branch))):
246246
fastdds_python_branch = 'origin/{}'.format(fastdds_python_branch)
247247
else:
248-
fastdds_python_branch = 'origin/1.2.x'
248+
fastdds_python_branch = 'origin/mergify/bp/1.2.x/pr-154'
249249
print(f'Fast DDS Python branch is not set by env var. Using "{fastdds_python_branch}"')
250250

251251
# Actual checkout

0 commit comments

Comments
 (0)