You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update version in example
* Update docs to fix invalid indentifier when using 'hello'
* fix build issue for hello example
---------
Co-authored-by: Aaron Honeycutt <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,16 @@ In order to evaluate and build anything you need to create _projects_ that conta
39
39
#### Creating A Project
40
40
Log in as administrator, click "_Admin_" and select "_Create project_". Fill the form as follows:
41
41
42
-
-**Identifier**: `hello`
42
+
-**Identifier**: `hello-project`
43
43
-**Display name**: `hello`
44
44
-**Description**: `hello project`
45
45
46
46
Click "_Create project_".
47
47
48
48
#### Creating A Jobset
49
-
After creating a project you are forwarded to the project page. Click "_Actions_" and choose "_Create jobset_". Fill the form with the following values:
49
+
After creating a project you are forwarded to the project page. Click "_Actions_" and choose "_Create jobset_". Change **Type** to Legacy for the example below. Fill the form with the following values:
50
50
51
-
-**Identifier**: `hello`
51
+
-**Identifier**: `hello-project`
52
52
-**Nix expression**: `examples/hello.nix` in `hydra`
53
53
-**Check interval**: 60
54
54
-**Scheduling shares**: 1
@@ -57,7 +57,7 @@ We have to add two inputs for this jobset. One for _nixpkgs_ and one for _hydra_
0 commit comments