forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SW-201504] Trigger Internal Tests (#538)
- Added actionlint.yaml to allow usage of self-hosted runners (without it actionlint will throw error) - I also tried to disable some of shellcheck warnings/errors but couldn't do that so probably this PR should be merged even though actionlint is failing - Update Trigger Jenkins workflow - now it will contain 4 jobs: 1. Dependency Scan - will fail the job if a dependency with high severity vulnerability will be part of the PR 2. CodeQL Scan - scan the python code itself 3. Calculate Tests To Trigger - will read the .jenkins/test_config.yaml file and based on it trigger all the tests configured on it 4. Tests - The tests running on Gaudi resources
- Loading branch information
1 parent
c5975f8
commit c83289e
Showing
2 changed files
with
112 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
self-hosted-runner: | ||
# Labels of self-hosted runner in array of strings. | ||
labels: | ||
- generic-runner | ||
paths: | ||
.github/workflows/trigger_jenkins.yml: | ||
ignore: | ||
- shellcheck reported issue in this script: SC2116:.+ | ||
- shellcheck reported issue in this script: SC2086:.+ | ||
- shellcheck reported issue in this script: SC2001:.+ |
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