This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
CI: Fix xurls URL #839
Merged
grahamwhaley
merged 1 commit into
kata-containers:master
from
jodh-intel:ci-fix-xurls-url
Oct 23, 2018
Merged
CI: Fix xurls URL #839
grahamwhaley
merged 1 commit into
kata-containers:master
from
jodh-intel:ci-fix-xurls-url
Oct 23, 2018
Conversation
This file contains 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
The `xurls` tool used by the static checker seems to have changed its URL so switch to the (hopefully more reliable!) github one. Fixes: kata-containers#835. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Replaces #836. |
Closed
/test |
ARM CI failure can be ignored for now as it's currently borked (kata-containers/ci#74). |
Boom boom boom... CI's not happy:
|
It looks like the CI scripts are using the current (incorrect) version of this script this PR changes so we're going to have to force-merge this one @grahamwhaley I think. |
grahamwhaley
approved these changes
Oct 23, 2018
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 prone to say.... it can't really make it any worse (or not right now).... and you tested the cmd locally to check it did actually pull the repo, so:
lgtm
go force @jodh-intel
Have forced - now let me go find another PR to tickle to check if it worked..... |
jodh-intel
added a commit
to jodh-intel/tests-1
that referenced
this pull request
Oct 23, 2018
Undo URL change from [1] since the xurls install issue was caused by the CI using a version of golang that is too old for xurls. Fixes kata-containers#841. --- [1] - kata-containers#839 Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
jodh-intel
added a commit
to jodh-intel/tests-1
that referenced
this pull request
Oct 23, 2018
Undo URL change from [1] since the xurls install issue was caused by the CI using a version of golang that is too old for xurls. Fixes kata-containers#841. --- [1] - kata-containers#839 Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
jodh-intel
added a commit
to jodh-intel/tests-1
that referenced
this pull request
Oct 23, 2018
Undo URL change from [1] since the xurls install issue was caused by the CI using a version of golang that is too old for xurls. Fixes kata-containers#841. --- [1] - kata-containers#839 Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The
xurls
tool used by the static checker seems to have changed itsURL so switch to the (hopefully more reliable!) github one.
Fixes: #835.
Signed-off-by: James O. D. Hunt james.o.hunt@intel.com