You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+13-10
Original file line number
Diff line number
Diff line change
@@ -52,20 +52,23 @@ jobs:
52
52
- CLUSTER_PROVIDER="gke"
53
53
- CLUSTER_MACHINE="e2-standard-8"
54
54
- CLUSTER_REUSE=1
55
-
script: make ci/cluster-setup ci/e2e
56
-
57
-
- name: "e2e tests in Azure (AKS)"
58
-
# Run on cron jobs, tagged releases or any builds where commit message contains "test-azure"
59
-
if: (type IN (cron, api) OR (tag =~ ^v) OR (commit_message =~ test-azure) OR (commit_message =~ test-cloud)) AND NOT (commit_message =~ skip-test OR commit_message =~ skip-azure OR commit_message =~ skip-cloud)
60
-
env:
61
-
- CLUSTER_PROVIDER="azure"
62
-
- CLUSTER_REUSE=1
63
-
script: make ci/cluster-setup ci/e2e
55
+
- CLUSTER_VERSION=1.19.11-gke.2100
56
+
script: make ci/cluster-setup && make ci/e2e
57
+
58
+
# TODO: Azure credentials need to be updated. I, acookin, do not have the privs one needs to do this.
## Run on cron jobs, tagged releases or any builds where commit message contains "test-azure"
62
+
#if: (type IN (cron, api) OR (tag =~ ^v) OR (commit_message =~ test-azure) OR (commit_message =~ test-cloud)) AND NOT (commit_message =~ skip-test OR commit_message =~ skip-azure OR commit_message =~ skip-cloud)
63
+
#env:
64
+
#- CLUSTER_PROVIDER="azure"
65
+
#- CLUSTER_REUSE=1
66
+
#script: make ci/cluster-setup && make ci/e2e
64
67
65
68
- name: "e2e tests in a local (1 node) Kubernetes cluster (k3d)"
0 commit comments