Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation with Argo/GPT4o #565

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/services/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Today it is a common practice to use a CI tool for defining pipelines and execut

## CI Tools at ALCF

### Gitlab-CI
[Gitlab](gitlab-ci.md) is an application that offers combined functionality as git repository, issue tracker, and CI/CD platform. The ALCF implementation of the Gitlab-CI environment leverages upstream gitlab runners combined with the [ECP's Jacamar custom executor](https://gitlab.com/ecp-ci/jacamar-ci). As CI/CD is built directly into Gitlab, it can allow for tighter devops processes. [Gitlab-CI](https://gitlab-ci.alcf.anl.gov) is meant to provide CI/CD services for projects using [Gitlab-CI](https://gitlab-ci.alcf.anl.gov) to store their git repositories. ALCF does not allow users to join their own private runners to our existing gitlab ci environment and provides runners on our supported systems.
### GitLab-CI
[GitLab](gitlab-ci.md) is an application that offers combined functionality as a git repository, issue tracker, and CI/CD platform. The ALCF implementation of the GitLab-CI environment leverages upstream GitLab runners combined with the [ECP's Jacamar custom executor](https://gitlab.com/ecp-ci/jacamar-ci). As CI/CD is built directly into GitLab, it can allow for tighter DevOps processes. [GitLab-CI](https://gitlab-ci.alcf.anl.gov) is meant to provide CI/CD services for projects using [GitLab-CI](https://gitlab-ci.alcf.anl.gov) to store their git repositories. ALCF does not allow users to join their own private runners to our existing GitLab CI environment and provides runners on our supported systems.
6 changes: 2 additions & 4 deletions docs/services/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@

Below is a list of some of the services ALCF offers.

- [JupyterHub](jupyter-hub.md): An interactive computing environment for
Python and other languages.
- [Continuous Integration](continuous-integration.md): An automated processes to
help build, test, package, and deploy on ALCF systems.
- [JupyterHub](jupyter-hub.md): An interactive computing environment for Python and other languages.
- [Continuous Integration](continuous-integration.md): Automated processes to help build, test, package, and deploy on ALCF systems.
Loading
Loading