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

オープン 初心者向け
#379 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
66/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
github-actions
領域
ci-cd

調査の方向性

.github/workflows/check.yml の test-android ジョブから始め、最近の Check の実行を調べて ubuntu-self-hosted がオンラインかどうかを確認します。runner またはその代替が準備できたら、main-branch の条件を復元し、一時的なコメントを削除します。完了とは、Android が main 上で実行され、Check workflow が green を報告することです。

索引モデルが issue の本文から書いたものです。

説明

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.
主要言語
TypeScript
スター
188
フォーク
10
平均マージ
2日 17時間
マージ済み PR(30日)
3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

callstackincubator/react-native-node-api のほかの issue

callstackincubator/react-native-node-api の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。