Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[ci] Fix multijob configuration for testing staging artifacts (#582)
Browse files Browse the repository at this point in the history
The multijob configuration for testing staging 7.7 artifacts was
referencing jobs from another branch. This commit makes sure the
configured jobs are all from the same git branch.
  • Loading branch information
mgreau committed Apr 15, 2020
1 parent 68a54af commit 42eef5d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .ci/jobs.t/elastic+helm-charts+{branch}+staging.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
- job:
name: elastic+helm-charts+%BRANCH%+staging
display-name: elastic / helm-charts - staging
display-name: elastic / helm-charts +%BRANCH%+ - staging tests
description: Staging image testing
concurrent: true
parameters:
- string:
name: BUILD_ID
description: "The buildId for the staging images. (Example: 7.6.1-abcdabcd)"
description: "The buildId for the staging images. (Example: 7.7.0-abcdabcd)"
project-type: multijob
scm:
- git:
Expand All @@ -17,30 +17,30 @@
name: template testing and kubernetes cluster creation
condition: SUCCESSFUL
projects:
- name: elastic+helm-charts+staging+cluster-creation
- name: elastic+helm-charts+%BRANCH%+staging+cluster-creation
current-parameters: true
- multijob:
name: elasticsearch integration testing
condition: ALWAYS
projects:
- name: elastic+helm-charts+staging+integration-elasticsearch
- name: elastic+helm-charts+%BRANCH%+staging+integration-elasticsearch
current-parameters: true
- multijob:
name: integration testing
condition: ALWAYS
projects:
- name: elastic+helm-charts+staging+integration-kibana
- name: elastic+helm-charts+%BRANCH%+staging+integration-kibana
current-parameters: true
- name: elastic+helm-charts+staging+integration-filebeat
- name: elastic+helm-charts+%BRANCH%+staging+integration-filebeat
current-parameters: true
- name: elastic+helm-charts+staging+integration-metricbeat
- name: elastic+helm-charts+%BRANCH%+staging+integration-metricbeat
current-parameters: true
- name: elastic+helm-charts+staging+integration-logstash
- name: elastic+helm-charts+%BRANCH%+staging+integration-logstash
current-parameters: true
- name: elastic+helm-charts+staging+integration-apm-server
- name: elastic+helm-charts+%BRANCH%+staging+integration-apm-server
current-parameters: true
publishers:
- trigger-parameterized-builds:
- project: elastic+helm-charts+staging+cluster-cleanup
- project: elastic+helm-charts+%BRANCH%+staging+cluster-cleanup
current-parameters: true
trigger-with-no-params: false

0 comments on commit 42eef5d

Please sign in to comment.