Changes between Initial Version and Version 1 of Ticket #30462, comment 33
- Timestamp:
- 08/20/2023 04:07:13 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30462, comment 33
initial v1 1 1 I'm also leaning toward approach 2, I've had good results splitting the workflows in my plugins into reusable workflows. Another advantage it has is that if the tests start failing for one of the database types, it'll be presented more clearly on the job diagram on the Summary screen because the job lists are split by the two database types. 2 2 3 @desrosj Approach 1 PR is running 98 jobs but the approach 2 PR is running 101. The difference is in the PHP 7.4 jobs, approach 1 is running 3 memcached jobs but approach 2 is running 4. InApproach 2 is running a duplicate "MySQL 5.7" job.3 @desrosj Approach 1 PR is running 98 jobs but the approach 2 PR is running 101. The difference is in the PHP 7.4 jobs, approach 1 is running 2 memcached jobs but approach 2 is running 4. Plus Approach 2 is running a duplicate "MySQL 5.7" job.