ci: avoid to modify go.mod file#16842
Merged
kuisathaverat merged 7 commits intoelastic:masterfrom Mar 6, 2020
Merged
Conversation
cachedout
approved these changes
Mar 5, 2020
Contributor
|
I wonder if we need If we still need @kvch recommended just deleting the entire |
mdelapenya
approved these changes
Mar 5, 2020
kuisathaverat
commented
Mar 5, 2020
Contributor
Author
|
there are no traces of govendor in logs, but there are some make target that were not executed |
|
we should not require govendor anymore. If it is still somewhere in the makefiles/scripts, then this might be an oversight. Go modules is a complete replacement. |
mikemadden42
reviewed
Mar 6, 2020
kuisathaverat
commented
Mar 6, 2020
kvch
reviewed
Mar 6, 2020
kuisathaverat
commented
Mar 6, 2020
v1v
pushed a commit
to v1v/beats
that referenced
this pull request
Oct 16, 2020
* fix: avoid to modify go.mod file * test: do we need govendor? * fix: disable modules also when install mage * Update .ci/scripts/install-tools.bat * remove govendor code * Update .ci/scripts/install-tools.bat
v1v
added a commit
that referenced
this pull request
Oct 30, 2020
* cherry-pick aad07ad * Add stages to Jenkins pipeline (#14484) * ci: avoid to modify go.mod file (#16842) * Ensure install scripts only install if needed (#20349) * ci: fix warnings with wildcards and archive system-tests (#18695) * ci: run test on Windows (#15570) * [CI] fail if not possible to install python3 (#19164) * [CI] lint stage doesn't produce test reports (#21888) * [CI] Add stage name in the step (#21887) * [CI] kind setup fails sometimes (#21857) * [CI] refactor runbld post build action (#21256) * [CI] Archive build reasons (#21347) * [CI] Fix runbld when workspace does not exist (#21350) * [CI] Send slack message with build status (#21428) * [CI] Setup git config globally (#21562) * [CI] fix 'no matches found within 10000' (#21466) * [CI] Change notification channel (#21559) * [CI] Support skip-ci label (#21377) * [BUILD][CI] fetch dependencies with retry (#21614) * Disable x-pack/metricbeat in linux since build is broken #21962 * Disable tests for windows in auditbeat. See #21958 * Disable integration testing for libbeat. See #21959 * Disable integration testing for metricbeat. See #21961 * Disable windows build for auditbeat. See #21958 * Disable build for libbeat. See #21959 * Disable build for metricbeat. See #21961 * Disable windows build for metricbeat. See #22257 * Disable build for x-pack/metricbeat. See #21962 * Disable windows build for x-pack/winlogbeat. See #22263 * Disable windows build for x-pack/filebeat. See #21963 * integration-tests-environment is not available for winlogbeat. see #22265 * integration-tests-environment is not available for packetbeat. see #22266 * Build not available for x-pack/metricbeats in 6.8. See #22269 * Cherry-pick 96c60d0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
disable modules before to install
govendorWhy is it important?
go getmodify thego.modfile so it breaks themake checktarget.Related issues