Merge "Fix gerrit upgrade testing"
This commit is contained in:
commit
e5649268ea
@ -200,7 +200,7 @@ gerrit_run_init_dev_mode: true
|
|||||||
gerrit_storyboard_token: 52514e74-4b8f-4d6d-a29a-a6262f97578a
|
gerrit_storyboard_token: 52514e74-4b8f-4d6d-a29a-a6262f97578a
|
||||||
gerrit_email_private_key: wjpkxebohgbid6rpuwpfrYsouxpgseluqir6yupppBczoezj
|
gerrit_email_private_key: wjpkxebohgbid6rpuwpfrYsouxpgseluqir6yupppBczoezj
|
||||||
gerrit_rest_token_private_key: A83fAC8x72wxcu
|
gerrit_rest_token_private_key: A83fAC8x72wxcu
|
||||||
gerrit_container_image: "docker.io/opendevorg/gerrit:{{ zuul_test_gerrit_version | default('3.8') }}"
|
gerrit_container_image: "docker.io/opendevorg/gerrit:{{ zuul_test_gerrit_version | default('3.10') }}"
|
||||||
gerrit_under_test: true
|
gerrit_under_test: true
|
||||||
gerrit_launchpad_auth:
|
gerrit_launchpad_auth:
|
||||||
access_token: 'token'
|
access_token: 'token'
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
- name: Ensure initial gerrit state without starting Gerrit
|
- name: Ensure initial gerrit state without starting Gerrit
|
||||||
import_playbook: ../service-review.yaml
|
import_playbook: ../service-review.yaml
|
||||||
vars:
|
vars:
|
||||||
gerrit_container_image: docker.io/opendevorg/gerrit:3.9
|
gerrit_container_image: docker.io/opendevorg/gerrit:3.10
|
||||||
gerrit_run_init: false
|
gerrit_run_init: false
|
||||||
gerrit_run_reindex: false
|
gerrit_run_reindex: false
|
||||||
gerrit_run_compose_up: false
|
gerrit_run_compose_up: false
|
||||||
@ -35,7 +35,7 @@
|
|||||||
- name: Start Gerrit on the old version of Gerrit
|
- name: Start Gerrit on the old version of Gerrit
|
||||||
import_playbook: ../service-review.yaml
|
import_playbook: ../service-review.yaml
|
||||||
vars:
|
vars:
|
||||||
gerrit_container_image: docker.io/opendevorg/gerrit:3.9
|
gerrit_container_image: docker.io/opendevorg/gerrit:3.10
|
||||||
|
|
||||||
- hosts: "review:!disabled"
|
- hosts: "review:!disabled"
|
||||||
name: "Wait for gerrit to be up and running"
|
name: "Wait for gerrit to be up and running"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user