Home | History | Annotate | Download | only in full.expected
      1 [
      2   {
      3     "cmd": [
      4       "python",
      5       "-u",
      6       "import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
      7     ],
      8     "name": "get swarming bot id",
      9     "stdout": "/path/to/tmp/",
     10     "~followup_annotations": [
     11       "@@@STEP_LOG_LINE (a] python.inline@import os@@@",
     12       "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
     13       "@@@STEP_LOG_END (a] python.inline@@@"
     14     ]
     15   },
     16   {
     17     "cmd": [
     18       "python",
     19       "-u",
     20       "import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
     21     ],
     22     "name": "get swarming task id",
     23     "stdout": "/path/to/tmp/",
     24     "~followup_annotations": [
     25       "@@@STEP_LOG_LINE (a] python.inline@import os@@@",
     26       "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
     27       "@@@STEP_LOG_END (a] python.inline@@@"
     28     ]
     29   },
     30   {
     31     "name": "$result",
     32     "recipe_result": null,
     33     "status_code": 0
     34   }
     35 ]