From 1c29e2f3f7a1f36fd50e3f7000c8963d08eaab9e Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Sat, 3 Jul 2021 19:19:02 +0300 Subject: [PATCH] CI: Run the test262 workflow on a self-hosted runner This should speed it up quite a bit and give us more consistent performance. (So this workflow could eventually be used for perf regression testing as well) --- .github/workflows/libjs-test262.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 303bb681f3..b82e662c1f 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -7,7 +7,7 @@ env: jobs: run_and_update_results: - runs-on: ubuntu-20.04 + runs-on: self-hosted if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master' concurrency: libjs-test262