Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Re-enable test-android on main once the self-hosted runner is back

Đang mở Phù hợp với người mới
#379 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
2/5
Thời gian dự kiến
1-3 giờ
Mức phù hợp với người mới
66/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
github-actions
Lĩnh vực
ci-cd

Hướng nghiên cứu

Bắt đầu trong .github/workflows/check.yml tại job test-android và kiểm tra các lần chạy Check gần đây để xác nhận ubuntu-self-hosted có đang online hay không. Khôi phục điều kiện main-branch và xóa comment tạm thời khi runner hoặc thành phần thay thế đã sẵn sàng. Hoàn tất nghĩa là Android chạy trên main và workflow Check báo màu xanh.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

Android 🤖

Context

The test-android job in check.yml runs on ubuntu-self-hosted. That runner is currently offline — the job sits in queued indefinitely (observed 6h+ on 2026-07-18). Because it never starts, the whole Check run on main never completes, which blocks main from ever reporting green.

As a stopgap, the job's if was changed from:

if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')

to run only on PRs labeled Android 🤖, removing it from main pushes. This means Android is no longer exercised on main automatically.

To re-enable

  • Confirm the ubuntu-self-hosted runner is back online (or migrate the job to a GitHub-hosted ubuntu-latest runner with KVM for the emulator).
  • Restore the github.ref == 'refs/heads/main' condition on test-android.
  • Remove the temporary comment added above the if.

Notes

  • Also consider whether the job should be moved off self-hosted entirely to avoid this failure mode recurring — GitHub-hosted Ubuntu runners now support nested virtualization (KVM) for Android emulators.
Ngôn ngữ chính
TypeScript
Star
188
Fork
10
Merge trung bình
2 ngày 17 giờ
Pull request đã merge (30 ngày)
3

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của callstackincubator/react-native-node-api

Tất cả issue của callstackincubator/react-native-node-api

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.