Skip to content
代码片段 群组 项目
提交 61f57638 编辑于 作者: Will Meek's avatar Will Meek 提交者: Rémy Coutable
浏览文件

Update QA CI check for feature flag changes

上级 95709f37
No related branches found
No related tags found
无相关合并请求
...@@ -87,9 +87,15 @@ update-qa-cache: ...@@ -87,9 +87,15 @@ update-qa-cache:
.package-and-qa-ff-base: .package-and-qa-ff-base:
script: script:
- export GITLAB_QA_OPTIONS="--set-feature-flags $(scripts/changed-feature-flags --files $(cat $CHANGES_FILE | tr ' ' ',') --state $QA_FF_STATE)" - |
- echo $GITLAB_QA_OPTIONS feature_flags=$(scripts/changed-feature-flags --files $(cat $CHANGES_FILE | tr ' ' ',') --state $QA_FF_STATE)
- ./scripts/trigger-build omnibus if [[ $feature_flags ]]; then
export GITLAB_QA_OPTIONS="--set-feature-flags $feature_flags"
echo $GITLAB_QA_OPTIONS
./scripts/trigger-build omnibus
else
echo "No changed feature flag found to test. The tests are skipped if the flag was removed."
fi
package-and-qa: package-and-qa:
extends: extends:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册