Index: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json |
diff --git a/infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json b/infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json |
index c2ce4b9118b0bfd09a2fb31c4f350f1644816e43..1e89de0b57d17a87542c8f7fa93dc93b01c372b7 100644 |
--- a/infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json |
+++ b/infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json |
@@ -261,6 +261,16 @@ |
"cmd": [ |
"python", |
"-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/skia/infra/bots/assets/clang_linux/VERSION", |
+ "/path/to/tmp/" |
+ ], |
+ "name": "read clang_linux VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
"[SLAVE_BUILD]/swarming_temp_dir", |
"511" |
@@ -366,6 +376,8 @@ |
"--tag", |
"stepname:compile_skia on Ubuntu", |
"--idempotent", |
+ "--cipd-package", |
+ "clang_linux:skia/bots/clang_linux:version:0", |
"[dummy hash for compile_skia]", |
"--", |
"--workdir", |