Skip to content

Commit

Permalink
ci: test-perf uses determined version from github (#9019)
Browse files Browse the repository at this point in the history
Instead of installing determined from PyPI with pip, test-perf now pulls
its determined from GitHub. This is to make it possible to coordinate
changes between the python files that run as a part of the test and the
libraries within determined that those files call.
  • Loading branch information
wes-turner authored Mar 19, 2024
1 parent 137bfcd commit fa43bff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2150,14 +2150,16 @@ jobs:
only-on-branch: main
time: "120" # Wait two hours at most. Adjust this over time.
- checkout
- add-and-fetch-upstream
- attach_workspace:
at: .
- setup-python-venv:
determined: True
executor: <<pipeline.parameters.machine-image>>
- install-devcluster
- run:
name: Install upload deps
command: tools/scripts/retry.sh pip install requests determined psycopg2-binary
command: tools/scripts/retry.sh pip install requests psycopg2-binary

- when:
condition: <<parameters.deploy-db>>
Expand Down

0 comments on commit fa43bff

Please sign in to comment.