From 47f55250fa2c4dfa7bbbc8c790dd0021c885e92a Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:06:52 +0800 Subject: [PATCH] update minio endpoint (#132) * Update pull_request.yml * Update pull_request.yml * Update pull_request.yml * Update pull_request.yml --- .github/workflows/pull_request.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4d87574..2e608a4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,10 @@ on: defaults: run: shell: bash - + +env: + NIGHTLY_URL: ${{ vars.MINIO_ENDPOINT }}/nightly-build/nebula-graph + jobs: lint: name: lint @@ -28,7 +31,7 @@ jobs: build: name: build needs: lint - runs-on: + runs-on: - self-hosted - nebula-fast strategy: @@ -43,8 +46,6 @@ jobs: exclude: - os: centos7 compiler: clang-9 - env: - NIGHTLY_URL: "https://minio.vesoft-inc.com/nightly-build/nebula-graph" container: image: vesoft/nebula-dev:${{ matrix.os }} volumes: @@ -185,7 +186,9 @@ jobs: build_ssl: name: build ssl needs: lint - runs-on: ubuntu-20.04 + runs-on: + - self-hosted + - nebula-fast strategy: fail-fast: false matrix: @@ -310,7 +313,9 @@ jobs: build_ssl_ca: name: build ssl self signed needs: lint - runs-on: ubuntu-20.04 + runs-on: + - self-hosted + - nebula-fast strategy: fail-fast: false matrix: