Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions ci/build/backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading