-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some tests are failing => https://devops-ci.elastic.co/job/elastic+helm-charts+pull-request/448/
We may need to update the goss.yaml
content to fix them
@@ -1,6 +1,6 @@ | |||
--- | |||
- job: | |||
name: elastic+helm-charts+staging+cluster-cleanup | |||
name: elastic+helm-charts+%BRANCH%+staging+cluster-cleanup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Staging jobs where created by #532 to tests staging Docker image. IMHO these jobs should stay only on master branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this config we should automatically have staging jobs generated per git branch. Those "template" files will be present on all git branches (without needed to update them)
@@ -1,35 +0,0 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will pull-request jobs on master branch be able to test also pull requests for other branches or should we have some pull-request job for each release branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about the behavior with PRs against this branch with this new config. For now, I have removed those jjb
files and I would like to first merge this PR and make sure all the 7.7
jobs are OK (CI/staging) before dealing with the PRs jobs
There is a `build_snapshot` entry for that "version": { "number": "7.6.2", "build_hash": "c14a620411be7e6e463520eafa61fa8d7efb84ce", "build_number": 29199, "build_snapshot": false }
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Make use of secure port when accessing Kubelet API
* remove wrong `--namespace` argument * add `--cleanup` to clean test pod
[elasticsearch] fix helm test command
* master: [elasticsearch] fix helm test command Add nodes/stats clusterRoleRules Replace HOSTNAME with NODE_NAME to access host without hostNetwork [7.6.2] update changelog [7.6.2] bump version fix: allow redirection on the readinessProbe [helm] bump helm version to 2.16.5 Support staging ES security tests Run staging test jobs on demand added loadBalancerIP option to service [kibana] update default values [kibana] set cpu request = limits [kibana] increase nodejs memory limit [kibana] increase memory requests/limits [helm] bump helm version to 2.16.4 Fix linting issues Add tests to ensure the service selectors bind correctly to pods created by the deployment Fix app label to match service if chart is deployed with an alias Update values.yaml Make use of secure port when accessing Kubelet API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛴
jenkins test this please |
This commit initiates the 6.8 branch which will be dedicated to the 6.8.x releases for the Helm Charts. It will allow to: - test this branch with the daily Stack Docker images 6.8.9-SNAPSHOT via dedicated Jenkins jobs - test the staging 6.8.x Docker images before a release This branch is based on [7.7](https://github.com/elastic/helm-charts/tree/7.7/) which was initiated in #541. [Elasticsearch upgrade test](https://github.com/elastic/helm-charts/tree/7.7/elasticsearch/examples/upgrade) has been removed as doesn't make sense to try an upgrade from `7.0.0-alpha1` to `6.8.x`.
This commit initiates the 6.8 branch which will be dedicated to the 7.x.x releases for the Helm Charts. It will allow to: - test this branch with the daily Stack Docker images 7.8.0-SNAPSHOT via dedicated Jenkins jobs - test the staging 7.8.x Docker images before a release This branch is based on https://github.com/elastic/helm-charts/tree/7.7/ which was initiated in #541. Also related to #602.
This commit initiates the
7.7
branch which will be dedicated to the7.7.x
releases for the Helm Charts. It will allow to:The files related to the 6.x versions are removed from this branch.
The
CHANGELOG
file is also removed, the intent is to have a unique file for dealing with the changelogs onmaster
.The doc still needs to be updated to introduce this new workflow.