Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added override for ExtractTasks' preemptible value #7477

Merged
merged 6 commits into from
Sep 24, 2021

Conversation

rsasch
Copy link

@rsasch rsasch commented Sep 20, 2021

No description provided.

@gatk-bot
Copy link

Travis reported job failures from build 36116
Failures in the following jobs:

Test Type JDK Job ID Logs
integration openjdk11 36116.12 logs

@@ -227,7 +230,7 @@ task ExtractTask {
memory: "12 GB"
disks: "local-disk ~{local_disk} HDD"
bootDiskSizeGb: 15
preemptible: 2
preemptible: select_first([extract_preemptible_override, "2"])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clever!

@rsasch rsasch merged commit 5aa9130 into ah_var_store Sep 24, 2021
@rsasch rsasch deleted the rsa_extract_preemptible_override branch September 24, 2021 16:03
This was referenced Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants