Skip to content

Commit

Permalink
AN-311 Remove BigQuery Centaur error reporting (#7668)
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols authored Dec 9, 2024
1 parent 33cb56b commit ef8745a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 248 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ scripts/docker-compose-mysql/compose/mysql/data
# Vault rendered resources
artifactory_credentials.properties
aws_credentials
centaur_secure.inc.conf
cromwell-centaur-requester-pays-service-account.json
cromwell-centaur-service-account.json
cromwell-service-account.json
Expand Down
231 changes: 0 additions & 231 deletions centaur/src/it/scala/centaur/reporting/BigQueryReporter.scala

This file was deleted.

2 changes: 0 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ object Dependencies {
private val ficusV = "1.5.2"
private val fs2V = "2.5.9" // scala-steward:off (CROM-6564)
private val googleApiClientV = "2.1.4"
private val googleCloudBigQueryV = "2.25.0"
// latest date via: https://github.com/googleapis/google-api-java-client-services/blob/main/clients/google-api-services-cloudkms/v1.metadata.json
private val googleCloudKmsV = "v1-rev20230421-2.0.0"
private val googleCloudMonitoringV = "3.2.5"
Expand Down Expand Up @@ -558,7 +557,6 @@ object Dependencies {
val centaurDependencies: List[ModuleID] = List(
"org.apache.commons" % "commons-math3" % commonsMathV,
"com.github.kxbmap" %% "configs" % configsV,
"com.google.cloud" % "google-cloud-bigquery" % googleCloudBigQueryV % IntegrationTest,
"org.gnieh" %% "diffson-spray-json" % diffsonSprayJsonV
) ++ circeDependencies ++ slf4jBindingDependencies ++ cloudSupportDependencies ++ http4sDependencies

Expand Down
1 change: 0 additions & 1 deletion src/ci/resources/centaur_application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ centaur {

include "cromwell_database.inc.conf"
}
include "centaur_secure.inc.conf"
}
13 changes: 0 additions & 13 deletions src/ci/resources/centaur_secure.inc.conf.ctmpl

This file was deleted.

0 comments on commit ef8745a

Please sign in to comment.