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

Aperta Adatta ai principianti
#379 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
66/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
github-actions
Ambito
ci-cd

Direzione di ricerca

Inizia in .github/workflows/check.yml nel job test-android e controlla le esecuzioni recenti di Check per confermare se ubuntu-self-hosted è online. Ripristina la condizione di main-branch e rimuovi il commento temporaneo quando il runner o il sostituto è pronto. Il lavoro è completato quando Android viene eseguito su main e il workflow Check risulta verde.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.
Lingua principale
TypeScript
Stelle
188
Fork
10
Merge medio
2g 17h
PR unite (30g)
3

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di callstackincubator/react-native-node-api

Tutte le issue di callstackincubator/react-native-node-api

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.