Skip to content

Commit

Permalink
Merge pull request #795 from NVIDIA/add-gh-actions-release-24.3
Browse files Browse the repository at this point in the history
Cherry-pick Github Actions to release-24.3 branch
  • Loading branch information
cdesiniotis authored Jun 27, 2024
2 parents 0fe1e8d + 5553d2c commit 10a6746
Show file tree
Hide file tree
Showing 10 changed files with 353 additions and 146 deletions.
4 changes: 2 additions & 2 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ workflow:
- if: $CI_COMMIT_BRANCH
- if: $CI_COMMIT_TAG
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_BRANCH =~ /^release-.*$/
- if: $CI_COMMIT_TAG && $CI_COMMIT_TAG != ""

.main-or-manual:
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_BRANCH =~ /^release-.*$/
- if: $CI_COMMIT_TAG && $CI_COMMIT_TAG != ""
- if: $CI_PIPELINE_SOURCE == "schedule"
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Hello!

Thanks for making this contribution! When contributing to this repository please keep in mind the following:
- [You should sign your work](https://github.com/NVIDIA/gpu-operator/blob/master/CONTRIBUTING.md).
- [You should sign your work](https://github.com/NVIDIA/gpu-operator/blob/main/CONTRIBUTING.md).
- You should be making your contribution against the [gitlab.com repository](https://gitlab.com/nvidia/kubernetes/gpu-operator) as github.com is just a mirror.
113 changes: 0 additions & 113 deletions .github/workflows/blossom-ci.yml

This file was deleted.

Loading

0 comments on commit 10a6746

Please sign in to comment.