Skip to content

Commit

Permalink
Merge branch 'main' into updatecli_901223529a6beca5c9cb3180f1dae9731c…
Browse files Browse the repository at this point in the history
…8da4e9c40169d7042cc0163a6d7e24
  • Loading branch information
michel-laterman authored Nov 14, 2023
2 parents ca16e31 + 05c686e commit 55da3cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ steps:
image: "docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest"
command:
- "buildkite-agent artifact download build/*coverage.out ."
- "buildkite-agent artifact download build/test-unit.out.xml ."
- "/scan-source-code.sh"
depends_on:
- step: "unit-test"
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/integration/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ELASTICSEARCH_VERSION=8.12.0-1a1295ff-SNAPSHOT
ELASTICSEARCH_VERSION=8.12.0-628b3b84-SNAPSHOT
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD=changeme
TEST_ELASTICSEARCH_HOSTS=localhost:9200
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=elastic_fleet-server_AYpL8BsVaV3I-igkX4hx
sonar.host.url=https://sonar.elastic.dev

sonar.sources=.
sonar.exclusions=**/*_test.go, .git/**, dev-tools/**, /magefile.go, changelog/**, testing/**, **/*.gen.go
sonar.exclusions=**/*_test.go, .git/**, dev-tools/**, /magefile.go, changelog/**, testing/**, **/*.gen.go, internal/pkg/testing/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go

Expand Down

0 comments on commit 55da3cd

Please sign in to comment.