hsf-training / hsf-training-cicd

Continuuous integration and deployment with gitlab
https://hsf-training.github.io/hsf-training-cicd/
Other
5 stars 5 forks source link

Introduce parallel:matrix jobs like in GitHub Action CI/CD tutorial #34

Closed wdconinc closed 9 months ago

wdconinc commented 1 year ago

The GitHub Actions CI/CD tutorial introduces matrices as a way to replicate similar jobs since it doesn't have extends (and since anchors are not all that common for this): https://hsf-training.github.io/hsf-training-cicd-github/09-the-matrix/index.html.

Gitlab has support for matrices too, https://docs.gitlab.com/ee/ci/yaml/#parallelmatrix (I use them frequently, even though it may not be needed here exactly). It could be useful to present it as an episode, maybe right after https://hsf-training.github.io/hsf-training-cicd/10-the-worlds-a-stage/index.html.

welcome[bot] commented 1 year ago

Thanks for opening your first issue here 💖! If you have any questions, feel free to mention one of the conveners, previous contributors, or attend our weekly meeting (see https://hepsoftwarefoundation.org/workinggroups/training.html). Also, sometimes issues go unnoticed, so don't hesitate to @mention some of us, if we do not come back to you within a few days.

stale[bot] commented 1 year ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. Let me bring this to the attention of @klieret @wdconinc @michmx for now.

stale[bot] commented 1 year ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. Let me bring this to the attention of @klieret @wdconinc @michmx for now.

GuillermoFidalgo commented 9 months ago

Will add this as a short episode after https://hsf-training.github.io/hsf-training-cicd/07-adding-ci-to-your-code/index.html