github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/testdata/job_cancel.json (about)

     1  {
     2      "APIVersion": "v1beta1",
     3      "Spec": {
     4          "Engine": "docker",
     5          "Verifier": "noop",
     6          "Publisher": "noop",
     7          "Docker": {
     8              "Image": "ubuntu:latest",
     9              "Entrypoint": [
    10                  "/bin/bash",
    11                  "-c",
    12                  "sleep 1000"
    13              ],
    14              "EnvironmentVariables": []
    15          },
    16          "Resources": {
    17              "CPU": "",
    18              "GPU": "",
    19              "Memory": "",
    20              "Disk": ""
    21          },
    22          "Inputs": [],
    23          "Outputs": [],
    24          "Annotations": []
    25      }
    26  }