@@ -190,7 +190,7 @@ func TestPrebuildWorkspaceTaskFail(t *testing.T) {
190
190
191
191
const (
192
192
prebuildLogPath string = "/workspace/.gitpod"
193
- prebuildLog string = "'🍊 This task ran as a workspace prebuild'"
193
+ prebuildLog string = "'⚡ \b This task ran as a workspace prebuild'"
194
194
initTask string = "echo \" some output\" > someFile; sleep 10;"
195
195
regularPrefix string = "ws-"
196
196
)
@@ -889,7 +889,7 @@ func checkPVCObject(t *testing.T, api *integration.ComponentAPI, isPVCEnable boo
889
889
890
890
// checkPrebuildLogExist checks the prebuild log message exists
891
891
func checkPrebuildLogExist (t * testing.T , cfg * envconf.Config , rsa * integration.RpcClient , ws * integration.LaunchWorkspaceDirectlyResult , wsRoot string ) {
892
- // since the message '🍊 This task ran as a workspace prebuild' is generated by
892
+ // since the message '⚡ This task ran as a workspace prebuild' is generated by
893
893
// a prebuild workspace supervisor, so we add a retry mechanism to make sure that we
894
894
// won't check the message too earlier before the supervisor generated it.
895
895
var (
@@ -914,7 +914,7 @@ func checkPrebuildLogExist(t *testing.T, cfg *envconf.Config, rsa *integration.R
914
914
915
915
t .Logf ("cannot found the prebuild message %s in %s, err:%v, exitCode:%d, stdout:%s" , prebuildLog , prebuildLogPath , err , grepResp .ExitCode , grepResp .Stdout )
916
916
917
- // somehow, the prebuild log message '🍊 This task ran as a workspace prebuild' does not exists
917
+ // somehow, the prebuild log message '⚡ This task ran as a workspace prebuild' does not exists
918
918
// we fall back to check the the init task message within the /workspace/.gitpod/prebuild-log-* or not
919
919
var grepResp1 agent.ExecResponse
920
920
var checkInitTaskMsg bool
0 commit comments