forked from spotify/klio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[integration] Update IT to use latest beam SDK
I also removed `--use-feature=2020-resolver` from the dockerfile since the latest pip version ignores it (the new resolver is default now). When re-generating the job-reqs.txt, I did the following: 1. built the job’s image 2. ran the image interactively (`docker run -it —rm -v $(pwd):/usr/src/app $img`) 3. installed pip-tools==5.4.0 (5.5+ has a new layout that would make the diff difficult to read) 4. ran `pip-compile job-requirements.in` 5. stopped the container and ran the integration tests for the particular job via KLIO_TEST_DIR=<dir> tox -c integration/tox.ini
- Loading branch information
Showing
19 changed files
with
301 additions
and
276 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
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
apache-beam[gcp]==2.24.0 | ||
apache-beam[gcp]==2.27.0 | ||
librosa | ||
pytest | ||
google-cloud-storage < 1.30.0 | ||
google-cloud-kms < 2.0.0 | ||
# Note: klio packages are installed via docker |
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
apache-beam[gcp]==2.24.0 | ||
apache-beam[gcp]==2.27.0 | ||
pytest | ||
# Note: klio packages are installed via docker |
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
apache-beam[gcp]==2.24.0 | ||
apache-beam[gcp]==2.27.0 | ||
pytest | ||
# Note: klio packages are installed via docker |
Oops, something went wrong.