add missing endtime property to CDash (#41498)
This commit is contained in:
		| @@ -93,6 +93,7 @@ def __init__(self, configuration: CDashConfiguration): | ||||
|         self.osrelease = platform.release() | ||||
|         self.target = spack.platforms.host().target("default_target") | ||||
|         self.starttime = int(time.time()) | ||||
|         self.endtime = self.starttime | ||||
|         self.buildstamp = ( | ||||
|             configuration.buildstamp | ||||
|             if configuration.buildstamp | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tamara Dahlgren
					Tamara Dahlgren