package
0.0.0-20241218105937-04f42d1d0d87
Repository: https://github.com/openshift/sippy.git
Documentation: pkg.go.dev
# Constants
AbortedState means prow killed the job early (new commit pushed, perhaps).
ErrorState means the job could not schedule (bad config, perhaps).
FailureState means the job completed with errors (exit non-zero).
PendingState means the job is currently running and we are waiting for it to finish.
SuccessState means the job completed without error (exit 0).
TriggeredState means the job has been created but not yet scheduled.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Pull describes a pull request at a particular point in time.
No description provided by the author
# Type aliases
ProwJobState specifies whether the job is running.