GuilloteauQ
  • Joined on 2024-07-09
GuilloteauQ commented on issue GuilloteauQ/study-docker-repro-longevity#26 2024-07-26 17:46:48 +02:00
Analyzing the output of ECG

not much i would say. we would just need to filter out the successful builds

GuilloteauQ commented on issue GuilloteauQ/study-docker-repro-longevity#26 2024-07-26 17:44:26 +02:00
Analyzing the output of ECG

So we can log the successful build status, we just need to generate the blacklist correctly afterward. for now the blacklist is just a concatenation of all the build status files. If you feel…

GuilloteauQ commented on issue GuilloteauQ/study-docker-repro-longevity#26 2024-07-26 17:38:22 +02:00
Analyzing the output of ECG

number of artifacts in the artifacts/ folder minus the one in the blacklist?

GuilloteauQ commented on issue GuilloteauQ/study-docker-repro-longevity#26 2024-07-26 17:35:36 +02:00
Analyzing the output of ECG

i would say that the ones that built successfully are the ones not present in the blacklist

GuilloteauQ created pull request GuilloteauQ/study-docker-repro-longevity#20 2024-07-21 17:34:44 +02:00
Grid5000 support
GuilloteauQ pushed to workflow_config at GuilloteauQ/study-docker-repro-longevity 2024-07-21 17:32:20 +02:00
944b1bf6f9 checkpoint in case of reaching walltime
GuilloteauQ opened issue GuilloteauQ/study-docker-repro-longevity#19 2024-07-21 16:53:33 +02:00
get rid of global variables
GuilloteauQ opened issue GuilloteauQ/study-docker-repro-longevity#18 2024-07-21 16:51:52 +02:00
Watch out for bash login message
GuilloteauQ pushed to workflow_config at GuilloteauQ/study-docker-repro-longevity 2024-07-21 16:15:25 +02:00
ef257e6026 add prefix to config
566eb778f2 fix execution on grid5000 from namespace
318955865c typo
dd6eb9bcbb now using tmp dir to decompress the artifact
Compare 4 commits »
GuilloteauQ pushed to workflow_config at GuilloteauQ/study-docker-repro-longevity 2024-07-20 15:42:08 +02:00
8ed548c435 first try for g5k execution
GuilloteauQ pushed to workflow_config at GuilloteauQ/study-docker-repro-longevity 2024-07-19 16:59:43 +02:00
d7749369b4 move artifacts_nickel and artifacts_json to artifacts/nickel and artifacts/json
9769f6b533 Add config for snakemake
Compare 2 commits »
GuilloteauQ created branch workflow_config in GuilloteauQ/study-docker-repro-longevity 2024-07-19 16:59:43 +02:00
GuilloteauQ opened issue GuilloteauQ/study-docker-repro-longevity#17 2024-07-19 15:32:37 +02:00
Remove "type" in nickel for misc package
GuilloteauQ commented on issue GuilloteauQ/study-docker-repro-longevity#13 2024-07-19 15:29:07 +02:00
Limit the duration of Docker build

i think i can do this one and #12 at the same time (and maybe even #16)

GuilloteauQ opened issue GuilloteauQ/study-docker-repro-longevity#16 2024-07-19 13:54:15 +02:00
set up a config.yaml for snakemake
GuilloteauQ opened issue GuilloteauQ/study-docker-repro-longevity#15 2024-07-19 12:41:53 +02:00
add to gitignore the artifacts_json
GuilloteauQ commented on issue GuilloteauQ/study-docker-repro-longevity#13 2024-07-19 12:30:48 +02:00
Limit the duration of Docker build

so wrapping in a bash script the call to ecg might be good enough :)

GuilloteauQ created pull request GuilloteauQ/study-docker-repro-longevity#11 2024-07-16 14:00:02 +02:00
integrate nickel in workflow