@@ -65,7 +65,7 @@ def qa_task(env):
6565 return {
6666 "only_if" : is_branch_qa_eligible (),
6767 "depends_on" : "build" ,
68- "eks_container" : base_image_container_builder (cpu = 6 , memory = "12G " ),
68+ "eks_container" : base_image_container_builder (cpu = 6 , memory = "14G " ),
6969 "env" : env ,
7070 "gradle_cache" : gradle_cache (),
7171 "gradle_wrapper_cache" : gradle_wrapper_cache (),
@@ -92,8 +92,7 @@ def qa_plugin_env():
9292 "GRADLE_TASK" : QA_PLUGIN_GRADLE_TASK ,
9393 "KEEP_ORCHESTRATOR_RUNNING" : "true" ,
9494 "matrix" : [
95- # TODO SONARIAC-1777 restore to QA_QUBE_LATEST_RELEASE once released and LicensedPluginRegistration use is removed
96- # {"SQ_VERSION": QA_QUBE_LATEST_RELEASE},
95+ {"SQ_VERSION" : QA_QUBE_LATEST_RELEASE },
9796 {"SQ_VERSION" : "DEV" },
9897 ],
9998 "GITHUB_TOKEN" : "VAULT[development/github/token/licenses-ro token]" ,
@@ -113,9 +112,7 @@ def qa_plugin_task():
113112def qa_ruling_env ():
114113 return {
115114 "GRADLE_TASK" : QA_RULING_GRADLE_TASK ,
116- # TODO SONARIAC-1777 restore to QA_QUBE_LATEST_RELEASE once released and LicensedPluginRegistration use is removed
117- # "SQ_VERSION": QA_QUBE_LATEST_RELEASE,
118- "SQ_VERSION" : "DEV" ,
115+ "SQ_VERSION" : QA_QUBE_LATEST_RELEASE ,
119116 "KEEP_ORCHESTRATOR_RUNNING" : "true" ,
120117 "GITHUB_TOKEN" : "VAULT[development/github/token/licenses-ro token]" ,
121118 }
0 commit comments