This commit is contained in:
Noel Bundick 2020-08-18 03:28:52 +00:00
Родитель dcb922aa20
Коммит 53468ebe7b
4 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -91,7 +91,7 @@ we can use the `demo` command to populate the server with sample data, including
=== Sample benchmark ===
name: benchmark1
author: author1
version: v1alpha1
apiVersion: v1alpha1
stages:
- name: candidate
kind: candidate
@ -109,7 +109,7 @@ stages:
=== Sample candidate ===
name: candidate1
author: author1
version: v1alpha1
apiVersion: v1alpha1
benchmark: benchmark1
image: candidate1-image
@ -117,7 +117,7 @@ image: candidate1-image
=== Sample suite ===
name: suite1
author: author1
version: v1alpha1
apiVersion: v1alpha1
benchmark: benchmark1
volumes:
- name: training
@ -185,7 +185,7 @@ stages:
path: /reference
name: benchmark1
author: author1
version: v1alpha1
apiVersion: v1alpha1
createdAt: 2020-07-27T22:32:28.865Z
updatedAt: 2020-07-27T22:32:43.284Z
@ -193,7 +193,7 @@ updatedAt: 2020-07-27T22:32:43.284Z
% npm run cli show candidate candidate1
name: candidate1
author: author1
version: v1alpha1
apiVersion: v1alpha1
benchmark: benchmark1
image: candidate1-image
createdAt: 2020-07-27T22:32:28.883Z
@ -210,7 +210,7 @@ volumes:
target: 'https://sample.blob.core.windows.net/reference'
name: suite1
author: author1
version: v1alpha1
apiVersion: v1alpha1
benchmark: benchmark1
createdAt: 2020-07-27T22:32:28.889Z
updatedAt: 2020-07-27T22:32:50.623Z

Просмотреть файл

@ -1,6 +1,6 @@
name: benchmark1
author: author1
version: v1alpha1
apiVersion: v1alpha1
stages:
- name: candidate
kind: candidate

Просмотреть файл

@ -1,5 +1,5 @@
name: candidate1
author: author1
version: v1alpha1
apiVersion: v1alpha1
benchmark: benchmark1
image: candidate1-image

Просмотреть файл

@ -1,6 +1,6 @@
name: suite1
author: author1
version: v1alpha1
apiVersion: v1alpha1
benchmark: benchmark1
volumes:
- name: training