We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0479714 commit 8d52225Copy full SHA for 8d52225
Makefile
@@ -83,15 +83,15 @@ pulp-runtime:
83
84
## Clone fault injection scripts
85
FAULT_SIM_REMOTE ?= https://github.com/pulp-platform/InjectaFault.git
86
-FAULT_SIM_COMMIT ?= 84ddcff # branch: rt/rename-var
+FAULT_SIM_COMMIT ?= bcc4758 # branch: rt/rename-var
87
88
fault_injection_sim:
89
git clone $(FAULT_SIM_REMOTE) $@
90
cd $@ && git checkout $(FAULT_SIM_COMMIT)
91
92
## Clone regression tests
93
REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git
94
-REGRESSION_TESTS_COMMIT ?= a41ab5b # branch: lg/isolde
+REGRESSION_TESTS_COMMIT ?= e1797de # branch: lg/isolde
95
96
regression_tests:
97
git clone $(REGRESSION_TESTS_REMOTE) $@
0 commit comments