Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.android_rn_77.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- "nvm install"
- "./scripts/ci.android.sh"
key: "android_rn_77"
timeout_in_minutes: 90
timeout_in_minutes: 60
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
retry:
automatic:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.android_rn_78.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- "nvm install"
- "./scripts/ci.android.sh"
key: "android"
timeout_in_minutes: 90
timeout_in_minutes: 60
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
retry:
automatic:
Expand Down
16 changes: 0 additions & 16 deletions .buildkite/jobs/pipeline.android_rn_82.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .buildkite/jobs/pipeline.android_rn_83.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.android_rn_84.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- "nvm install"
- "./scripts/ci.android.sh"
key: "android_rn_84"
timeout_in_minutes: 90
timeout_in_minutes: 60
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"


2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.android_rn_85.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
- "nvm install"
- "./scripts/ci.android.sh"
key: "android_rn_85"
timeout_in_minutes: 90
timeout_in_minutes: 60
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"

2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.ios_rn_77.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- "nvm install"
- "./scripts/ci.ios.sh"
key: "ios_rn_77"
timeout_in_minutes: 90
timeout_in_minutes: 60
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
retry:
automatic:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.ios_rn_78.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- "nvm install"
- "./scripts/ci.ios.sh"
key: "ios"
timeout_in_minutes: 90
timeout_in_minutes: 60
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
retry:
automatic:
Expand Down
15 changes: 0 additions & 15 deletions .buildkite/jobs/pipeline.ios_rn_82.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .buildkite/jobs/pipeline.ios_rn_83.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.ios_rn_84.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- "nvm install"
- "./scripts/ci.ios.sh"
key: "ios_rn_84"
timeout_in_minutes: 90
timeout_in_minutes: 60
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"


2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.ios_rn_85.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
- "nvm install"
- "./scripts/ci.ios.sh"
key: "ios_rn_85"
timeout_in_minutes: 90
timeout_in_minutes: 60
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"

2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- "nvm install"
- "./scripts/ci.sh"
- "yarn run release"
timeout_in_minutes: 90
timeout_in_minutes: 60
retry:
automatic:
- exit_status: [1, -1]
Expand Down
4 changes: 0 additions & 4 deletions .buildkite/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ echo "steps:"
cat .buildkite/jobs/pipeline.release.yml
cat .buildkite/jobs/pipeline.android_rn_77.yml
cat .buildkite/jobs/pipeline.android_rn_78.yml
cat .buildkite/jobs/pipeline.android_rn_82.yml
cat .buildkite/jobs/pipeline.android_rn_83.yml
cat .buildkite/jobs/pipeline.android_rn_84.yml
cat .buildkite/jobs/pipeline.android_rn_85.yml
cat .buildkite/jobs/pipeline.ios_rn_77.yml
cat .buildkite/jobs/pipeline.ios_rn_78.yml
cat .buildkite/jobs/pipeline.ios_rn_82.yml
cat .buildkite/jobs/pipeline.ios_rn_83.yml
cat .buildkite/jobs/pipeline.ios_rn_84.yml
cat .buildkite/jobs/pipeline.ios_rn_85.yml
cat .buildkite/jobs/pipeline.publish.yml
6 changes: 3 additions & 3 deletions .claude/skills/rn-version-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Also check the full peer dependency tree: `npm info react-native@<version> peerD
Copy an existing job file and update the version:

```bash
# Copy from the previous version
cp .buildkite/jobs/pipeline.android_rn_83.yml .buildkite/jobs/pipeline.android_rn_84.yml
cp .buildkite/jobs/pipeline.ios_rn_83.yml .buildkite/jobs/pipeline.ios_rn_84.yml
# Copy from the latest supported RN lane (adjust source/target versions)
cp .buildkite/jobs/pipeline.android_rn_84.yml .buildkite/jobs/pipeline.android_rn_85.yml
cp .buildkite/jobs/pipeline.ios_rn_84.yml .buildkite/jobs/pipeline.ios_rn_85.yml
```

Edit both files:
Expand Down