File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ organization are handled through github on the `k8s-epics-docs repository`_.
7
7
8
8
Report issues for generic iocs etc. in their own repos.
9
9
10
- .. _k8s-epics-docs repository : https://github.com/epics-containers/k8s- epics-docs /issues
10
+ .. _k8s-epics-docs repository : https://github.com/epics-containers/epics-containers.github.io /issues
11
11
12
12
Running the tests
13
13
-----------------
@@ -17,8 +17,8 @@ documentation.
17
17
18
18
To get the source source code and run the unit tests, run::
19
19
20
- $ git clone git ://github.com/epics-containers/k8s- epics-docs.git
21
- $ cd k8s- epics-docs
20
+ $ git clone https ://github.com/epics-containers/epics-containers.github.io
21
+ $ cd epics-containers.github.io
22
22
$ pipenv install --dev
23
23
$ pipenv run tests
24
24
@@ -70,5 +70,5 @@ You can build the docs from the project directory by running::
70
70
The documentation is automatically built and published on github pages when
71
71
this repo is pushed to main or with a tag.
72
72
73
- See https://epics-containers.github.io/k8s-epics-docs/
73
+ See https://github.com/ epics-containers/epics-containers .github.io
74
74
Original file line number Diff line number Diff line change @@ -91,21 +91,25 @@ and the tags of their built resources.
91
91
92
92
There are these types of CI:
93
93
94
- :Generic IOC repos :
94
+ :Generic IOC repositories :
95
95
- builds a generic IOC container image
96
96
- runs some tests against that image
97
97
- publishes the image to github packages (only if the commit is tagged)
98
98
99
- :beamline repos :
99
+ :beamline repositories :
100
100
- builds a helm chart from each ioc definition
101
101
(TODO ibek will do this - at present the charts are hand coded)
102
102
- TODO: IOCs which are unchanged should not be published again
103
103
- publishes the charts to github packages (only if the commit is tagged)
104
104
105
- :helm library repo :
105
+ :helm library repositories :
106
106
- builds the helm chart
107
107
- publishes it to github packages (only if the commit is tagged)
108
108
109
+ :documentation repository:
110
+ - builds the sphinx docs
111
+ - publishes it to github.io pages
112
+
109
113
Industry Standard Technologies
110
114
------------------------------
111
115
You can’t perform that action at this time.
0 commit comments