Commit 8987ec9
Simplify rspec-dummy-app-node-renderer to run all specs sequentially
Removed the problematic matrix sharding strategy that was splitting
specs across 3 shards. The awk-based splitting logic may not have been
running specs correctly.
Now runs all RSpec specs sequentially in a single job, matching the
simpler CircleCI behavior more closely.
Changes:
- Removed strategy.matrix.shard configuration
- Changed from sharded runs to running all specs: bundle exec rspec
- Added --profile 10 flag to match CircleCI
- Removed --only-failures flag
- Updated all artifact names to remove shard suffix:
- pro-rspec-integration-results-shard${{ matrix.shard }} → pro-rspec-integration-results
- pro-rspec-screenshots-shard${{ matrix.shard }} → pro-rspec-screenshots
- pro-rspec-capybara-shard${{ matrix.shard }} → pro-rspec-capybara
- pro-rspec-test-log-shard${{ matrix.shard }} → pro-rspec-test-log
- pro-rspec-yarn-error-log-shard${{ matrix.shard }} → pro-rspec-yarn-error-log
This ensures all specs run correctly without complex sharding logic.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 876e85c commit 8987ec9
1 file changed
+8
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 100 | | |
106 | 101 | | |
107 | 102 | | |
| |||
213 | 208 | | |
214 | 209 | | |
215 | 210 | | |
216 | | - | |
| 211 | + | |
217 | 212 | | |
218 | 213 | | |
219 | | - | |
220 | 214 | | |
| 215 | + | |
221 | 216 | | |
222 | 217 | | |
223 | 218 | | |
224 | | - | |
225 | | - | |
226 | | - | |
| 219 | + | |
227 | 220 | | |
228 | 221 | | |
229 | 222 | | |
230 | 223 | | |
231 | 224 | | |
232 | | - | |
| 225 | + | |
233 | 226 | | |
234 | 227 | | |
235 | 228 | | |
236 | 229 | | |
237 | 230 | | |
238 | 231 | | |
239 | | - | |
| 232 | + | |
240 | 233 | | |
241 | 234 | | |
242 | 235 | | |
243 | 236 | | |
244 | 237 | | |
245 | 238 | | |
246 | | - | |
| 239 | + | |
247 | 240 | | |
248 | 241 | | |
249 | 242 | | |
250 | 243 | | |
251 | 244 | | |
252 | 245 | | |
253 | | - | |
| 246 | + | |
254 | 247 | | |
255 | 248 | | |
256 | 249 | | |
257 | 250 | | |
258 | 251 | | |
259 | 252 | | |
260 | | - | |
| 253 | + | |
261 | 254 | | |
262 | 255 | | |
263 | 256 | | |
| |||
0 commit comments