Skip to content

Commit

Permalink
Specify fractions instead of percentage (#943)
Browse files Browse the repository at this point in the history
Co-authored-by: Azeem Shaikh <azeems@google.com>
  • Loading branch information
azeemshaikh38 and azeemsgoogle committed Sep 1, 2021
1 parent 99b9c91 commit d6b6012
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cron/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ request-topic-url: gcppubsub://projects/openssf/topics/scorecard-batch-requests
request-subscription-url: gcppubsub://projects/openssf/subscriptions/scorecard-batch-worker
bigquery-dataset: scorecardcron
bigquery-table: scorecard
completion-threshold: 99
completion-threshold: 0.99
shard-size: 10
webhook-url:
metric-exporter: stackdriver
Expand Down
2 changes: 1 addition & 1 deletion cron/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
prodSubscription = "gcppubsub://projects/openssf/subscriptions/scorecard-batch-worker"
prodBigQueryDataset = "scorecardcron"
prodBigQueryTable = "scorecard"
prodCompletionThreshold = 99.0
prodCompletionThreshold = 0.99
prodWebhookURL = ""
prodShardSize int = 10
prodMetricExporter string = "stackdriver"
Expand Down
2 changes: 1 addition & 1 deletion cron/k8s/transfer.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: SCORECARD_BIGQUERY_TABLE
value: "scorecard_releasetest"
- name: SCORECARD_COMPLETION_THRESHOLD
value: "100"
value: "1"
- name: SCORECARD_WEBHOOK_URL
value: "http://10.4.8.246/"
resources:
Expand Down

0 comments on commit d6b6012

Please sign in to comment.