mirror of
https://github.com/ubuntu/microk8s.git
synced 2021-05-23 02:23:41 +03:00
Build K8s binaries in separate build step (#1488)
* Build K8s binaries in separate build step Since these don't rely on local source code changes other than what's under build-scripts/, if we build these in a separate snapcraft part, we won't have to rebuild them when making changes in most of the codebase. Building these binaries currently takes the majority of the time spent doing incremental rebuilds.
This commit is contained in:
@@ -217,7 +217,9 @@ class TestAddons(object):
|
||||
print("Disabling fluentd")
|
||||
microk8s_disable("fluentd")
|
||||
|
||||
@pytest.mark.skip("disabling the linkerd test due to https://github.com/linkerd/linkerd2/issues/4918")
|
||||
@pytest.mark.skip(
|
||||
"disabling the linkerd test due to https://github.com/linkerd/linkerd2/issues/4918"
|
||||
)
|
||||
@pytest.mark.skipif(
|
||||
platform.machine() != 'x86_64',
|
||||
reason="Linkerd tests are only relevant in x86 architectures",
|
||||
|
||||
Reference in New Issue
Block a user