-
Notifications
You must be signed in to change notification settings - Fork 857
Removing package version hold when es_version_hold: false
#601
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
94b9525
to
b9774ad
Compare
jenkins test this please |
@LukeRoz test are failing on CentOS with the following error:
|
b9774ad
to
d421b4f
Compare
jenkins test this please |
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.
unhold elasticsearch package when switching to a different package type
task on debian and RedHat - unlock elasticsearch version
task on redhat are failing at idempotency tests:
- https://devops-ci.elastic.co/job/elastic+ansible-elasticsearch+pull-request/48/OS=ubuntu-1404,TEST_TYPE=oss,VERSION=7.x,label=linux/console
- https://devops-ci.elastic.co/job/elastic+ansible-elasticsearch+pull-request/48/OS=centos-7,TEST_TYPE=oss,VERSION=7.x,label=linux/console
These tasks shouldn't change anything during the second ansible deployment.
9ebd4b6
to
7806d23
Compare
jenkins test this please |
1 similar comment
jenkins test this please |
d0ae673
to
aed5bcd
Compare
6a69739
to
09b90aa
Compare
|
||
- name: RedHat - unlock elasticsearch version | ||
become: yes | ||
shell: yum versionlock delete 0:elasticsearch* | cat |
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.
why do you need a | cat
here?
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.
Hm... OK, | cat
is unnecessary now. Deleting.
jenkins test this please |
09b90aa
to
fd3ceed
Compare
jenkins test this please |
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.
LGTM 👍
Fix for #499