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

Commit

Permalink
[release] Initiate 7.7 branch (#541)
Browse files Browse the repository at this point in the history
We are starting using a git branching model like the Elastic Stack projects. 

This commit makes sure this `7.7` branch is using the 7.7.x-SNAPSHOT Docker images and  this branch will be used for the development and release processes  for the Helm Charts 7.7.x
  • Loading branch information
mgreau authored Apr 9, 2020
1 parent e7ed45d commit fb3b0a7
Show file tree
Hide file tree
Showing 96 changed files with 243 additions and 1,516 deletions.
8 changes: 1 addition & 7 deletions .ci/jobs/defaults.yml → .ci/jobs.t/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
logrotate:
daysToKeep: 30
numToKeep: 100
parameters:
- string:
name: branch_specifier
default: master
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
properties:
- github:
url: https://github.com/elastic/helm-charts/
Expand All @@ -30,7 +24,7 @@
credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba
reference-repo: /var/lib/jenkins/.git-references/helm-charts.git
branches:
- ${branch_specifier}
- "%BRANCH%"
url: git@github.com:elastic/helm-charts.git
basedir: ''
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+cluster-cleanup
display-name: elastic / helm-charts - master - cluster cleanup
description: Master - cluster cleanup
name: elastic+helm-charts+%BRANCH%+cluster-cleanup
display-name: elastic / helm-charts - %BRANCH% - cluster cleanup
description: cluster cleanup
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+cluster-creation
display-name: elastic / helm-charts - master - cluster creation
description: Master - cluster creation
name: elastic+helm-charts+%BRANCH%+cluster-creation
display-name: elastic / helm-charts - %BRANCH% - cluster creation
description: cluster creation
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+integration-apm-server
display-name: elastic / helm-charts - master - integration apm-server
description: Master - integration apm-server
name: elastic+helm-charts+%BRANCH%+integration-apm-server
display-name: elastic / helm-charts - %BRANCH% - integration apm-server
description: integration apm-server
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+integration-elasticsearch
display-name: elastic / helm-charts - master - integration elasticsearch
description: Master - integration elasticsearch
name: elastic+helm-charts+%BRANCH%+integration-elasticsearch
display-name: elastic / helm-charts - %BRANCH% - integration elasticsearch
description: integration elasticsearch
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+integration-filebeat
display-name: elastic / helm-charts - master - integration filebeat
description: Master - integration filebeat
name: elastic+helm-charts+%BRANCH%+integration-filebeat
display-name: elastic / helm-charts - %BRANCH% - integration filebeat
description: integration filebeat
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+integration-kibana
display-name: elastic / helm-charts - master - integration kibana
description: Master - integration kibana
name: elastic+helm-charts+%BRANCH%+integration-kibana
display-name: elastic / helm-charts - %BRANCH% - integration kibana
description: integration kibana
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+integration-logstash
display-name: elastic / helm-charts - master - integration logstash
description: Master - integration logstash
name: elastic+helm-charts+%BRANCH%+integration-logstash
display-name: elastic / helm-charts - %BRANCH% - integration logstash
description: integration logstash
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+integration-metricbeat
display-name: elastic / helm-charts - master - integration metricbeat
description: Master - integration metricbeat
name: elastic+helm-charts+%BRANCH%+integration-metricbeat
display-name: elastic / helm-charts - %BRANCH% - integration metricbeat
description: integration metricbeat
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging+cluster-cleanup
name: elastic+helm-charts+%BRANCH%+staging+cluster-cleanup
display-name: elastic / helm-charts - staging - cluster cleanup
description: staging - cluster cleanup
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging+cluster-creation
name: elastic+helm-charts+%BRANCH%+staging+cluster-creation
display-name: elastic / helm-charts - staging - cluster creation
description: staging - cluster creation
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging+integration-apm-server
name: elastic+helm-charts+%BRANCH%+staging+integration-apm-server
display-name: elastic / helm-charts - staging - integration apm-server
description: staging - integration apm-server
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging+integration-elasticsearch
name: elastic+helm-charts+%BRANCH%+staging+integration-elasticsearch
display-name: elastic / helm-charts - staging - integration elasticsearch
description: staging - integration elasticsearch
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging+integration-filebeat
name: elastic+helm-charts+%BRANCH%+staging+integration-filebeat
display-name: elastic / helm-charts - staging - integration filebeat
description: staging - integration filebeat
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging+integration-kibana
name: elastic+helm-charts+%BRANCH%+staging+integration-kibana
display-name: elastic / helm-charts - staging - integration kibana
description: staging - integration kibana
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging+integration-logstash
name: elastic+helm-charts+%BRANCH%+staging+integration-logstash
display-name: elastic / helm-charts - staging - integration logstash
description: staging - integration logstash
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging+integration-metricbeat
name: elastic+helm-charts+%BRANCH%+staging+integration-metricbeat
display-name: elastic / helm-charts - staging - integration metricbeat
description: staging - integration metricbeat
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- job:
name: elastic+helm-charts+staging
name: elastic+helm-charts+%BRANCH%+staging
display-name: elastic / helm-charts - staging
description: Staging image testing
concurrent: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+lint-python
display-name: elastic / helm-charts - master - lint python
description: Master - lint python
name: elastic+helm-charts+%BRANCH%+lint-python
display-name: elastic / helm-charts - %BRANCH% - lint python
description: lint python
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master+template-testing
display-name: elastic / helm-charts - master - template testing
description: Master - template testing
name: elastic+helm-charts+%BRANCH%+template-testing
display-name: elastic / helm-charts - %BRANCH% - template testing
description: template testing
scm:
- git:
wipe-workspace: 'True'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- job:
name: elastic+helm-charts+master
display-name: elastic / helm-charts - master
description: Master branch testing
name: elastic+helm-charts+%BRANCH%
display-name: elastic / helm-charts - %BRANCH%
description: branch testing
project-type: multijob
scm:
- git:
Expand All @@ -15,34 +15,34 @@
name: template testing and kubernetes cluster creation
condition: SUCCESSFUL
projects:
- name: elastic+helm-charts+master+template-testing
- name: elastic+helm-charts+%BRANCH%+template-testing
current-parameters: true
- name: elastic+helm-charts+master+lint-python
- name: elastic+helm-charts+%BRANCH%+lint-python
current-parameters: true
- name: elastic+helm-charts+master+cluster-creation
- name: elastic+helm-charts+%BRANCH%+cluster-creation
current-parameters: true
- multijob:
name: elasticsearch integration testing
condition: ALWAYS
projects:
- name: elastic+helm-charts+master+integration-elasticsearch
- name: elastic+helm-charts+%BRANCH%+integration-elasticsearch
current-parameters: true
- multijob:
name: integration testing
condition: ALWAYS
projects:
- name: elastic+helm-charts+master+integration-kibana
- name: elastic+helm-charts+%BRANCH%+integration-kibana
current-parameters: true
- name: elastic+helm-charts+master+integration-filebeat
- name: elastic+helm-charts+%BRANCH%+integration-filebeat
current-parameters: true
- name: elastic+helm-charts+master+integration-metricbeat
- name: elastic+helm-charts+%BRANCH%+integration-metricbeat
current-parameters: true
- name: elastic+helm-charts+master+integration-logstash
- name: elastic+helm-charts+%BRANCH%+integration-logstash
current-parameters: true
- name: elastic+helm-charts+master+integration-apm-server
- name: elastic+helm-charts+%BRANCH%+integration-apm-server
current-parameters: true
publishers:
- trigger-parameterized-builds:
- project: elastic+helm-charts+master+cluster-cleanup
- project: elastic+helm-charts+%BRANCH%+cluster-cleanup
current-parameters: true
trigger-with-no-params: false
35 changes: 0 additions & 35 deletions .ci/jobs/elastic+helm-charts+pull-request+cluster-cleanup.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .ci/jobs/elastic+helm-charts+pull-request+cluster-creation.yml

This file was deleted.

This file was deleted.

Loading

0 comments on commit fb3b0a7

Please sign in to comment.