Skip to content

Commit e171b92

Browse files
authored
Merge branch 'master' into fix/rake-tasks-post-workspace-merge-pr1830
2 parents 9444768 + 12151f9 commit e171b92

File tree

465 files changed

+30651
-7091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

465 files changed

+30651
-7091
lines changed

.circleci/config.yml

Lines changed: 0 additions & 376 deletions
This file was deleted.

.claude/commands/run-ci.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Run CI Command
2+
3+
Analyze the current branch changes and run appropriate CI checks locally.
4+
5+
## Instructions
6+
7+
1. First, run `script/ci-changes-detector origin/master` to analyze what changed
8+
2. Show the user what the detector recommends
9+
3. Ask the user if they want to:
10+
- Run the recommended CI jobs (`bin/ci-local`)
11+
- Run all CI jobs (`bin/ci-local --all`)
12+
- Run a fast subset (`bin/ci-local --fast`)
13+
- Run specific jobs manually
14+
4. Execute the chosen option and report results
15+
5. If any jobs fail, offer to help fix the issues
16+
17+
## Options
18+
19+
- `bin/ci-local` - Run CI based on detected changes
20+
- `bin/ci-local --all` - Run all CI checks (same as CI on master)
21+
- `bin/ci-local --fast` - Run only fast checks, skip slow integration tests
22+
- `bin/ci-local [base-ref]` - Compare against a specific ref instead of origin/master

0 commit comments

Comments
 (0)