diff options
-rw-r--r-- | etc/distributed_correctness.yml | 2 | ||||
-rw-r--r-- | etc/longevity.yml | 2 | ||||
-rw-r--r-- | etc/system_perf.yml | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/etc/distributed_correctness.yml b/etc/distributed_correctness.yml index e11d8a30d90..b48382702eb 100644 --- a/etc/distributed_correctness.yml +++ b/etc/distributed_correctness.yml @@ -26,6 +26,7 @@ functions: script: | rm -rf ./* mkdir src + - command: manifest.load - command: git.get_project params: directory: src @@ -209,6 +210,7 @@ functions: tasks: - name: compile commands: + - command: manifest.load - command: git.get_project params: directory: src diff --git a/etc/longevity.yml b/etc/longevity.yml index cadf6f6b0d4..bfe40c5add1 100644 --- a/etc/longevity.yml +++ b/etc/longevity.yml @@ -29,6 +29,7 @@ functions: script: | rm -rf ./* mkdir src + - command: manifest.load - command: git.get_project params: directory: src @@ -191,6 +192,7 @@ functions: tasks: - name: compile commands: + - command: manifest.load - command: git.get_project params: directory: src diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 94cbac30bab..4dca54da265 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -30,6 +30,7 @@ functions: script: | rm -rf ./* mkdir src + - command: manifest.load - command: git.get_project params: directory: src @@ -240,6 +241,7 @@ functions: set -o verbose rm -rf ./src mkdir src + - command: manifest.load - command: git.get_project params: directory: src @@ -277,6 +279,7 @@ functions: tasks: - name: compile commands: + - command: manifest.load - command: git.get_project params: directory: src |