We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ddaef commit 7604033Copy full SHA for 7604033
.nvidia-ci.yml
@@ -109,12 +109,20 @@ build:
109
110
test:
111
stage: test
112
+ except:
113
+ variables:
114
+ - $CI_COMMIT_MESSAGE =~ /\[skip[ _-]tests?\]/i
115
+ - $SKIP_TESTS
116
script:
117
- *testdep_setup
118
- *test_action
119
120
scan:
121
stage: scan
122
123
124
+ - $CI_COMMIT_MESSAGE =~ /\[skip[ _-]scan?\]/i
125
+ - $SKIP_SCAN
126
127
- *builddep_setup
128
- *python_setup
0 commit comments