Move Nomad job creation to Nomad package
Previously, low level Nomad job creation was done in the environment manager. It used many functions of the nomad package so we felt like this logic better belongs to the nomad package.
This commit is contained in:

committed by
Maximilian Paß

parent
87f823756b
commit
ff582805b4
@@ -193,7 +193,7 @@ func (_m *apiQuerierMock) init(nomadURL *url.URL, nomadNamespace string) error {
|
||||
return r0
|
||||
}
|
||||
|
||||
// jobInfo provides a mock function with given fields: jobID
|
||||
// job provides a mock function with given fields: jobID
|
||||
func (_m *apiQuerierMock) job(jobID string) (*api.Job, error) {
|
||||
ret := _m.Called(jobID)
|
||||
|
||||
|
Reference in New Issue
Block a user