Skip to content

Commit 6193e8b

Browse files
ci: Address review comments
1 parent fabd805 commit 6193e8b

File tree

9 files changed

+5
-19
lines changed

9 files changed

+5
-19
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
${{ runner.os }}-go-
8585
8686
- name: Run e2e tests
87-
run: devbox run -- make e2e-test E2E_LABEL='provider:${{ inputs.provider }} && cni:Cilium && addonStrategy:HelmAddon' E2E_SKIP='${{ inputs.skip }}' E2E_FOCUS='${{ inputs.focus }}'
87+
run: devbox run -- make e2e-test E2E_LABEL='provider:${{ inputs.provider }}' E2E_SKIP='${{ inputs.skip }}' E2E_FOCUS='${{ inputs.focus }}'
8888
env:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/capi-quick-start/nutanix-cluster-calico-crs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
credentials:
6868
secretRef:
6969
name: ${CLUSTER_NAME}-pc-creds
70-
strategy: ClusterResourceSet
70+
strategy: HelmAddon
7171
clusterAutoscaler:
7272
strategy: ClusterResourceSet
7373
cni:

examples/capi-quick-start/nutanix-cluster-cilium-crs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
credentials:
6868
secretRef:
6969
name: ${CLUSTER_NAME}-pc-creds
70-
strategy: ClusterResourceSet
70+
strategy: HelmAddon
7171
clusterAutoscaler:
7272
strategy: ClusterResourceSet
7373
cni:

hack/examples/overlays/clusters/nutanix/calico/crs/kustomization.yaml.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ patches:
1717
- target:
1818
kind: Cluster
1919
path: ../../../../../patches/crs-strategy.yaml
20-
- target:
21-
kind: Cluster
22-
path: ../../../../../patches/nutanix/ccm-crs-strategy.yaml

hack/examples/overlays/clusters/nutanix/calico/helm-addon/kustomization.yaml.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ patches:
1717
- target:
1818
kind: Cluster
1919
path: ../../../../../patches/helm-addon-strategy.yaml
20-
- target:
21-
kind: Cluster
22-
path: ../../../../../patches/nutanix/ccm-helm-addon-strategy.yaml

hack/examples/overlays/clusters/nutanix/cilium/crs/kustomization.yaml.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ patches:
1717
- target:
1818
kind: Cluster
1919
path: ../../../../../patches/crs-strategy.yaml
20-
- target:
21-
kind: Cluster
22-
path: ../../../../../patches/nutanix/ccm-crs-strategy.yaml

hack/examples/overlays/clusters/nutanix/cilium/helm-addon/kustomization.yaml.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ patches:
1717
- target:
1818
kind: Cluster
1919
path: ../../../../../patches/helm-addon-strategy.yaml
20-
- target:
21-
kind: Cluster
22-
path: ../../../../../patches/nutanix/ccm-helm-addon-strategy.yaml

test/e2e/config/caren.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ variables:
196196
# IP/FQDN of Prism Central.
197197
# NOTE: This has to be overridden by specifying the env var NUTANIX_ENDPOINT when running the e2e tests. It is
198198
# set as empty here to enable running the e2e tests for non-nutanix providers locally without setting the env var.
199-
# NUTANIX_ENDPOINT: ""
199+
NUTANIX_ENDPOINT: ""
200200
# # Port of Prism Central. Default: 9440
201201
# NUTANIX_PORT: 9440
202202
# # Disable Prism Central certificate checking. Default: false

0 commit comments

Comments
 (0)