github.com/GoogleCloudPlatform/testgrid@v0.0.174/web/src/gen/pb/test_status/test_status.ts (about) 1 // @generated by protobuf-ts 2.8.3 with parameter long_type_string 2 // @generated from protobuf file "pb/test_status/test_status.proto" (package "testgrid.test_status", syntax proto3) 3 // tslint:disable 4 /** 5 * @generated from protobuf enum testgrid.test_status.TestStatus 6 */ 7 export enum TestStatus { 8 /** 9 * Proto versions of test_status.py's GathererStatus 10 * Note that: NO_RESULT is used to signal that there should be no change. 11 * This must be updated every time a new GathererStatus is added. 12 * 13 * @generated from protobuf enum value: NO_RESULT = 0; 14 */ 15 NO_RESULT = 0, 16 /** 17 * @generated from protobuf enum value: PASS = 1; 18 */ 19 PASS = 1, 20 /** 21 * @generated from protobuf enum value: PASS_WITH_ERRORS = 2; 22 */ 23 PASS_WITH_ERRORS = 2, 24 /** 25 * @generated from protobuf enum value: PASS_WITH_SKIPS = 3; 26 */ 27 PASS_WITH_SKIPS = 3, 28 /** 29 * @generated from protobuf enum value: RUNNING = 4; 30 */ 31 RUNNING = 4, 32 /** 33 * @generated from protobuf enum value: CATEGORIZED_ABORT = 5; 34 */ 35 CATEGORIZED_ABORT = 5, 36 /** 37 * @generated from protobuf enum value: UNKNOWN = 6; 38 */ 39 UNKNOWN = 6, 40 /** 41 * @generated from protobuf enum value: CANCEL = 7; 42 */ 43 CANCEL = 7, 44 /** 45 * @generated from protobuf enum value: BLOCKED = 8; 46 */ 47 BLOCKED = 8, 48 /** 49 * @generated from protobuf enum value: TIMED_OUT = 9; 50 */ 51 TIMED_OUT = 9, 52 /** 53 * @generated from protobuf enum value: CATEGORIZED_FAIL = 10; 54 */ 55 CATEGORIZED_FAIL = 10, 56 /** 57 * @generated from protobuf enum value: BUILD_FAIL = 11; 58 */ 59 BUILD_FAIL = 11, 60 /** 61 * @generated from protobuf enum value: FAIL = 12; 62 */ 63 FAIL = 12, 64 /** 65 * @generated from protobuf enum value: FLAKY = 13; 66 */ 67 FLAKY = 13, 68 /** 69 * @generated from protobuf enum value: TOOL_FAIL = 14; 70 */ 71 TOOL_FAIL = 14, 72 /** 73 * @generated from protobuf enum value: BUILD_PASSED = 15; 74 */ 75 BUILD_PASSED = 15 76 }