diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3bd21ccc13e..2f36957e40e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -@sfc-gh-jdu @sfc-gh-okostakis +@sfc-gh-jdu @sfc-gh-okostakis @sfc-gh-yixie @sfc-gh-kwagner diff --git a/scripts/jenkins_regress.sh b/scripts/jenkins_regress.sh index 46172092393..f15c8ff6a18 100644 --- a/scripts/jenkins_regress.sh +++ b/scripts/jenkins_regress.sh @@ -18,4 +18,4 @@ exit_code_decorator(){ gpg --quiet --batch --yes --decrypt --passphrase="$GPG_KEY" --output "$TEST_DIR/parameters.py" scripts/parameters.py.gpg # Run linter, Python 3.8 test and code coverage jobs -exit_code_decorator "python -m tox -c $WORKING_DIR" +exit_code_decorator "python -m tox -c $WORKING_DIR" -e udf diff --git a/tox.ini b/tox.ini index ae6c4908cbb..b82e353292f 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ passenv = PYTEST_ADDOPTS commands = !udf: {env:SNOWFLAKE_PYTEST_CMD} -m "{env:SNOWFLAKE_TEST_TYPE} and not udf" {posargs:} test - udf: {env:SNOWFLAKE_PYTEST_CMD} -m "{env:SNOWFLAKE_TEST_TYPE} and udf" {posargs:} test + udf: {env:SNOWFLAKE_PYTEST_CMD} -m "{env:SNOWFLAKE_TEST_TYPE} or udf" {posargs:} test [testenv:coverage] description = [run locally after tests]: combine coverage data and create report