mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
For now, the images are still built on the target machine for testing, in the end they need to be built in a GitHub action.
15 lines
463 B
Diff
15 lines
463 B
Diff
diff --git a/test/startservers.py b/test/startservers.py
|
|
index 6aa2f9a..7d17d7f 100644
|
|
--- a/test/startservers.py
|
|
+++ b/test/startservers.py
|
|
@@ -159,6 +159,9 @@ def setupHierarchyOriginal():
|
|
|
|
|
|
def install(race_detection):
|
|
+ return True
|
|
+
|
|
+def installOriginal(race_detection):
|
|
# Pass empty BUILD_TIME and BUILD_ID flags to avoid constantly invalidating the
|
|
# build cache with new BUILD_TIMEs, or invalidating it on merges with a new
|
|
# BUILD_ID.
|