From bc8f4b846a51fe4ec5a2ebd8423fd6028557de04 Mon Sep 17 00:00:00 2001 From: Mosout Date: Wed, 18 Dec 2024 10:59:43 +0800 Subject: [PATCH 1/2] refine --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39c7266..88673df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: build_test: name: Build oneflow and backend - runs-on: [self-hosted, linux, provision] + runs-on: [self-hosted, linux, gpu] needs: [cancel_previous] if: github.event_name == 'release' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event.pull_request.draft == false && github.base_ref == 'main' && contains(github.event.pull_request.requested_reviewers.*.login, 'oneflow-ci-bot')) outputs: From 649f94f0e417f5064987ca471d9acbf1a39193d4 Mon Sep 17 00:00:00 2001 From: ShawnXuan Date: Wed, 18 Dec 2024 14:12:37 +0800 Subject: [PATCH 2/2] rm proxy --- ci/build/backend.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/build/backend.sh b/ci/build/backend.sh index 23125bb..c646f78 100644 --- a/ci/build/backend.sh +++ b/ci/build/backend.sh @@ -2,8 +2,6 @@ set -euxo pipefail # build oneflow-backend -git config --global http.proxy ${HTTP_PROXY} -git config --global https.proxy ${HTTP_PROXY} mkdir -p build cd build