File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -119,20 +119,6 @@ E2E_SKIP_EKS_UPGRADE ?= "true"
119
119
# Set EKS_SOURCE_TEMPLATE to override the source template
120
120
EKS_SOURCE_TEMPLATE ?= eks/cluster-template-eks-control-plane-only.yaml
121
121
122
- # ### We are disable Cluster API Framework tests for the time being for lack of resources
123
- # With framework tests enables, tests exceed the 4 hour timeout.
124
- GINKGO_SKIP ?= \[Cluster API Framework\]
125
-
126
- # If someone sets an explicit focus for Cluster API Framework, remove the skip
127
- ifeq ($(findstring \[Cluster API Framework\],$(E2E_FOCUS ) ) ,\[Cluster API Framework\])
128
- override undefine GINKGO_SKIP
129
- endif
130
-
131
- # Enable Cluster API Framework tests for the purposes of running the PR blocking test
132
- ifeq ($(findstring \[PR-Blocking\],$(E2E_FOCUS ) ) ,\[PR-Blocking\])
133
- override undefine GINKGO_SKIP
134
- endif
135
-
136
122
override E2E_ARGS += -artifacts-folder="$(ARTIFACTS ) " --data-folder="$(E2E_DATA_DIR ) " -use-existing-cluster=$(USE_EXISTING_CLUSTER )
137
123
override GINKGO_ARGS += -stream -progress -v -trace
138
124
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ ifeq ($(UNAME), Linux)
178
178
endif
179
179
ifeq ($(UNAME ) , Darwin)
180
180
$(MAKE) $(SSM_SHARE)/sessionmanager-bundle.zip
181
- cd $(BIN_DIR) && unzip -j ../share/ssm/sessionmanager-bundle.zip sessionmanager-bundle/bin/session-manager-plugin
181
+ cd $(BIN_DIR) && unzip -o - j ../share/ssm/sessionmanager-bundle.zip sessionmanager-bundle/bin/session-manager-plugin
182
182
endif
183
183
184
184
.PHONY : clean
You can’t perform that action at this time.
0 commit comments