From 86512b401ecee4b5e18ee6fbec28ec9c1d0ead9b Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 3 Feb 2016 04:41:04 -0800 Subject: [PATCH] Rename iOS test specs to match buildbot names. I really prefer not using spaces in any filenames but if we were to rename all the bots all existing URLs to builds would stop working (or we'd loose the build history), so I'd like to see if this works first. The bots that hits the errors are the new ones I'm experimenting with in client.webrtc.fyi. Example failing build: https://build.chromium.org/p/client.webrtc.fyi/builders/iOS64%20Simulator%20Debug BUG=chromium:498746 NOTRY=True TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1665783002 Cr-Commit-Position: refs/heads/master@{#11473} --- .../ios/client.webrtc.fyi/{iOS32_Debug.json => iOS32 Debug.json} | 0 .../client.webrtc.fyi/{iOS32_Release.json => iOS32 Release.json} | 0 .../{iOS32_Simulator_Debug.json => iOS32 Simulator Debug.json} | 0 .../{iOS64_Debug_(GN).json => iOS64 Debug (GN).json} | 0 .../ios/client.webrtc.fyi/{iOS64_Debug.json => iOS64 Debug.json} | 0 .../{iOS64_Release_(GN).json => iOS64 Release (GN).json} | 0 .../client.webrtc.fyi/{iOS64_Release.json => iOS64 Release.json} | 0 .../{iOS64_Simulator_Debug.json => iOS64 Simulator Debug.json} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename webrtc/build/ios/client.webrtc.fyi/{iOS32_Debug.json => iOS32 Debug.json} (100%) rename webrtc/build/ios/client.webrtc.fyi/{iOS32_Release.json => iOS32 Release.json} (100%) rename webrtc/build/ios/client.webrtc.fyi/{iOS32_Simulator_Debug.json => iOS32 Simulator Debug.json} (100%) rename webrtc/build/ios/client.webrtc.fyi/{iOS64_Debug_(GN).json => iOS64 Debug (GN).json} (100%) rename webrtc/build/ios/client.webrtc.fyi/{iOS64_Debug.json => iOS64 Debug.json} (100%) rename webrtc/build/ios/client.webrtc.fyi/{iOS64_Release_(GN).json => iOS64 Release (GN).json} (100%) rename webrtc/build/ios/client.webrtc.fyi/{iOS64_Release.json => iOS64 Release.json} (100%) rename webrtc/build/ios/client.webrtc.fyi/{iOS64_Simulator_Debug.json => iOS64 Simulator Debug.json} (100%) diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS32_Debug.json b/webrtc/build/ios/client.webrtc.fyi/iOS32 Debug.json similarity index 100% rename from webrtc/build/ios/client.webrtc.fyi/iOS32_Debug.json rename to webrtc/build/ios/client.webrtc.fyi/iOS32 Debug.json diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS32_Release.json b/webrtc/build/ios/client.webrtc.fyi/iOS32 Release.json similarity index 100% rename from webrtc/build/ios/client.webrtc.fyi/iOS32_Release.json rename to webrtc/build/ios/client.webrtc.fyi/iOS32 Release.json diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS32_Simulator_Debug.json b/webrtc/build/ios/client.webrtc.fyi/iOS32 Simulator Debug.json similarity index 100% rename from webrtc/build/ios/client.webrtc.fyi/iOS32_Simulator_Debug.json rename to webrtc/build/ios/client.webrtc.fyi/iOS32 Simulator Debug.json diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS64_Debug_(GN).json b/webrtc/build/ios/client.webrtc.fyi/iOS64 Debug (GN).json similarity index 100% rename from webrtc/build/ios/client.webrtc.fyi/iOS64_Debug_(GN).json rename to webrtc/build/ios/client.webrtc.fyi/iOS64 Debug (GN).json diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS64_Debug.json b/webrtc/build/ios/client.webrtc.fyi/iOS64 Debug.json similarity index 100% rename from webrtc/build/ios/client.webrtc.fyi/iOS64_Debug.json rename to webrtc/build/ios/client.webrtc.fyi/iOS64 Debug.json diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS64_Release_(GN).json b/webrtc/build/ios/client.webrtc.fyi/iOS64 Release (GN).json similarity index 100% rename from webrtc/build/ios/client.webrtc.fyi/iOS64_Release_(GN).json rename to webrtc/build/ios/client.webrtc.fyi/iOS64 Release (GN).json diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS64_Release.json b/webrtc/build/ios/client.webrtc.fyi/iOS64 Release.json similarity index 100% rename from webrtc/build/ios/client.webrtc.fyi/iOS64_Release.json rename to webrtc/build/ios/client.webrtc.fyi/iOS64 Release.json diff --git a/webrtc/build/ios/client.webrtc.fyi/iOS64_Simulator_Debug.json b/webrtc/build/ios/client.webrtc.fyi/iOS64 Simulator Debug.json similarity index 100% rename from webrtc/build/ios/client.webrtc.fyi/iOS64_Simulator_Debug.json rename to webrtc/build/ios/client.webrtc.fyi/iOS64 Simulator Debug.json