Skip to content

Commit 7bfb935

Browse files
authored
Fix class not found exception Google Life science executor (#6193) [ci fast]
Signed-off-by: jorgee <jorge.ejarque@seqera.io>
1 parent d1e6836 commit 7bfb935

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/nf-google/src/main/nextflow/cloud/google/batch/client/BatchClient.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class BatchClient {
211211
final now = System.currentTimeMillis()
212212
TaskStatusRecord record = arrayTaskStatus.get(taskName)
213213
if( !record || now - record.timestamp > TASK_STATE_INVALID_TIME ){
214-
log.debug("[GOOGLE BATCH] Updating tasks status for job $jobId")
214+
log.trace("[GOOGLE BATCH] Updating tasks status for job $jobId")
215215
updateArrayTasks(jobId, now)
216216
record = arrayTaskStatus.get(taskName)
217217
}

plugins/nf-google/src/resources/META-INF/extensions.idx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
#
1616

1717
nextflow.cloud.google.batch.GoogleBatchExecutor
18-
nextflow.cloud.google.lifesciences.GoogleLifeSciencesExecutor
1918
nextflow.cloud.google.util.GsPathSerializer
2019
nextflow.cloud.google.util.GsPathFactory

0 commit comments

Comments
 (0)