Skip to content

Commit

Permalink
Cherry-pick "codeowner" change and "re-enable udf test on jenkins cha…
Browse files Browse the repository at this point in the history
…nge" to release-0.1.0 (#124)

* add yixie and kwagner as code owner (#121)

* enable udf test

Co-authored-by: Yijun Xie <[email protected]>
  • Loading branch information
sfc-gh-jdu and sfc-gh-yixie authored Oct 29, 2021
1 parent 44b14a2 commit 38be6be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@sfc-gh-jdu @sfc-gh-okostakis
@sfc-gh-jdu @sfc-gh-okostakis @sfc-gh-yixie @sfc-gh-kwagner
2 changes: 1 addition & 1 deletion scripts/jenkins_regress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38be6be

Please sign in to comment.