Sync run_config files with internal CI
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
Change-Id: I0b8e637832f85ad9f36355632ece115c696a8274
diff --git a/run_config/juno-r2 b/run_config/juno-r2
new file mode 100644
index 0000000..79298b8
--- /dev/null
+++ b/run_config/juno-r2
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+post_tf_archive() {
+ set_hook_var "juno_revision" "juno-r2"
+ echo "Choosing juno revision r2"
+}