Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
severinson committed Aug 30, 2023
1 parent d78c6a5 commit c9d79c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/executor/configuration/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ type EtcdClusterHealthMonitoringConfiguration struct {
ScrapeDelayBucketsCount int `validate:"gt=0"`
}


type TaskConfiguration struct {
UtilisationReportingInterval time.Duration
MissingJobEventReconciliationInterval time.Duration
Expand Down
1 change: 0 additions & 1 deletion internal/executor/service/cluster_allocation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ func setupClusterAllocationServiceTest(initialJobRuns []*job.RunState) (
*mocks.FakeSubmitter,
*job.JobRunStateStore,
) {

clusterId := fakecontext.NewFakeClusterIdentity("cluster-1", "pool-1")
eventReporter := mocks2.NewFakeEventReporter()
submitter := &mocks.FakeSubmitter{}
Expand Down

0 comments on commit c9d79c3

Please sign in to comment.