talent-plan / tinykv

A course to build distributed key-value service based on TiKV model
Apache License 2.0
3.44k stars 1.02k forks source link

Why the Autograding keeps waiting #447

Closed Ingsuifon closed 1 year ago

Ingsuifon commented 1 year ago

In the Autograding stage, the job is always waiting for a runner to pick up, and reports failure on the second day. The output is like this:

Requested labels: self-hosted, X64
Job defined at: talent-plan/tinykv-XXX/.github/workflows/classroom.yml@refs/heads/course
Waiting for a runner to pick up this job...
yan-dblinf commented 1 year ago

+1

yan-dblinf commented 1 year ago

@Ingsuifon The issue can be resolved by adding self-hosted runners. Basically, your local host can pick up the CI job and execute the auto-grading. See the doc for details.

Ingsuifon commented 1 year ago

@yan-dblinf Thank you for remembering this issue and reminding me!