From b39a34055bef358c58374b2fee87d406f157218b Mon Sep 17 00:00:00 2001 From: Siyuan Zhang Date: Thu, 1 Feb 2024 15:56:44 +0800 Subject: [PATCH] chore: change manylinux2014-ci to manylinux2014 (#3529) --- .github/workflows/gaia.yml | 2 +- .github/workflows/gss.yml | 2 +- .github/workflows/k8s-ci.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gaia.yml b/.github/workflows/gaia.yml index 4a32fe9817bd..b38eeee313d0 100644 --- a/.github/workflows/gaia.yml +++ b/.github/workflows/gaia.yml @@ -22,7 +22,7 @@ concurrency: jobs: gaia-test: - runs-on: [self-hosted, manylinux2014-ci] + runs-on: [self-hosted, manylinux2014] steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/gss.yml b/.github/workflows/gss.yml index 3a5c99aef6af..8537d4701ad2 100644 --- a/.github/workflows/gss.yml +++ b/.github/workflows/gss.yml @@ -41,7 +41,7 @@ jobs: # Require the host is able to run docker without sudo and # can `ssh localhost` without password, which may need to # be configured manually when a new self-hosted runner is added. - runs-on: [self-hosted, manylinux2014-ci] + runs-on: [self-hosted, manylinux2014] if: ${{ github.repository == 'alibaba/GraphScope' }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/k8s-ci.yml b/.github/workflows/k8s-ci.yml index ee4a3adaefe7..e3fa7e4c891a 100644 --- a/.github/workflows/k8s-ci.yml +++ b/.github/workflows/k8s-ci.yml @@ -198,7 +198,7 @@ jobs: fi build-analytical: - runs-on: [self-hosted, manylinux2014-ci] + runs-on: [self-hosted, manylinux2014] needs: [changes] if: ${{ github.repository == 'alibaba/GraphScope' }} steps: @@ -224,7 +224,7 @@ jobs: retention-days: 5 build-analytical-java: - runs-on: [self-hosted, manylinux2014-ci] + runs-on: [self-hosted, manylinux2014] needs: [changes] #if: ${{ github.repository == 'alibaba/GraphScope' }} if: false @@ -259,7 +259,7 @@ jobs: retention-days: 5 build-interactive: - runs-on: [self-hosted, manylinux2014-ci] + runs-on: [self-hosted, manylinux2014] needs: [changes] if: ${{ github.repository == 'alibaba/GraphScope' }} steps: @@ -301,7 +301,7 @@ jobs: retention-days: 5 build-learning: - runs-on: [self-hosted, manylinux2014-ci] + runs-on: [self-hosted, manylinux2014] needs: [changes] if: ${{ github.repository == 'alibaba/GraphScope' }} steps: @@ -616,7 +616,7 @@ jobs: needs: [changes] # Require the user id of the self-hosted is 1001, which may need to be # configured manually when a new self-hosted runner is added. - runs-on: [self-hosted, manylinux2014-ci] + runs-on: [self-hosted, manylinux2014] if: ${{ github.repository == 'alibaba/GraphScope' }} steps: - uses: actions/checkout@v3