Skip to content

Commit 0328603

Browse files
DeviceInfracopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 835206702
1 parent bd49f70 commit 0328603

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/java/com/google/devtools/mobileharness/api/model/error/InfraErrorId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public enum InfraErrorId implements ErrorId {
601601
// Nezha ERROR: 53_451 ~ 53_600
602602
NEZHA_LEGACY_ERROR(53_501, ErrorType.UNDETERMINED),
603603

604-
// ID space here: 53_701 ~ 60_000
604+
// ID space here: 54_001 ~ 60_000
605605
PLACE_HOLDER_TO_BE_RENAMED(60_000, ErrorType.UNDETERMINED);
606606

607607
public static final int MIN_CODE = BasicErrorId.MAX_CODE + 1;

src/java/com/google/devtools/mobileharness/infra/client/api/controller/job/JobRunner.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,9 @@ private boolean preRunJob() throws MobileHarnessException, InterruptedException
770770
// 1) Client plugins specified via "client_plugin_jar" file.
771771
EventScope.JAR_PLUGIN);
772772
skipJob = checkPluginExceptions(/* postRunJob= */ false);
773+
if (!skipJob) {
774+
resolveJobFiles(jobInfo);
775+
}
773776
} else {
774777
logger.atInfo().log("Skip sending JobStartEvent because it is a resumed job");
775778
}

0 commit comments

Comments
 (0)