File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2121 TNF_SMOKE_TESTS_LOG_LEVEL : trace
2222 ON_DEMAND_DEBUG_PODS : false
2323 TERM : xterm-color
24+ SMOKE_TESTS_LABELS_FILTER : all
2425jobs :
2526 linters :
2627 runs-on : ubuntu-22.04
@@ -122,7 +123,7 @@ jobs:
122123 working-directory : cnf-certification-test
123124
124125 - name : ' Test: Run Smoke Tests in a TNF container'
125- run : TNF_LOG_LEVEL=${TNF_SMOKE_TESTS_LOG_LEVEL} ./run-tnf-container.sh ${{ env.TESTING_CMD_PARAMS }} -l '!affiliated-certification-container-is-certified-digest && !access-control-security-context'
126+ run : TNF_LOG_LEVEL=${TNF_SMOKE_TESTS_LOG_LEVEL} ./run-tnf-container.sh ${{ env.TESTING_CMD_PARAMS }} -l "${SMOKE_TESTS_LABELS_FILTER}"
126127 working-directory : cnf-certification-test
127128
128129 - name : Build the TNF tool
You can’t perform that action at this time.
0 commit comments