-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 84-singularity
- Loading branch information
Showing
3 changed files
with
89 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,52 @@ | ||
{ | ||
"creators": [ | ||
{ | ||
"name": "Zapata, Felipe" | ||
"affiliation": "Netherlands eScience Center", | ||
"name": "Zapata, Felipe", | ||
"orcid": "0000-0001-8286-677X" | ||
}, | ||
{ | ||
"affiliation": "Netherlands eScience Center", | ||
"name": "Diblen, Faruk", | ||
"orcid": "0000-0002-0989-929X" | ||
}, | ||
{ | ||
"affiliation": "Netherlands eScience Center", | ||
"name": "Verhoeven, Stefan", | ||
"orcid": "0000-0002-5821-2060" | ||
}, | ||
{ | ||
"affiliation": "Netherlands eScience Center", | ||
"name": "Spaaks, Jurriaan H.", | ||
"orcid": "0000-0002-7064-4069" | ||
}, | ||
{ | ||
"affiliation": "Netherlands eScience Center", | ||
"name": "Meijer, Christiaan", | ||
"orcid": "0000-0002-5529-5761" | ||
}, | ||
{ | ||
"affiliation": "Netherlands eScience Center", | ||
"name": "Spreeuw, Hanno", | ||
"orcid": "0000-0002-5057-0322" | ||
}, | ||
{ | ||
"affiliation": "Netherlands eScience Center", | ||
"name": "Belloum, Adam", | ||
"orcid": "0000-0001-6306-6937" | ||
} | ||
], | ||
"description": "An Ansible playbook to use GitHub Actions with your own hardware.", | ||
], | ||
"description": "Various resources to set up GitHub Actions on self-hosted hardware.", | ||
"keywords": [ | ||
"Continuous Integration", | ||
"Github Actions", | ||
"self-hosted runners", | ||
"HPC", | ||
"GPU", | ||
"CI" | ||
], | ||
"license": { | ||
"id": "Apache-2.0" | ||
}, | ||
"title": "linux_actions_runner" | ||
}, | ||
"title": "Self-hosted runners" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,53 @@ | ||
# YAML 1.2 | ||
--- | ||
abstract: "An Ansible playbook to use GitHub Actions with your own hardware." | ||
authors: | ||
abstract: "Various resources to set up GitHub Actions on self-hosted hardware." | ||
authors: | ||
- | ||
affiliation: "Netherlands eScience Center" | ||
family-names: Zapata | ||
given-names: Felipe | ||
orcid: "https://orcid.org/0000-0001-8286-677X" | ||
- | ||
affiliation: "Netherlands eScience Center" | ||
family-names: Diblen | ||
given-names: Faruk | ||
orcid: "https://orcid.org/0000-0002-0989-929X" | ||
- | ||
affiliation: "Netherlands eScience Center" | ||
family-names: Verhoeven | ||
given-names: Stefan | ||
orcid: "https://orcid.org/0000-0002-5821-2060" | ||
- | ||
affiliation: "Netherlands eScience Center" | ||
family-names: Spaaks | ||
given-names: Jurriaan H. | ||
orcid: "https://orcid.org/0000-0002-7064-4069" | ||
- | ||
affiliation: "Netherlands eScience Center" | ||
family-names: Meijer | ||
given-names: Christiaan | ||
orcid: "https://orcid.org/0000-0002-5529-5761" | ||
- | ||
affiliation: "Netherlands eScience Center" | ||
family-names: Spreeuw | ||
given-names: Hanno | ||
orcid: "https://orcid.org/0000-0002-5057-0322" | ||
- | ||
affiliation: "Netherlands eScience Center" | ||
family-names: Belloum | ||
given-names: Adam | ||
orcid: "https://orcid.org/0000-0001-6306-6937" | ||
cff-version: "1.1.0" | ||
doi: "10.0000/FIXME" | ||
doi: "10.5281/zenodo.3904265" | ||
keywords: | ||
- "Continuous Integration" | ||
- "Github Actions" | ||
- "self-hosted runners" | ||
- "HPC" | ||
- "GPU" | ||
- "CI" | ||
license: "Apache-2.0" | ||
message: "If you use this software, please cite it using these metadata." | ||
repository-code: "https://github.com/NLESC-JCER/linux_actions_runner" | ||
title: "linux_actions_runner" | ||
... | ||
repository-code: "https://github.com/ci-for-research/self-hosted-runners" | ||
title: "Self-hosted runners" | ||
... |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.