Skip to content

Commit a49f7e8

Browse files
rudy-regazzoni-sonarsourcesonartech
authored andcommitted
SONARIAC-1777 Sonar-iac-enterprise-plugin should not have the licensing extension after released (#111)
1 parent fa650b3 commit a49f7e8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.cirrus/modules/qa.star

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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():
113112
def 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

Comments
 (0)