Created
September 10, 2021 12:34
-
-
Save geofffranks/19d95eef2bf90bd6340a57f9855801f6 to your computer and use it in GitHub Desktop.
a bit o' spruce, from http://play.spruce.cf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"flavor":"1.28.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"file1.yml","contents":"meta:\n target_mem: 144\njobs:\n- name: big_ones\n instances: (( calc \"floor(meta.target_mem / 32)\" ))\n- name: small_ones\n instances: (( calc \"floor((meta.target_mem - jobs.big_ones.instances * 32) / 16)\" ))\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":true,"trace":false} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment