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
The above file: setup the environment, prepare dataset and models, runs the benchmarking job, validates the output and then uploads the artifacts for debugging.
277
+
278
+
Similarily, workflows for other old examples will be added based on their running instructions.
272
279
273
-
Similarily other workflows will be added based on their running instructions.
280
+
Hence, in summary, the goal of developing CI-CD pipelines will be to ensure that:
274
281
282
+
- For any new submission (pull requests or merges), all historical (existing) examples remain executable.
283
+
- For newly submitted examples, there will be a template that contributors adding new examples can refer to it and create the CI-CD workflow for their specific example themselves. This new template "How to Add CI-CD" will placed in [CONTRIBUTION section](https://github.com/kubeedge/ianvs/tree/main/docs/guides) of [ianvs web doc site](https://ianvs.readthedocs.io/en/latest/guides/how-to-contribute-test-environments.html).
0 commit comments