diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2024-05-03 11:57:07 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2024-05-03 13:07:43 +0200 |
commit | e7fc5ea5667ce260ad48d5603c262614bbed8222 (patch) | |
tree | 8e9cc81a7ea04fae7fa3d7d1cd603bb0521f48c3 | |
parent | 6ffdbb689027f9458a06c28c260bf33570e52434 (diff) | |
download | sonar-scanner-cli-e7fc5ea5667ce260ad48d5603c262614bbed8222.tar.gz sonar-scanner-cli-e7fc5ea5667ce260ad48d5603c262614bbed8222.zip |
Disable ITs on DEV, waiting for SonarQube changes to be ready
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 946a786..fd15fa2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,7 @@ env: ARTIFACTORY_DEPLOY_PASSWORD: VAULT[development/artifactory/token/SonarSource-sonar-scanner-cli-qa-deployer access_token] ARTIFACTORY_DEPLOY_REPO: sonarsource-public-qa ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token] - + BURGR_URL: VAULT[development/kv/data/burgr data.url] BURGR_USERNAME: VAULT[development/kv/data/burgr data.cirrus_username] BURGR_PASSWORD: VAULT[development/kv/data/burgr data.cirrus_password] @@ -76,7 +76,7 @@ linux_qa_java17_task: env: matrix: - SQ_VERSION: LATEST_RELEASE[9.9] - - SQ_VERSION: DEV + - SQ_VERSION: LATEST_RELEASE maven_cache: folder: ${CIRRUS_WORKING_DIR}/.m2/repository qa_script: @@ -102,7 +102,7 @@ win_qa_java17_task: CIRRUS_SHELL: bash matrix: - SQ_VERSION: LATEST_RELEASE[9.9] - - SQ_VERSION: DEV + - SQ_VERSION: LATEST_RELEASE maven_cache: folder: ${CIRRUS_WORKING_DIR}/.m2/repository qa_script: |