• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

Revisión36c5ec076b9c19c180c08b5c2870fa0d89f86c18 (tree)
Tiempo2019-09-11 21:37:25
Autorjenkins-x-bot <35031835+jenkins-x-bot@user...>
CommiterGitHub

Log Message

Merge pull request #64 from rawlingsj/master

fix: BDD tests, use the new BD test GCP project

Cambiar Resumen

Diferencia incremental

--- a/bdd/bdd.sh
+++ b/bdd/bdd.sh
@@ -54,7 +54,7 @@ cp $SRC_PATH/parameters.yaml $DST_PATH/env
5454 cd $DST_PATH
5555
5656 # Rotate the domain to avoid cert-manager API rate limit
57-if [[ -n "${DOMAIN_ROTATION}" ]]; then
57+if [[ "${DOMAIN_ROTATION}" == "true" ]]; then
5858 SHARD=$(date +"%l" | xargs)
5959 DOMAIN="${DOMAIN_PREFIX}${SHARD}${DOMAIN_SUFFIX}"
6060 if [[ -z "${DOMAIN}" ]]; then
--- a/bdd/boot-local/cluster.yaml
+++ b/bdd/boot-local/cluster.yaml
@@ -4,7 +4,7 @@ clusters:
44 - create
55 - cluster
66 - gke
7- - --project-id=jenkins-x-bdd2
7+ - --project-id=jenkins-x-bdd3
88 - -m=n1-standard-2
99 - --min-num-nodes=3
1010 - --max-num-nodes=5
--- a/bdd/boot-local/jx-requirements.yml
+++ b/bdd/boot-local/jx-requirements.yml
@@ -1,7 +1,7 @@
11 cluster:
22 clusterName: bdd-boot
33 environmentGitOwner: cb-kubecd
4- project: jenkins-x-bdd2
4+ project: jenkins-x-bdd3
55 provider: gke
66 zone: europe-west1-c
77 environments:
--- a/bdd/boot-vault/cluster.yaml
+++ b/bdd/boot-vault/cluster.yaml
@@ -4,7 +4,7 @@ clusters:
44 - create
55 - cluster
66 - gke
7- - --project-id=jenkins-x-bdd2
7+ - --project-id=jenkins-x-bdd3
88 - -m=n1-standard-2
99 - --min-num-nodes=3
1010 - --max-num-nodes=5
--- a/bdd/boot-vault/jx-requirements.yml
+++ b/bdd/boot-vault/jx-requirements.yml
@@ -1,7 +1,7 @@
11 cluster:
22 clusterName: bdd-boot-v
33 environmentGitOwner: cb-kubecd
4- project: jenkins-x-bdd2
4+ project: jenkins-x-bdd3
55 provider: gke
66 zone: europe-west1-c
77 environments:
@@ -34,13 +34,10 @@ secretStorage: vault
3434 storage:
3535 logs:
3636 enabled: true
37- url: "gs://jx-bdd-log-store"
37+ url: "gs://jx-bdd-log-store3"
3838 reports:
3939 enabled: true
40- url: "gs://jx-bdd-log-store"
41- repository:
42- enabled: true
43- url: "gs://jx-bdd-repo"
40+ url: "gs://jx-bdd-log-store3"
4441 versionStream:
4542 ref: "master"
4643 url: https://github.com/jenkins-x/jenkins-x-versions.git
--- a/jenkins-x-bdd-local.yml
+++ b/jenkins-x-bdd-local.yml
@@ -17,6 +17,8 @@ pipelineConfig:
1717 value: http://jenkins-x-athens-proxy:80
1818 - name: GKE_SA
1919 value: /secrets/bdd/sa.json
20+ - name: DOMAIN_ROTATION
21+ value: "false"
2022 agent:
2123 image: gcr.io/jenkinsxio/builder-go-maven
2224 stages: