Skip to content

Commit 63e68a9

Browse files
committed
fix: enable tls tests by default
Signed-off-by: ankitm123 <[email protected]>
1 parent f63336f commit 63e68a9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.lighthouse/jenkins-x/bdd/terraform-tls.yaml.gotmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ spec:
66
value: "/tmp/kubecfg"
77
- name: TF_VAR_jx_git_url
88
value: https://github.com/jenkins-x-bdd/cluster-{{ .Env.TF_VAR_cluster_name }}-dev.git
9+
- name: TF_VAR_node_spot
10+
value: "true"
11+
- name: TF_VAR_kuberhealthy
12+
value: "false"
913
- name: TF_VAR_jx_bot_username
1014
value: jenkins-x-bot-bdd
1115
- name: TF_VAR_jx_bot_token

.lighthouse/jenkins-x/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ spec:
4848
name: podinfo
4949
podTemplate: {}
5050
serviceAccountName: bdd-bot
51-
timeout: 240h0m0s
51+
timeout: 2h0m0s
5252
status: {}

.lighthouse/jenkins-x/triggers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
source: "pullrequest.yaml"
8282
- name: tls
8383
context: "tls"
84-
always_run: false
84+
always_run: true
8585
optional: false
8686
trigger: (?m)^/test( all| tls),?(s+|$)
8787
rerun_command: /test tls

0 commit comments

Comments
 (0)