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

[ci] Fix multijob configuration for testing staging artifacts #582

Merged
merged 1 commit into from
Apr 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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