Skip to content

Commit

Permalink
[NCL-8523] Remove build log verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
thescouser89 committed Dec 12, 2024
1 parent c6d598e commit b830603
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 429 deletions.
30 changes: 0 additions & 30 deletions src/main/java/org/jboss/pnc/cleaner/logverifier/BifrostClient.java

This file was deleted.

193 changes: 0 additions & 193 deletions src/main/java/org/jboss/pnc/cleaner/logverifier/BuildLogVerifier.java

This file was deleted.

This file was deleted.

10 changes: 1 addition & 9 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ temporaryBuildsCleaner.lifespan=14
# Starts every day at 0:15AM
temporaryBuildsCleaner.cron=0 15 0 ? * Sun

#Build Log Verifier
# Deprecated
#run every 15 min from year 1970, effectively disabling it
buildLogVerifierScheduler.cron=0 */15 * ? * * 1970
buildLogVerifierScheduler.maxRetries=5
%test.buildLogVerifierScheduler.maxRetries=1

#Build Archiver
#run every 30 min
buildArchiverScheduler.cron=0 */30 * ? * *
Expand All @@ -65,8 +58,7 @@ applicationUri=0.0.0.0:8080
quarkus.index-dependency.pncapi.group-id=org.jboss.pnc
quarkus.index-dependency.pncapi.artifact-id=pnc-api

org.jboss.pnc.cleaner.logverifier.BifrostClient/mp-rest/url=http://localhost:8081/
org.jboss.pnc.cleaner.archiver.FinalLogClient/mp-rest/url=${org.jboss.pnc.cleaner.logverifier.BifrostClient/mp-rest/url}
org.jboss.pnc.cleaner.archiver.FinalLogClient/mp-rest/url=http://localhost:8081/

quarkus.datasource.db-kind = postgresql
prod.quarkus.datasource.jdbc.url = ${QUARKUS_DATASOURCE_URL:}
Expand Down
Loading

0 comments on commit b830603

Please sign in to comment.