diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-09-24 11:47:13 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-04 20:20:56 +0200 |
commit | a34eb99cbb9eee653ef5b852c325b4a792e67e05 (patch) | |
tree | c9e6bd0ba821425fbba2b573923105421d37511c /.cirrus.yml | |
parent | 2c540713f9289d8cfd14a65f3b4c3c33a4696e20 (diff) | |
download | sonarqube-a34eb99cbb9eee653ef5b852c325b4a792e67e05.tar.gz sonarqube-a34eb99cbb9eee653ef5b852c325b4a792e67e05.zip |
Use Chrome driver
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 738f5a5499a..bd5653e2325 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -94,7 +94,7 @@ qa_task: only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' gke_container: - image: gcr.io/ci-cd-215716/sonar-enterprise-qa:0.0.1 + image: gcr.io/ci-cd-215716/sonar-enterprise-qa:0.0.2 cluster_name: cirrus-cluster zone: us-central1-a namespace: default |