Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: scripts/slave/recipes/skia/swarm_test.py

Issue 2154223003: Revert of [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/skia/swarm_test.py
diff --git a/scripts/slave/recipes/skia/swarm_test.py b/scripts/slave/recipes/skia/swarm_test.py
index ebe7524e25ef321a57b7f500cbb603ad80cb3c2d..54c7fbf7c0c1d68dfe3e4926c89b74bc41ad5a6d 100644
--- a/scripts/slave/recipes/skia/swarm_test.py
+++ b/scripts/slave/recipes/skia/swarm_test.py
@@ -285,19 +285,3 @@
) +
api.platform('win', 64)
)
-
- builder = 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug'
- yield (
- api.test('legacy_skimage_version') +
- api.properties(buildername=builder,
- mastername='client.skia',
- slavename='skiabot-linux-swarm-000',
- buildnumber=6,
- revision='abc123',
- swarm_out_dir='[SWARM_OUT_DIR]') +
- api.path.exists(
- api.path['slave_build'].join('skia'),
- api.path['slave_build'].join('skia', 'SK_IMAGE_VERSION'),
- api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
- )
- )

Powered by Google App Engine
This is Rietveld 408576698