aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-cd/src/main/java/ai
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-24 16:16:31 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-24 16:16:31 +0200
commitb2db3103b8fb1b9263665a5fd4d51be4d7176811 (patch)
tree65d61582871fcaee8d100ae65e46daf88203c974 /tenant-cd/src/main/java/ai
parent4c4afce3ab48fdfca83f0a3217d0fe18431e68a7 (diff)
Move hitherto unused hosted Vespa things to ai.vespa.hosted packages
Diffstat (limited to 'tenant-cd/src/main/java/ai')
-rw-r--r--tenant-cd/src/main/java/ai/vespa/hosted/cd/ProductionTest.java6
-rw-r--r--tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java6
-rw-r--r--tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java6
3 files changed, 18 insertions, 0 deletions
diff --git a/tenant-cd/src/main/java/ai/vespa/hosted/cd/ProductionTest.java b/tenant-cd/src/main/java/ai/vespa/hosted/cd/ProductionTest.java
new file mode 100644
index 00000000000..a756b665c1a
--- /dev/null
+++ b/tenant-cd/src/main/java/ai/vespa/hosted/cd/ProductionTest.java
@@ -0,0 +1,6 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+package ai.vespa.hosted.cd;
+
+public class ProductionTest {
+
+}
diff --git a/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java b/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java
new file mode 100644
index 00000000000..789b9deadb0
--- /dev/null
+++ b/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java
@@ -0,0 +1,6 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+package ai.vespa.hosted.cd;
+
+public class StagingTest {
+
+}
diff --git a/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java b/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java
new file mode 100644
index 00000000000..889acb8b9c4
--- /dev/null
+++ b/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java
@@ -0,0 +1,6 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+package ai.vespa.hosted.cd;
+
+public class SystemTest {
+
+}