Skip to content

Commit

Permalink
bump vineyard version to 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Nov 30, 2023
1 parent 85a42a8 commit 57cd97b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-graphscope-wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
run: |
. ~/.graphscope_env
python3 -m pip install libclang
git clone --single-branch -b v0.16.4 --depth=1 https://github.com/v6d-io/v6d.git /tmp/v6d
git clone --single-branch -b v0.18.2 --depth=1 https://github.com/v6d-io/v6d.git /tmp/v6d
cd /tmp/v6d
git submodule update --init
cmake . -DCMAKE_INSTALL_PREFIX=/usr/local \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-20.04
if: ${{ github.repository == 'alibaba/GraphScope' }}
container:
image: registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.16.4
image: registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.18.2
steps:
- uses: actions/checkout@v3

Expand Down
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]
runs-on: [self-hosted, manylinux2014-ci-test]
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]
runs-on: [self-hosted, manylinux2014-ci-test]
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]
runs-on: [self-hosted, manylinux2014-ci-test]
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]
runs-on: [self-hosted, manylinux2014-ci-test]
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]
runs-on: [self-hosted, manylinux2014-ci-test]
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]
runs-on: [self-hosted, manylinux2014-ci-test]
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]
runs-on: [self-hosted, manylinux2014-ci-test]
if: ${{ github.repository == 'alibaba/GraphScope' }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/networkx-forward-algo-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run:
shell: bash --noprofile --norc -eo pipefail {0}
container:
image: registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.16.4
image: registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.18.2
options:
--shm-size 4096m

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo mkdir /opt/graphscope
sudo chown -R $(id -u):$(id -g) /opt/graphscope
python3 -m pip install click
python3 gsctl.py install-deps dev --v6d-version v0.16.4
python3 gsctl.py install-deps dev --v6d-version v0.18.2
- name: Setup tmate session
if: false
Expand Down
2 changes: 1 addition & 1 deletion k8s/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif
ARCH := $(shell uname -m)

VERSION ?= latest
VINEYARD_VERSION ?= v0.16.4
VINEYARD_VERSION ?= v0.18.2
# This is the version of builder base image in most cases, except for graphscope-dev
BUILDER_VERSION ?= $(VINEYARD_VERSION)
# This is the version of runtime base image
Expand Down
2 changes: 1 addition & 1 deletion k8s/actions-runner-controller/manylinux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TARGETPLATFORM ?= $(shell arch)
RUNNER_VERSION ?= 2.287.1
DOCKER_VERSION ?= 20.10.12

VINEYARD_VERSION ?= v0.16.4
VINEYARD_VERSION ?= v0.18.2
BUILDER_VERSION ?= $(VINEYARD_VERSION)

# default list of platforms for which multiarch image is built
Expand Down
2 changes: 1 addition & 1 deletion k8s/internal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GRAPHSCOPE_HOME ?= /usr/local
INSTALL_PREFIX ?= /opt/graphscope

VERSION ?= latest
VINEYARD_VERSION ?= v0.16.4
VINEYARD_VERSION ?= v0.18.2
PROFILE ?= release
CI ?= false

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readonly NC="\033[0m" # No Color

readonly GRAPE_BRANCH="master" # libgrape-lite branch
readonly V6D_VERSION="0.16.4" # vineyard version
readonly V6D_BRANCH="v0.16.4" # vineyard branch
readonly V6D_BRANCH="v0.18.2" # vineyard branch

readonly OUTPUT_ENV_FILE="${HOME}/.graphscope_env"
IS_IN_WSL=false && [[ ! -z "${IS_WSL}" || ! -z "${WSL_DISTRO_NAME}" ]] && IS_IN_WSL=true
Expand Down

0 comments on commit 57cd97b

Please sign in to comment.