chore: allow manual nightly-tests pipeline run
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
67e06e12ce
commit
858a0fc0d0
3 changed files with 27 additions and 1 deletions
|
|
@ -172,7 +172,12 @@ just test-all --max-failures 5
|
|||
|
||||
- **Standard CI:** Runs `mix test --exclude slow` for faster feedback loops
|
||||
- **Nightly Builds:** Separate pipeline (`nightly-tests`) runs daily at 2 AM and executes all performance tests
|
||||
- **Manual Execution:** Performance tests can be executed anytime with `just test-slow`
|
||||
- **Manual Execution:**
|
||||
- **Local:** Performance tests can be executed anytime with `just test-slow`
|
||||
- **CI:** The nightly pipeline can be manually triggered via Drone CLI or Web UI:
|
||||
```bash
|
||||
drone build start <owner>/<repo> <branch> --event custom
|
||||
```
|
||||
|
||||
### Further Details
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue