@@ -195,6 +195,13 @@ rspec unit pg14 single-db-ci-connection:
195
195
- .rspec-unit-parallel
196
196
- .rails:rules:single-db-ci-connection
197
197
198
+ rspec unit pg14 single-db-sec-connection :
199
+ extends :
200
+ - rspec unit pg14
201
+ - .single-db-sec-connection-rspec
202
+ - .rspec-unit-parallel
203
+ - .rails:rules:single-db-sec-connection
204
+
198
205
rspec unit pg14 praefect :
199
206
extends :
200
207
- rspec unit pg14
@@ -229,6 +236,13 @@ rspec integration pg14 single-db-ci-connection:
229
236
- .rspec-integration-parallel
230
237
- .rails:rules:single-db-ci-connection
231
238
239
+ rspec integration pg14 single-db-sec-connection :
240
+ extends :
241
+ - rspec integration pg14
242
+ - .single-db-sec-connection-rspec
243
+ - .rspec-integration-parallel
244
+ - .rails:rules:single-db-sec-connection
245
+
232
246
rspec integration pg14 praefect :
233
247
extends :
234
248
- rspec integration pg14
@@ -265,6 +279,15 @@ rspec system pg14 single-db-ci-connection:
265
279
- .rspec-system-parallel
266
280
- .rails:rules:single-db-ci-connection
267
281
282
+ - .rails:rules:single-db
283
+
284
+ rspec system pg14 single-db-sec-connection :
285
+ extends :
286
+ - rspec system pg14
287
+ - .single-db-sec-connection-rspec
288
+ - .rspec-system-parallel
289
+ - .rails:rules:single-db-sec-connection
290
+
268
291
rspec system pg14 praefect :
269
292
extends :
270
293
- rspec system pg14
@@ -818,6 +841,18 @@ rspec-ee background_migration pg14 single-db-ci-connection:
818
841
- .single-db-ci-connection-rspec
819
842
- .rails:rules:single-db-ci-connection-ee
820
843
844
+ rspec-ee migration pg14 single-db-sec-connection :
845
+ extends :
846
+ - rspec-ee migration pg14
847
+ - .single-db-sec-connection-rspec
848
+ - .rails:rules:single-db-sec-connection-ee
849
+
850
+ rspec-ee background_migration pg14 single-db-sec-connection :
851
+ extends :
852
+ - rspec-ee background_migration pg14
853
+ - .single-db-sec-connection-rspec
854
+ - .rails:rules:single-db-sec-connection-ee
855
+
821
856
rspec-ee migration pg14 praefect :
822
857
extends :
823
858
- rspec migration pg14
@@ -864,6 +899,13 @@ rspec-ee unit pg14 single-db-ci-connection:
864
899
- .rspec-ee-unit-parallel
865
900
- .rails:rules:single-db-ci-connection-ee
866
901
902
+ rspec-ee unit pg14 single-db-sec-connection :
903
+ extends :
904
+ - rspec-ee unit pg14
905
+ - .single-db-sec-connection-rspec
906
+ - .rspec-ee-unit-parallel
907
+ - .rails:rules:single-db-sec-connection-ee
908
+
867
909
rspec-ee integration pg14 :
868
910
extends :
869
911
- .rspec-ee-base-pg14
@@ -896,6 +938,13 @@ rspec-ee integration pg14 single-db-ci-connection:
896
938
- .rspec-ee-integration-parallel
897
939
- .rails:rules:single-db-ci-connection-ee
898
940
941
+ rspec-ee integration pg14 single-db-sec-connection :
942
+ extends :
943
+ - rspec-ee integration pg14
944
+ - .single-db-sec-connection-rspec
945
+ - .rspec-ee-integration-parallel
946
+ - .rails:rules:single-db-sec-connection-ee
947
+
899
948
.custom-models-variables :
900
949
variables :
901
950
AIGW_CUSTOM_MODELS__ENABLED : true
@@ -943,6 +992,13 @@ rspec-ee system pg14 single-db-ci-connection:
943
992
- .rspec-ee-system-parallel
944
993
- .rails:rules:single-db-ci-connection-ee
945
994
995
+ rspec-ee system pg14 single-db-sec-connection :
996
+ extends :
997
+ - rspec-ee system pg14
998
+ - .single-db-sec-connection-rspec
999
+ - .rspec-ee-system-parallel
1000
+ - .rails:rules:single-db-sec-connection-ee
1001
+
946
1002
# EE: default refs (MRs, default branch, schedules) jobs #
947
1003
# #################################################
948
1004
0 commit comments