PMM-12896 Add limit for actions/jobs executed on the same DB at the same time #6660
main.yml
on: pull_request
Checks
9m 16s
Slack Notification success
0s
Slack Notification failure
7s
Annotations
10 errors
Checks:
agent/runner/runner_test.go#L81
cannot use j1 (variable of type testJob) as jobs.Job value in argument to cr.StartJob: testJob does not implement jobs.Job (missing method DSN)
|
Checks:
agent/runner/runner_test.go#L82
cannot use j2 (variable of type testJob) as jobs.Job value in argument to cr.StartJob: testJob does not implement jobs.Job (missing method DSN)
|
Checks:
agent/runner/runner_test.go#L83
cannot use j3 (variable of type testJob) as jobs.Job value in argument to cr.StartJob: testJob does not implement jobs.Job (missing method DSN)
|
Checks:
agent/runner/runner_test.go#L84
cannot use j4 (variable of type testJob) as jobs.Job value in argument to cr.StartJob: testJob does not implement jobs.Job (missing method DSN)
|
Checks:
agent/runner/runner_test.go#L131
cannot use testJob{…} (value of type testJob) as jobs.Job value in argument to cr.StartJob: testJob does not implement jobs.Job (missing method DSN) (typecheck)
|
Checks:
agent/config/config_test.go#L156
string `--config-file=` has 6 occurrences, make it a constant (goconst)
|
Checks:
managed/models/agent_model.go#L444
string `.TextFiles.` has 5 occurrences, make it a constant (goconst)
|
Checks:
managed/models/agent_helpers.go#L582
string `/agent_id/` has 4 occurrences, make it a constant (goconst)
|
Checks:
managed/models/agent_helpers.go#L609
string ` it doesn't support it, minimum supported version=%q` has 3 occurrences, make it a constant (goconst)
|
Checks:
managed/models/agent_helpers.go#L608
string `cannot use push_metrics_enabled with pmm_agent version=%q,` has 3 occurrences, make it a constant (goconst)
|