Skip to content

Commit

Permalink
Merge pull request openshift#11840 from vrutkovs/4.5-gcp-upgrade-peri…
Browse files Browse the repository at this point in the history
…odics-loki

Port 4.5 GCP upgrade periodics to multistep
  • Loading branch information
openshift-merge-robot committed Sep 30, 2020
2 parents 814952b + ae85709 commit 0e090ba
Showing 1 changed file with 6 additions and 8 deletions.
Expand Up @@ -6209,7 +6209,7 @@ periodics:
value: "4.5"
- name: CLUSTER_TYPE
value: gcp
- name: CONFIG_SPEC
- name: UNRESOLVED_CONFIG
value: |
tag_specification:
name: "$(BRANCH)"
Expand All @@ -6223,10 +6223,9 @@ periodics:
memory: 200Mi
tests:
- as: e2e-$(CLUSTER_TYPE)-upgrade
commands: TEST_SUITE=all run-upgrade-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
upgrade: true
workflow: "openshift-upgrade-$(CLUSTER_TYPE)-loki"
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down Expand Up @@ -7369,7 +7368,7 @@ periodics:
value: "4.4"
- name: CLUSTER_TYPE
value: gcp
- name: CONFIG_SPEC
- name: UNRESOLVED_CONFIG
value: |
tag_specification:
name: "$(BRANCH)"
Expand All @@ -7383,10 +7382,9 @@ periodics:
memory: 200Mi
tests:
- as: e2e-$(CLUSTER_TYPE)-upgrade
commands: TEST_SUITE=all run-upgrade-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
upgrade: true
workflow: "openshift-upgrade-$(CLUSTER_TYPE)-loki"
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down

0 comments on commit 0e090ba

Please sign in to comment.