Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
effb727eea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
 
             # 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
 
             cd /usr/share/hue