Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang committed Nov 8, 2023
1 parent 5359d7c commit 14c9ecd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- run: |
git config --global --add safe.directory $(pwd)
- name: build operator image
run: |
export DOCKER_REPO=reg.vesoft-inc.com/ci
export IMAGE_TAG=ci-e2e
make docker-multiarch
# - name: build operator image
# run: |
# export DOCKER_REPO=reg.vesoft-inc.com/ci
# export IMAGE_TAG=ci-e2e
# make docker-multiarch
- name: e2e
run: |
export E2E_DOCKER_CONFIG_JSON_SECRET=`cat ~/.docker/config.json| base64 -w 0`
make e2e E2EARGS="-labels category=tools -v=5"
env:
E2E_OPERATOR_IMAGE: reg.vesoft-inc.com/ci/nebula-operator:ci-e2e
E2E_OPERATOR_IMAGE: reg.vesoft-inc.com/cloud-dev/nebula-operator:snap-1.25
E2E_OPERATOR_INSTALL: "false"
E2E_NC_VERSION: v3.6.0
E2E_NC_GRAPHD_IMAGE: reg.vesoft-inc.com/vesoft-ent/nebula-graphd-ent
Expand Down

0 comments on commit 14c9ecd

Please sign in to comment.