Skip to content

Commit

Permalink
GEODE-9940: ci improvements (apache#7255)
Browse files Browse the repository at this point in the history
* pin the image too for all runs in the same mass test run
* fix typo in time format from apache#7254
  • Loading branch information
onichols-pivotal authored Jan 11, 2022
1 parent c0fbe30 commit 233533b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ci/pipelines/mass-test-run/jinja.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ resources:
source:
interval: 62m
days: [Friday]
start: 5:00PM
stop: 6:02PM
start: 5:00 PM
stop: 6:02 PM
location: America/Los_Angeles
- name: test-finish-time
type: time
Expand Down Expand Up @@ -178,6 +178,7 @@ jobs:
params:
depth: 1
- get: geode-build-version
- get: linux-builder-image-family

- name: trigger-mass-run
serial: true
Expand Down Expand Up @@ -229,6 +230,7 @@ jobs:
- get: alpine-tools-image
passed: [trigger-mass-run]
- get: {{ test.PLATFORM}}-builder-image-family
passed: [pin-geode]
- do:
{{ init_retry()|indent(6) }}
- task: create_instance-{{java_test_version.name}}
Expand Down Expand Up @@ -356,7 +358,7 @@ jobs:
- get: geode
passed: [{{test.name}}-test-{{java_test_version.name}}]
- get: alpine-tools-image
passed: [trigger-mass-run]
passed: [distributed-test-openjdk8]
- get: test-finish-time
passed: [{{test.name}}-test-{{java_test_version.name}}]
trigger: true
Expand Down

0 comments on commit 233533b

Please sign in to comment.