File tree Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,14 @@ jobs:
178
178
secrets : inherit
179
179
# @ end
180
180
181
+ test-rabbitmq_cli :
182
+ needs : check-workflow
183
+ uses : ./.github/workflows/test-plugin.yaml
184
+ with :
185
+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
186
+ plugin : rabbitmq_cli
187
+ secrets : inherit
188
+
181
189
# @ for plugin in data.values.tier1_plugins:
182
190
test-(@= plugin @) :
183
191
needs : # @ ["check-workflow"] + sharded_job_names("rabbit", rabbit_shard_count)
@@ -189,7 +197,7 @@ jobs:
189
197
# @ end
190
198
191
199
summary-test :
192
- needs : # @ job_names(data.values.internal_deps + data.values.tier1_plugins) + sharded_job_names("rabbit", rabbit_shard_count)
200
+ needs : # @ job_names(data.values.internal_deps + data.values.tier1_plugins) + sharded_job_names("rabbit", rabbit_shard_count) + ["test-rabbitmq_cli"]
193
201
runs-on : ubuntu-latest
194
202
steps :
195
203
- name : SUMMARY
Original file line number Diff line number Diff line change @@ -119,6 +119,14 @@ jobs:
119
119
secrets : inherit
120
120
# @ end
121
121
122
+ test-rabbitmq_cli :
123
+ needs : check-workflow
124
+ uses : ./.github/workflows/test-plugin.yaml
125
+ with :
126
+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
127
+ plugin : rabbitmq_cli
128
+ secrets : inherit
129
+
122
130
# @ for plugin in data.values.tier1_plugins:
123
131
test-(@= plugin @) :
124
132
needs : # @ ["check-workflow"] + sharded_job_names("rabbit", rabbit_shard_count)
@@ -130,7 +138,7 @@ jobs:
130
138
# @ end
131
139
132
140
summary-test :
133
- needs : # @ job_names(data.values.internal_deps + data.values.tier1_plugins) + sharded_job_names("rabbit", rabbit_shard_count)
141
+ needs : # @ job_names(data.values.internal_deps + data.values.tier1_plugins) + sharded_job_names("rabbit", rabbit_shard_count) + ["test-rabbitmq_cli"]
134
142
runs-on : ubuntu-latest
135
143
steps :
136
144
- name : SUMMARY
Original file line number Diff line number Diff line change @@ -384,6 +384,13 @@ jobs:
384
384
shard_index : 9
385
385
shard_count : 10
386
386
secrets : inherit
387
+ test-rabbitmq_cli :
388
+ needs : check-workflow
389
+ uses : ./.github/workflows/test-plugin.yaml
390
+ with :
391
+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
392
+ plugin : rabbitmq_cli
393
+ secrets : inherit
387
394
test-rabbitmq_amqp_client :
388
395
needs :
389
396
- check-workflow
@@ -1146,6 +1153,7 @@ jobs:
1146
1153
- test-rabbit-7
1147
1154
- test-rabbit-8
1148
1155
- test-rabbit-9
1156
+ - test-rabbitmq_cli
1149
1157
runs-on : ubuntu-latest
1150
1158
steps :
1151
1159
- name : SUMMARY
Original file line number Diff line number Diff line change @@ -328,6 +328,13 @@ jobs:
328
328
shard_index : 9
329
329
shard_count : 10
330
330
secrets : inherit
331
+ test-rabbitmq_cli :
332
+ needs : check-workflow
333
+ uses : ./.github/workflows/test-plugin.yaml
334
+ with :
335
+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
336
+ plugin : rabbitmq_cli
337
+ secrets : inherit
331
338
test-rabbitmq_amqp_client :
332
339
needs :
333
340
- check-workflow
@@ -1090,6 +1097,7 @@ jobs:
1090
1097
- test-rabbit-7
1091
1098
- test-rabbit-8
1092
1099
- test-rabbit-9
1100
+ - test-rabbitmq_cli
1093
1101
runs-on : ubuntu-latest
1094
1102
steps :
1095
1103
- name : SUMMARY
You can’t perform that action at this time.
0 commit comments