File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
go-version-file : go.mod
49
49
- name : Run tests
50
- run : make RELEASE_VERSION=test CONTROLLER_VERSION=v2 TEST_KIND_IMAGE=kindest/node:${{ matrix.kubernetes-version }} test_e2e
50
+ env :
51
+ RELEASE_VERSION : test
52
+ CONTROLLER_VERSION : v2
53
+ TEST_KIND_IMAGE : kindest/node:${{ matrix.kubernetes-version }}
54
+ PLATFORMS : linux/amd64
55
+ INTEL_PLATFORMS : linux/amd64
56
+ MPICH_PLATFORMS : linux/amd64
57
+ run : make test_e2e
Original file line number Diff line number Diff line change 14
14
15
15
BIN_DIR =_output/cmd/bin
16
16
REPO_PATH ="github.com/kubeflow/mpi-operator"
17
- REL_OSARCH ="linux/amd64"
18
17
GitSHA =$(shell git rev-parse HEAD)
19
18
Date =$(shell date "+% Y-% m-% d % H:% M:% S")
20
19
RELEASE_VERSION? =v0.5.0
21
20
CONTROLLER_VERSION? =v2
22
21
BASE_IMAGE_SSH_PORT? =2222
23
22
IMG_BUILDER =docker
24
- PLATFORMS ?= linux/amd64
23
+ PLATFORMS ?= linux/amd64,linux/arm64,linux/ppc64le
25
24
INTEL_PLATFORMS ?= linux/amd64
26
- MPICH_PLATFORMS ?= linux/amd64
25
+ MPICH_PLATFORMS ?= linux/amd64,linux/arm64
27
26
LD_FLAGS_V2 =" \
28
27
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
29
28
-X '${REPO_PATH}/pkg/version.Built=${Date}' \
You can’t perform that action at this time.
0 commit comments