From a7d031a620e4ac28008aab273b0e2bca113f10f5 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:04:41 +0800 Subject: [PATCH 1/4] Update pull_request.yml --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4d87574..5a76e32 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -44,7 +44,7 @@ jobs: - os: centos7 compiler: clang-9 env: - NIGHTLY_URL: "https://minio.vesoft-inc.com/nightly-build/nebula-graph" + NIGHTLY_URL: "{{ vars.MINIO_ENDPOINT }}/nightly-build/nebula-graph" container: image: vesoft/nebula-dev:${{ matrix.os }} volumes: From 84b8c6c9bb497f6670382a499a0ba04a27e4379a Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:55:38 +0800 Subject: [PATCH 2/4] Update pull_request.yml --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5a76e32..8ab4be8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -44,7 +44,7 @@ jobs: - os: centos7 compiler: clang-9 env: - NIGHTLY_URL: "{{ vars.MINIO_ENDPOINT }}/nightly-build/nebula-graph" + NIGHTLY_URL: ${{ vars.MINIO_ENDPOINT }}/nightly-build/nebula-graph container: image: vesoft/nebula-dev:${{ matrix.os }} volumes: From a9e9952ebfe082355e25aa078ca8ed835d36345e Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:15:27 +0800 Subject: [PATCH 3/4] Update pull_request.yml --- .github/workflows/pull_request.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8ab4be8..84a1b32 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 @@ -43,8 +46,6 @@ jobs: exclude: - os: centos7 compiler: clang-9 - env: - NIGHTLY_URL: ${{ vars.MINIO_ENDPOINT }}/nightly-build/nebula-graph container: image: vesoft/nebula-dev:${{ matrix.os }} volumes: From cd4044c3bcb5394ae4362ed7a09a9358b0d0f6a4 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:45:12 +0800 Subject: [PATCH 4/4] Update pull_request.yml --- .github/workflows/pull_request.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 84a1b32..2e608a4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -31,7 +31,7 @@ jobs: build: name: build needs: lint - runs-on: + runs-on: - self-hosted - nebula-fast strategy: @@ -186,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: @@ -311,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: