File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function decideHarvesterVMCreation(werft: Werft, config: JobConfig) {
74
74
if ( shouldCreateVM ( config ) ) {
75
75
createVM ( werft , config )
76
76
} else {
77
- werft . currentPhaseSpan . setAttribute ( "werft.harvester .created_vm" , false )
77
+ werft . currentPhaseSpan . setAttribute ( "preview .created_vm" , false )
78
78
}
79
79
if ( config . withVM ) {
80
80
applyLoadBalancer ( { name : config . previewEnvironment . destname } )
@@ -99,7 +99,7 @@ function createVM(werft: Werft, config: JobConfig) {
99
99
100
100
werft . log ( prepareSlices . BOOT_VM , 'Creating VM' )
101
101
VM . startVM ( { name : config . previewEnvironment . destname } )
102
- werft . currentPhaseSpan . setAttribute ( "werft.harvester .created_vm" , true )
102
+ werft . currentPhaseSpan . setAttribute ( "preview .created_vm" , true )
103
103
}
104
104
105
105
function applyLoadBalancer ( option : { name : string } ) {
You can’t perform that action at this time.
0 commit comments