浏览代码

HUE-9154 [ci] Comment why AWS EC2 IAM role auto detection is disabled

This cuts the running times by 2 and does not impact any unit test.
Romain 5 年之前
父节点
当前提交
effb727eea
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .circleci/config.yml

+ 1 - 0
.circleci/config.yml

@@ -64,6 +64,7 @@ jobs:
             cp desktop/conf/pseudo-distributed.ini.tmpl /usr/share/hue/desktop/conf/pseudo-distributed.ini
             cp desktop/conf/pseudo-distributed.ini.tmpl /usr/share/hue/desktop/conf/pseudo-distributed.ini
 
 
             # ini configuration tweaks
             # ini configuration tweaks
+            ## Very slow if on, cuts time in two and does not skip tests
             sed -i 's/## has_iam_detection=true/  has_iam_detection=false/g' /usr/share/hue/desktop/conf/pseudo-distributed.ini
             sed -i 's/## has_iam_detection=true/  has_iam_detection=false/g' /usr/share/hue/desktop/conf/pseudo-distributed.ini
 
 
             cd /usr/share/hue
             cd /usr/share/hue