File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ jobs:
101
101
- ' '
102
102
target :
103
103
- ' '
104
+ extra-constraints :
105
+ # Specifying this other than '' likely destroys change detection, but at least it will make
106
+ # CI pass when necessary...
107
+ - ' '
104
108
exclude :
105
109
- ansible : ' '
106
110
include :
@@ -117,6 +121,7 @@ jobs:
117
121
docker : alpine3
118
122
python : ' '
119
123
target : azp/4/
124
+ extra-constraints : urllib3 < 2.0.0
120
125
- ansible : ' 2.11'
121
126
docker : alpine3
122
127
python : ' '
@@ -144,6 +149,7 @@ jobs:
144
149
git clone --depth=1 --single-branch https://github.com/ansible-collections/community.crypto.git ../../community/crypto
145
150
;
146
151
git clone --depth=1 --single-branch https://github.com/ansible-collections/community.general.git ../../community/general
152
+ ${{ matrix.extra-constraints && format('; echo "''{0}''" >> tests/utils/constraints.txt', matrix.extra-constraints) || '' }}
147
153
pull-request-change-detection: 'true'
148
154
target: ${{ matrix.target }}
149
155
target-python-version: ${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments