summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinos Galanakis <minos.galanakis@linaro.org>2019-09-24 15:58:25 +0100
committerMinos Galanakis <minos.galanakis@linaro.org>2019-09-24 15:58:25 +0100
commit329cf10aa13d911fbf470a0b75f98f915482c4b0 (patch)
tree4c724a89d3d2a81f5b03913c52b695e6e696b914
parentb6c56797e2d7d33a8022ba81bfe407588052b819 (diff)
downloadtf-m-ci-scripts-329cf10aa13d911fbf470a0b75f98f915482c4b0.tar.gz
Reverted configurations.
This patch reverts configuration entries introduced by the following patches: -Enabled ARMCLANG Change-Id: Ifedcb9f3d1fa209269b7f5fd5e148471b15f4f8e -Enabled AN519 in LAVA Change-Id: I325b4ee58c8f5950657a609fdd0c2ccd31150d4a Change-Id: I78186db7843b0f60134f0aca5760979d6e113d56 Signed-off-by: Minos Galanakis <minos.galanakis@linaro.org>
-rw-r--r--build_helper/build_helper_configs.py8
-rw-r--r--lava_helper/lava_helper_configs.py5
2 files changed, 6 insertions, 7 deletions
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 5c72a56d..e48abeb8 100644
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -108,7 +108,7 @@ _common_tfm_builder_cfg = {
# Configure build manager to build several combinations
config_AN521 = {"seed_params": {
"target_platform": ["AN521"],
- "compiler": ["ARMCLANG", "GNUARM"],
+ "compiler": ["GNUARM"],
"proj_config": ["ConfigRegression",
"ConfigCoreIPC",
"ConfigCoreIPCTfmLevel2",
@@ -127,7 +127,7 @@ config_AN521 = {"seed_params": {
# Configure build manager to build several combinations
config_AN519 = {"seed_params": {
"target_platform": ["AN519"],
- "compiler": ["ARMCLANG", "GNUARM"],
+ "compiler": ["GNUARM"],
"proj_config": ["ConfigRegression",
"ConfigCoreIPC",
"ConfigCoreIPCTfmLevel2",
@@ -178,7 +178,7 @@ config_full = {"seed_params": {
config_MUSCA_A = {"seed_params": {
"target_platform": ["MUSCA_A"],
- "compiler": ["ARMCLANG", "GNUARM"],
+ "compiler": ["GNUARM"],
"proj_config": ["ConfigRegression",
"ConfigCoreIPC",
"ConfigCoreIPCTfmLevel2",
@@ -195,7 +195,7 @@ config_MUSCA_A = {"seed_params": {
config_MUSCA_B1 = {"seed_params": {
"target_platform": ["MUSCA_B1"],
- "compiler": ["ARMCLANG", "GNUARM"],
+ "compiler": ["GNUARM"],
"proj_config": ["ConfigRegression",
"ConfigCoreIPC",
"ConfigCoreIPCTfmLevel2",
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index bcea89da..a5cf8c1e 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -57,9 +57,8 @@ tfm_mps2_sse_200 = {
"job/%(jenkins_job)s",
"artifact_store_url": "%(jenkins_url)s/"
"job/%(jenkins_job)s",
- "platforms": {"AN521": "mps2_an521_v3.0.tar.gz",
- "AN519": "mps2_an519_v3.0.tar.gz"},
- "compilers": ["ARMCLANG", "GNUARM"],
+ "platforms": {"AN521": "mps2_an521_v3.0.tar.gz"},
+ "compilers": ["GNUARM"],
"build_types": ["Debug", "Release"],
"boot_types": ["BL2"],
"tests": {