From bc8133f84d1c27eb6213a3638845f2696133d219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Csomor?= Date: Thu, 28 May 2026 11:55:41 +0200 Subject: [PATCH] CI: use different bento for buck2 Different than bazel workflows, so we avoid possible problems with warm runs. Bento doesn't yet officially support Buck2. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70b5dc3..755c60b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,7 +115,7 @@ jobs: - self-hosted - "os=linux" - "arch=x64" - - "engflow-bento-name=example-gh-x64" + - "engflow-bento-name=example-gh-buck2-x64" - "engflow-cluster=glass" - "engflow-job-name=ci-runners-test-matrix" - "engflow-job-type=${{github.event_name}}-${{github.ref_name}}"