Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate wheel workflow scripts locally #1546

Merged
merged 49 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
edfd4a3
try locally building wheels
divyegala May 23, 2023
e013fd9
add package-dir back, use correct branch
divyegala May 23, 2023
27363dd
temporarily update dependencies to 23.8
divyegala May 23, 2023
c7fd706
use double equals
divyegala May 23, 2023
25d8908
change file permissions
divyegala May 23, 2023
40e140d
try to fix dfg
divyegala May 23, 2023
3c52c30
use abs path
divyegala May 23, 2023
71cb1b7
use matrix.arch from env
divyegala May 23, 2023
3a2b609
try to remove unbound variable error
divyegala May 23, 2023
3c7c7a2
move pypi password back to upstream
divyegala May 24, 2023
dde3fa0
correctly pass var
divyegala May 24, 2023
d296027
add logs to see what arg is being set
divyegala May 24, 2023
8cc9251
account for changes to new images, gha tools
divyegala May 26, 2023
b868d72
bump
divyegala May 26, 2023
a630e51
dont use rapids-env-update
divyegala May 26, 2023
0046571
bump
divyegala May 26, 2023
ec59f9a
bump
divyegala May 27, 2023
56a4701
only download custom gha-tools if not available
divyegala May 30, 2023
38bdd85
Merge branch 'branch-23.08' into local-wheel-build-scripts
divyegala May 31, 2023
fa8b403
bump
divyegala Jun 1, 2023
aefea72
update wheel builds to new workflow, minor fixes
divyegala Jul 13, 2023
bcb0c14
merge upstream
divyegala Jul 13, 2023
c9c8f52
Remove guard for uploading wheels
divyegala Jul 13, 2023
1b0299a
Apply suggestions from code review
divyegala Jul 14, 2023
306a00d
address review, account for workflows/gha-tools changes
divyegala Jul 17, 2023
8ccffd6
remove package-dir arg from workflows
divyegala Jul 17, 2023
331b854
use rapids-configure-sccache directly instead of rapids-env-update
divyegala Jul 17, 2023
53d6c1b
use correct temp gha-tools path for rapids-configure-sccache
divyegala Jul 17, 2023
f503881
set RAPIDS_EPOCH_TIMESTAMP
divyegala Jul 18, 2023
62a5ede
Switch to local testing script
vyasr Jul 19, 2023
c606cf8
Remove parallelism from testing
vyasr Jul 19, 2023
4830736
Fix some typos
vyasr Jul 19, 2023
94b4051
address review
divyegala Jul 19, 2023
7f4faa9
merge upstream
divyegala Jul 19, 2023
97ef672
use correct path for gha tools
divyegala Jul 19, 2023
8e78315
Remove index setting
vyasr Jul 19, 2023
44aadc9
Update workflow filename
vyasr Jul 19, 2023
4c81ee5
Apply suggestions from code review
divyegala Jul 19, 2023
ac6aeb0
bump
vyasr Jul 20, 2023
e47b637
bump
vyasr Jul 20, 2023
95d6860
address review
divyegala Jul 20, 2023
75920cb
Merge remote-tracking branch 'upstream/branch-23.08' into local-wheel…
divyegala Jul 20, 2023
594f4ce
Merge remote-tracking branch 'vyas/feat/test_wheel_scripts' into loca…
divyegala Jul 20, 2023
4708393
add publish/test
divyegala Jul 20, 2023
6f7ccd0
Apply suggestions from code review
divyegala Jul 20, 2023
ead668d
Apply suggestions from code review
divyegala Jul 20, 2023
b060f7c
Merge remote-tracking branch 'upstream/branch-23.08' into local-wheel…
divyegala Jul 21, 2023
2f2e58a
revert workflows pin
divyegala Jul 21, 2023
98f3522
Merge branch 'local-wheel-build-scripts' of github.com:divyegala/raft…
divyegala Jul 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to fix dfg
  • Loading branch information
divyegala committed May 23, 2023
commit 40e140d1574c47820bbfb1e300d02d70d3bc24ae
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ dependencies:
- sphinx-markdown-tables
- sysroot_linux-64==2.17
- ucx-proc=*=gpu
- ucx-py=0.33.*
- ucx-py==0.33.*
- ucx>=1.13.0
name: all_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ dependencies:
- joblib>=0.11
- numba>=0.49
- *numpy
- ucx-py=0.33.*
- ucx-py==0.33.*
- output_types: conda
packages:
- dask-core==2023.3.2
Expand Down