File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed
Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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
6165 echo "Removing kubernetes resources from state"
6266 terraform state rm 'module.jx.module.cluster.helm_release.jx-git-operator[0]'
6367 terraform state rm 'module.jx.module.cluster.kubernetes_config_map.jenkins_x_requirements[0]'
64- terraform state rm 'module.jx.module.cluster.module.jx-health[0].helm_release.cluster-checks'
65- terraform state rm 'module.jx.module.cluster.module.jx-health[0].helm_release.health-checks-install'
66- terraform state rm 'module.jx.module.cluster.module.jx-health[0].helm_release.kuberhealthy'
68+ terraform state rm 'module.jx.module.cluster.module.jx-health[0].helm_release.cluster-checks' || echo "Resource does not exist"
69+ terraform state rm 'module.jx.module.cluster.module.jx-health[0].helm_release.health-checks-install' || echo "Resource does not exist"
70+ terraform state rm 'module.jx.module.cluster.module.jx-health[0].helm_release.kuberhealthy' || echo "Resource does not exist"
6771
6872 echo "lets connect to the remote cluster"
6973 $(terraform output -raw connect)
Original file line number Diff line number Diff line change 8282
8383 echo "lets verify the log completes"
8484 jx admin log -b
85-
85+
8686 echo "installing the BDD test"
8787 export GIT_ORGANISATION="jenkins-x-bdd"
8888 export TEST_NAME="test-create-spring"
Original file line number Diff line number Diff line change 4848 name : podinfo
4949 podTemplate : {}
5050 serviceAccountName : bdd-bot
51- timeout : 240h0m0s
51+ timeout : 2h0m0s
5252status : {}
Original file line number Diff line number Diff line change 4646 source : " pullrequest-gitea.yaml"
4747 - name : gsm
4848 context : " gsm"
49- always_run : true
49+ always_run : false
5050 optional : false
5151 trigger : (?m)^/test( all| gsm),?(s+|$)
5252 rerun_command : /test gsm
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
Original file line number Diff line number Diff line change 11gitUrl : https://github.com/jenkins-x/acme
2- version : 0.0.24
2+ version : 0.0.26
33namespace : jx
You can’t perform that action at this time.
0 commit comments