소스 검색

HUE-9154 [ci] Disable AWS EC2 IAM role auto detection

This cuts the running times by 2 and does not impact any unit test.
Romain 5 년 전
부모
커밋
6a4eb789dc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .circleci/config.yml

+ 3 - 0
.circleci/config.yml

@@ -63,6 +63,9 @@ jobs:
             rm /usr/share/hue/desktop/conf/*.ini
             cp desktop/conf/pseudo-distributed.ini.tmpl /usr/share/hue/desktop/conf/pseudo-distributed.ini
 
+            # ini configuration tweaks
+            sed -i 's/## has_iam_detection=true/  has_iam_detection=false/g' /usr/share/hue/desktop/conf/pseudo-distributed.ini
+
             cd /usr/share/hue
             # make npm-install # Not available
             cp ~/repo/.babelrc .