summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas Negara <snegara@google.com>2015-05-07 12:23:26 -0700
committerStas Negara <snegara@google.com>2015-05-07 12:24:22 -0700
commite47a3c0bcffad3598258c70282aa1d71ff9746c9 (patch)
tree48b83f309071086a7c2df80000947f66bf14c97a
parent2779b74ebec700ac6da26143d1b3c8a09c1bbe12 (diff)
downloadtesting-e47a3c0bcffad3598258c70282aa1d71ff9746c9.tar.gz
Fixed the link to the test results on the web.
Change-Id: Ie544245739c197a31f3023c4f5854ca9c867e34f
-rw-r--r--src/com/google/gct/testing/CloudConfigurationProviderImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/google/gct/testing/CloudConfigurationProviderImpl.java b/src/com/google/gct/testing/CloudConfigurationProviderImpl.java
index f2992f5..4fd28fa 100644
--- a/src/com/google/gct/testing/CloudConfigurationProviderImpl.java
+++ b/src/com/google/gct/testing/CloudConfigurationProviderImpl.java
@@ -548,7 +548,7 @@ public class CloudConfigurationProviderImpl extends CloudConfigurationProvider {
}
private static String getTuxLink(String cloudProjectId, ResultStorage resultStorage) {
- return "https://pantheon.corp.google.com/project/" + cloudProjectId
+ return "https://console.developers.google.com/project/" + cloudProjectId
+ "/clouddev/toolresults/histories/" + resultStorage.getToolResultsHistoryId()
+ "/executions/" + resultStorage.getToolResultsExecutionId();
}