Skip to content

Commit

Permalink
fix: enable tls tests by default
Browse files Browse the repository at this point in the history
Signed-off-by: ankitm123 <ankitmohapatra123@gmail.com>
  • Loading branch information
ankitm123 committed Jul 3, 2022
1 parent f63336f commit 63e68a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .lighthouse/jenkins-x/bdd/terraform-tls.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ spec:
value: "/tmp/kubecfg"
- name: TF_VAR_jx_git_url
value: https://github.com/jenkins-x-bdd/cluster-{{ .Env.TF_VAR_cluster_name }}-dev.git
- name: TF_VAR_node_spot
value: "true"
- name: TF_VAR_kuberhealthy
value: "false"
- name: TF_VAR_jx_bot_username
value: jenkins-x-bot-bdd
- name: TF_VAR_jx_bot_token
Expand Down
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ spec:
name: podinfo
podTemplate: {}
serviceAccountName: bdd-bot
timeout: 240h0m0s
timeout: 2h0m0s
status: {}
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/triggers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
source: "pullrequest.yaml"
- name: tls
context: "tls"
always_run: false
always_run: true
optional: false
trigger: (?m)^/test( all| tls),?(s+|$)
rerun_command: /test tls
Expand Down

0 comments on commit 63e68a9

Please sign in to comment.