1
0
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:
Kenneth Koski
2020-08-28 07:02:52 -05:00
committed by GitHub
parent 5178927058
commit 3b3abd6bb1
3 changed files with 75 additions and 58 deletions

View File

@@ -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",