Skip to content

Commit

Permalink
unset test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Nov 4, 2024
1 parent 29300dc commit 6914be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pkg/scheduler/pool_external.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ func (wpc *ExternalWorkerPoolController) createWorkerJob(workerId, machineId str
workerImage := fmt.Sprintf("%s/%s:%s",
wpc.config.Worker.ImageRegistry,
wpc.config.Worker.ImageName,
// wpc.config.Worker.ImageTag,
"devel-latest",
wpc.config.Worker.ImageTag,
)

resources := corev1.ResourceRequirements{}
Expand Down
3 changes: 1 addition & 2 deletions pkg/scheduler/pool_local.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ func (wpc *LocalKubernetesWorkerPoolController) createWorkerJob(workerId string,
workerImage := fmt.Sprintf("%s/%s:%s",
wpc.config.Worker.ImageRegistry,
wpc.config.Worker.ImageName,
// wpc.config.Worker.ImageTag,
"devel-latest",
wpc.config.Worker.ImageTag,
)

resources := corev1.ResourceRequirements{}
Expand Down

0 comments on commit 6914be0

Please sign in to comment.