Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeE2ETester ¶
type FakeE2ETester struct { JobNames []string WeakStableJobNames []string NotStableJobNames []string }
FakeE2ETester always reports builds as stable.
func (*FakeE2ETester) GCSBasedStable ¶
func (e *FakeE2ETester) GCSBasedStable() (bool, bool)
GCSBasedStable is always true.
func (*FakeE2ETester) GCSWeakStable ¶
func (e *FakeE2ETester) GCSWeakStable() bool
GCSWeakStable is always true.
func (*FakeE2ETester) GetBuildStatus ¶
func (e *FakeE2ETester) GetBuildStatus() map[string]e2e.BuildInfo
GetBuildStatus reports "Stable" and a latest build of "1" for each build.
Click to show internal directories.
Click to hide internal directories.