DaanHoogland commented on code in PR #7274:
URL: https://github.com/apache/cloudstack/pull/7274#discussion_r1176654519
##########
.github/workflows/ci.yml:
##########
@@ -186,7 +186,8 @@ jobs:
component/test_vpc_offerings
component/test_vpc_routers
component/test_vpn_users",
- "component/test_vpc_network_lbrules" ]
+ "component/test_vpc_network_lbrules",
+ "component/test_router_resources"]
Review Comment:
this is a test matrix with a list of lists. each string is a list of tests
that are executed in a container. by adding your test in its own string you are
defining it to run in a separate container. I am not sure how big it is in
runtime, but you could add it to any of the other lists.
##########
.github/workflows/ci.yml:
##########
@@ -186,7 +186,8 @@ jobs:
component/test_vpc_offerings
component/test_vpc_routers
component/test_vpn_users",
- "component/test_vpc_network_lbrules" ]
+ "component/test_vpc_network_lbrules",
+ "component/test_router_resources"]
Review Comment:
i.e.
```suggestion
"component/test_vpc_network_lbrules
component/test_router_resources"]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]