Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONAR-24220 Set a new GCP-Service-name annotation #629

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

carminevassallo
Copy link
Collaborator

@carminevassallo carminevassallo commented Jan 27, 2025

@hashicorp-vault-sonar-prod hashicorp-vault-sonar-prod bot changed the title Fix GCP Service name SONAR-24221 Fix GCP Service name Jan 27, 2025
@carminevassallo carminevassallo changed the title SONAR-24221 Fix GCP Service name [DO NOT MERGE] SONAR-24221 Fix GCP Service name Jan 27, 2025
@carminevassallo carminevassallo force-pushed the task/cv/fix-gcp-service-name branch 8 times, most recently from 515a417 to eb1dd6c Compare January 31, 2025 16:36
@carminevassallo carminevassallo force-pushed the task/cv/fix-gcp-service-name branch from eb1dd6c to fdb92b9 Compare February 3, 2025 17:40
Copy link

sonarqube-next bot commented Feb 3, 2025

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@carminevassallo carminevassallo changed the title [DO NOT MERGE] SONAR-24221 Fix GCP Service name SONAR-24220 Set a new GCP-Service-name annotation Feb 3, 2025
@carminevassallo
Copy link
Collaborator Author

The last commit is only to trigger the job for review. It will get removed after the acceptance.

Copy link
Collaborator

@jCOTINEAU jCOTINEAU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two minor comments but conceptually lgtm !

@@ -1,7 +1,7 @@
build_gcp_app_template: &BUILD_GCP_APP_TEMPLATE
ec2_instance:
<<: *VM_TEMPLATE
skip: "!changesInclude('charts/sonarqube-dce/*', 'charts/sonarqube-dce/**/*', 'google-cloud-marketplace-k8s-app/*', 'google-cloud-marketplace-k8s-app/**/*', 'tests/unity-compatibility-test/sonarqube-dce/*', '.cirrus/*.sh', '.cirrus/tasks{_sonarqube_dce,_templates,_gcp_marketplace,}.yml', '.cirrus/tasks.star', '.cirrus.star')"
#skip: "!changesInclude('charts/sonarqube-dce/*', 'charts/sonarqube-dce/**/*', 'google-cloud-marketplace-k8s-app/*', 'google-cloud-marketplace-k8s-app/**/*', 'tests/unity-compatibility-test/sonarqube-dce/*', '.cirrus/*.sh', '.cirrus/tasks{_sonarqube_dce,_templates,_gcp_marketplace,}.yml', '.cirrus/tasks.star', '.cirrus.star')"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this probably needs to be uncommented ? or do you think we should rework it ?

- docker tag ${GCLOUD_REGISTRY}/${GCLOUD_PRODUCT_NAME}/deployer:${CURRENT_MINOR_VERSION} ${GCLOUD_REGISTRY}/${GCLOUD_PRODUCT_NAME}/deployer:${GCLOUD_TAG}
- docker push ${GCLOUD_REGISTRY}/${GCLOUD_PRODUCT_NAME}/deployer:${GCLOUD_TAG}
- docker push ${GCLOUD_REGISTRY}/${GCLOUD_PRODUCT_NAME}/deployer:${CURRENT_MINOR_VERSION}
- docker buildx create --driver=docker-container --use
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just noticed this --driver option that was not there in this pr SonarSource/docker-sonarqube#742 (review)

is it required ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants