Skip to content

Commit e9c5e2c

Browse files
Fix conflicts
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 71c6033 commit e9c5e2c

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/windows-ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -68,29 +68,4 @@ jobs:
6868
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref }}
6969
fastdds-branch: ${{ inputs.fastdds-branch || '2.14.x' }}
7070
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
71-
<<<<<<< HEAD
72-
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test'))) }}
73-
=======
7471
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test')) && !contains(github.event.pull_request.labels.*.name, 'skip-ci')) }}
75-
76-
windows-ci-stable-abi:
77-
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'conflicts') }}
78-
strategy:
79-
fail-fast: false
80-
uses: ./.github/workflows/reusable-windows-ci.yml
81-
with:
82-
# It would be desirable to have a matrix of windows OS for this job, but due to the issue opened in this ticket:
83-
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
84-
os-version: ${{ inputs.os-version || 'windows-2022' }}
85-
vs-toolset: 'v143'
86-
label: '${{ inputs.os-version }}-${{ matrix.vs-toolset }}-stable-api-ci-${{ inputs.fastdds-python-branch }}-${{ inputs.fastdds-branch }}'
87-
colcon-args: ${{ inputs.colcon-args }}
88-
cmake-args: '${{ inputs.cmake-args }} -DUSE_PYTHON_STABLE_ABI=ON'
89-
cmake-version: '3.30.8'
90-
ctest-args: ${{ inputs.ctest-args }}
91-
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref }}
92-
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
93-
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
94-
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test')) && !contains(github.event.pull_request.labels.*.name, 'skip-ci')) }}
95-
swig-version: '4.3.1'
96-
>>>>>>> ec6fb0a (Make `skip-ci` label report required statuses as pass (#307))

0 commit comments

Comments
 (0)