Skip to content

Commit dc9d3a1

Browse files
committed
split rl policy tests
1 parent 9b554af commit dc9d3a1

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/data/matrix-smoke-plus.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,24 @@
6464
"platforms": "linux/arm64, linux/amd64"
6565
},
6666
{
67-
"label": "policies 1/2",
67+
"label": "policies 1/3",
6868
"image": "ubi-9-plus",
6969
"type": "plus",
70-
"marker": "'policies and not policies_ac and not policies_jwt and not policies_mtls'",
70+
"marker": "'policies and not policies_ac and not policies_jwt and not policies_mtls and not policies_rl'",
7171
"platforms": "linux/arm64, linux/amd64, linux/s390x"
7272
},
7373
{
74-
"label": "policies 2/2",
74+
"label": "policies 2/3",
7575
"image": "ubi-9-plus",
7676
"type": "plus",
77-
"marker": "'policies_ac or policies_jwt or policies_mtls'",
77+
"marker": "'policies_ac or policies_jwt '",
78+
"platforms": "linux/arm64, linux/amd64, linux/s390x"
79+
},
80+
{
81+
"label": "policies 3/3",
82+
"image": "ubi-9-plus",
83+
"type": "plus",
84+
"marker": "'policies_rl or policies_mtls'",
7885
"platforms": "linux/arm64, linux/amd64, linux/s390x"
7986
},
8087
{

0 commit comments

Comments
 (0)