Skip to content

Commit

Permalink
chore: change manylinux2014-ci to manylinux2014 (alibaba#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 authored Feb 1, 2024
1 parent 7704e9a commit b39a340
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gaia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/k8s-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b39a340

Please sign in to comment.