-
Notifications
You must be signed in to change notification settings - Fork 61
Dropping bits in the old CI & Propagating recent changes from cuda-python #683
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
31561cb
drop old windows wheel test workflow
leofang 2413bd6
move json to yml
leofang 39bf323
propagate fixes
leofang 1b6e3cb
move old CI jobs to new CI
leofang 03b7b49
move the cudf test job
leofang 7f090d6
relock
leofang 7a40494
drop old wheel test job
leofang 78aad77
move all old CI test jobs to the new CI
leofang d50131e
Replace Apache-2.0 with BSD-2-Clause in SPDX license identifiers
Copilot d5b8b63
Merge branch 'main' into move_to_new_ci
leofang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,22 +1,21 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2025-2025 NVIDIA CORPORATION & AFFILIATES. | ||
| # All rights reserved. | ||
| # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| --- | ||
|
|
||
| version: 2 | ||
| updates: | ||
|
|
||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| - package-ecosystem: github-actions | ||
| directory: / | ||
| schedule: | ||
| # Check for updates to GitHub Actions every month | ||
| interval: "monthly" | ||
| labels: | ||
| - CI | ||
| time: "09:00" | ||
| timezone: "America/Los_Angeles" | ||
|
|
||
| # Keep churn down: only one open PR from this ecosystem at a time | ||
| open-pull-requests-limit: 1 | ||
|
|
||
| groups: | ||
| actions-monthly: | ||
| applies-to: version-updates | ||
| patterns: ["*"] | ||
| update-types: ["minor", "patch"] | ||
| update-types: ["major", "minor", "patch"] | ||
kkraus14 marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.