Skip to content

fix: disable workaround on macos#17750

Merged
kuisathaverat merged 3 commits intoelastic:masterfrom
kuisathaverat:disable-on-mac
Apr 17, 2020
Merged

fix: disable workaround on macos#17750
kuisathaverat merged 3 commits intoelastic:masterfrom
kuisathaverat:disable-on-mac

Conversation

@kuisathaverat
Copy link
Copy Markdown
Contributor

What does this PR do?

It disables docker login and a workaround to pull a Docker image on Mac OS.

Why is it important?

Mac OS workers do not have Docker installed so the commands fail, breaking the build.

dockerLogin(secret: "${DOCKERELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}")
// FIXME workaround untill we fix the packer cache
sh 'docker pull docker.elastic.co/observability-ci/database-enterprise:12.2.0.1'
if(os == 'linux'){
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't now os was a filter, neat!

Copy link
Copy Markdown
Contributor Author

@kuisathaverat kuisathaverat Apr 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, it is a tricky function we have in the pipeline of beats, probably we can move it to the library.

Co-Authored-By: Victor Martinez <victormartinezrubio@gmail.com>
Co-Authored-By: Andrew Kroh <andrew.kroh@elastic.co>
@kuisathaverat kuisathaverat merged commit 332b850 into elastic:master Apr 17, 2020
@kuisathaverat kuisathaverat deleted the disable-on-mac branch April 17, 2020 07:31
jsoriano pushed a commit to jsoriano/beats that referenced this pull request Apr 28, 2020
* fix: disable workaround on macos

* Update Jenkinsfile

Co-Authored-By: Victor Martinez <victormartinezrubio@gmail.com>

* Update Jenkinsfile

Co-Authored-By: Andrew Kroh <andrew.kroh@elastic.co>

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
jsoriano added a commit that referenced this pull request Apr 28, 2020
Backport some features added to Jenkinsfile to 7.x branch:
* Dry run option.
* Docker login.
* Git config for generator tests.
* Filter changes using go list.

These are the cherry-picked changes:
* fix: login into the docker registry (#17620)
* feat: filter changes using go list output (#17397)
* fix: disable workaround on macos (#17750)
* ci: set git user configuration if it is not set (#17782)
* fix: mount Docker credentials (#17798)
* Review dependency patterns collection in Jenkins (#18004)

Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants