[Fuego] [PATCH 3/8] Add specs for 'test' and 'next' branches

Guilherme Campos Camargo guicc at profusion.mobi
Tue Apr 3 17:56:48 UTC 2018


Testing the branches 'test' and 'next' are very common use-case for the
fuego-release-test. For that reason, it's a good idea to provide specs
for them on the specs.json file.

Signed-off-by: Guilherme Campos Camargo <guicc at profusion.mobi>
---
 engine/tests/Functional.fuego_release_test/spec.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/engine/tests/Functional.fuego_release_test/spec.json b/engine/tests/Functional.fuego_release_test/spec.json
index 08261cc..47d25bc 100644
--- a/engine/tests/Functional.fuego_release_test/spec.json
+++ b/engine/tests/Functional.fuego_release_test/spec.json
@@ -6,6 +6,18 @@
             "FUEGO_BRANCH":"master",
             "FUEGO_CORE_REPO":"https://bitbucket.org/tbird20d/fuego-core",
             "FUEGO_CORE_BRANCH":"master"
+        },
+       "test": {
+            "FUEGO_REPO":"https://bitbucket.org/tbird20d/fuego",
+            "FUEGO_BRANCH":"test",
+            "FUEGO_CORE_REPO":"https://bitbucket.org/tbird20d/fuego-core",
+            "FUEGO_CORE_BRANCH":"test"
+        },
+        "next": {
+            "FUEGO_REPO":"https://bitbucket.org/tbird20d/fuego",
+            "FUEGO_BRANCH":"next",
+            "FUEGO_CORE_REPO":"https://bitbucket.org/tbird20d/fuego-core",
+            "FUEGO_CORE_BRANCH":"next"
         }
     }
 }
-- 
2.16.3



More information about the Fuego mailing list