File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ tasks:
211
211
TEST_NAME : mod_wsgi
212
212
SUB_TEST_NAME : standalone
213
213
PYTHON_VERSION : " 3.9"
214
- tags : [mod_wsgi]
214
+ tags : [mod_wsgi, pr ]
215
215
- name : mod-wsgi-embedded-mode-replica-set-python3.10
216
216
commands :
217
217
- func : run server
@@ -223,7 +223,7 @@ tasks:
223
223
TEST_NAME : mod_wsgi
224
224
SUB_TEST_NAME : embedded
225
225
PYTHON_VERSION : " 3.10"
226
- tags : [mod_wsgi]
226
+ tags : [mod_wsgi, pr ]
227
227
- name : mod-wsgi-replica-set-python3.11
228
228
commands :
229
229
- func : run server
@@ -235,7 +235,7 @@ tasks:
235
235
TEST_NAME : mod_wsgi
236
236
SUB_TEST_NAME : standalone
237
237
PYTHON_VERSION : " 3.11"
238
- tags : [mod_wsgi]
238
+ tags : [mod_wsgi, pr ]
239
239
- name : mod-wsgi-embedded-mode-replica-set-python3.12
240
240
commands :
241
241
- func : run server
@@ -247,7 +247,7 @@ tasks:
247
247
TEST_NAME : mod_wsgi
248
248
SUB_TEST_NAME : embedded
249
249
PYTHON_VERSION : " 3.12"
250
- tags : [mod_wsgi]
250
+ tags : [mod_wsgi, pr ]
251
251
- name : mod-wsgi-replica-set-python3.13
252
252
commands :
253
253
- func : run server
@@ -259,7 +259,7 @@ tasks:
259
259
TEST_NAME : mod_wsgi
260
260
SUB_TEST_NAME : standalone
261
261
PYTHON_VERSION : " 3.13"
262
- tags : [mod_wsgi]
262
+ tags : [mod_wsgi, pr ]
263
263
264
264
# No orchestration tests
265
265
- name : test-no-orchestration-python3.9
Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ def create_mod_wsgi_tasks():
775
775
server_func = FunctionCall (func = "run server" , vars = server_vars )
776
776
vars = dict (TEST_NAME = "mod_wsgi" , SUB_TEST_NAME = test .split ("-" )[0 ], PYTHON_VERSION = python )
777
777
test_func = FunctionCall (func = "run tests" , vars = vars )
778
- tags = ["mod_wsgi" ]
778
+ tags = ["mod_wsgi" , "pr" ]
779
779
commands = [server_func , test_func ]
780
780
tasks .append (EvgTask (name = task_name , tags = tags , commands = commands ))
781
781
return tasks
You can’t perform that action at this time.
0 commit comments