Skip to content

conda-cpp-post-build-checks: switch to always running by default, add docs#382

Merged
jameslamb merged 2 commits intobranch-25.08from
update-default
Jun 25, 2025
Merged

conda-cpp-post-build-checks: switch to always running by default, add docs#382
jameslamb merged 2 commits intobranch-25.08from
update-default

Conversation

@jameslamb
Copy link
Copy Markdown
Member

Contributes to #376

Contributes to #379

Some small changes to conda-cpp-post-build-checks:

@jameslamb jameslamb requested a review from robertmaynard June 13, 2025 15:33
@jameslamb jameslamb requested a review from a team as a code owner June 13, 2025 15:33
@jameslamb jameslamb requested a review from bdice June 13, 2025 15:33
@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jun 13, 2025
Regular expression matching unmangled symbol names to be ignored by this check.
Should be wrapped in '()' to form a capture group.
For example, to ignore any function symbols coming from the 'thrust' or 'cub' namespaces,
you might provide '(void (thrust::|cub::))'.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jameslamb jameslamb merged commit 86c81b1 into branch-25.08 Jun 25, 2025
2 checks passed
@jameslamb jameslamb deleted the update-default branch June 25, 2025 17:14
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Jul 1, 2025
Contributes to rapidsai/shared-workflows#376

* adds descriptions for all inputs to workflows triggered by `workflow_dispatch`

Contributes to rapidsai/shared-workflows#379

* removes input `enable_check_symbols` for `conda-cpp-checks` workflow... no longer needed as of rapidsai/shared-workflows#382

## Notes for Reviewers

### Motivation

The input descriptions show up in the UI when you go to trigger these workflows. Like this:

![image](https://github.com/user-attachments/assets/fc62d1ff-39eb-47c7-9a21-57aab959e64f)

I'm hoping that will make it easier for developers to manually trigger workflows. Inspired by being asked multiple times "what format is `date` supposed to be in?".

Removing `enable_check_symbols` here is a step towards completely removing that always-true input, as part of rapidsai/shared-workflows#379

### Other repos?

This is the first of these PRs... let's use it to decide on phrasing that we like.

Once it's approved and merged, I'll open similar PRs across RAPIDS.

#

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)

URL: #19234
rapids-bot bot pushed a commit to rapidsai/raft that referenced this pull request Jul 1, 2025
Contributes to rapidsai/shared-workflows#376

* adds descriptions for all inputs to workflows triggered by `workflow_dispatch`

Contributes to rapidsai/shared-workflows#379

* removes input `enable_check_symbols` for `conda-cpp-checks` workflow... no longer needed as of rapidsai/shared-workflows#382

## Notes for Reviewers

### Motivation

The input descriptions show up in the UI when you go to trigger these workflows. Like this:

![image](https://github.com/user-attachments/assets/fc62d1ff-39eb-47c7-9a21-57aab959e64f)

I'm hoping that will make it easier for developers to manually trigger workflows. Inspired by being asked multiple times "what format is `date` supposed to be in?".

Removing `enable_check_symbols` here is a step towards completely removing that always-true input, as part of rapidsai/shared-workflows#379

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #2728
rapids-bot bot pushed a commit to rapidsai/cuml that referenced this pull request Jul 1, 2025
Contributes to rapidsai/shared-workflows#376

* adds descriptions for all inputs to workflows triggered by `workflow_dispatch`

Contributes to rapidsai/shared-workflows#379

* removes input `enable_check_symbols` for `conda-cpp-checks` workflow... no longer needed as of rapidsai/shared-workflows#382

## Notes for Reviewers

### Motivation

The input descriptions show up in the UI when you go to trigger these workflows. Like this:

![image](https://github.com/user-attachments/assets/fc62d1ff-39eb-47c7-9a21-57aab959e64f)

I'm hoping that will make it easier for developers to manually trigger workflows. Inspired by being asked multiple times "what format is `date` supposed to be in?".

Removing `enable_check_symbols` here is a step towards completely removing that always-true input, as part of rapidsai/shared-workflows#379

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #6952
rapids-bot bot pushed a commit to rapidsai/cugraph that referenced this pull request Jul 1, 2025
Contributes to rapidsai/shared-workflows#376

* adds descriptions for all inputs to workflows triggered by `workflow_dispatch`

Contributes to rapidsai/shared-workflows#379

* removes input `enable_check_symbols` for `conda-cpp-checks` workflow... no longer needed as of rapidsai/shared-workflows#382

## Notes for Reviewers

### Motivation

The input descriptions show up in the UI when you go to trigger these workflows. Like this:

![image](https://github.com/user-attachments/assets/fc62d1ff-39eb-47c7-9a21-57aab959e64f)

I'm hoping that will make it easier for developers to manually trigger workflows. Inspired by being asked multiple times "what format is `date` supposed to be in?".

Removing `enable_check_symbols` here is a step towards completely removing that always-true input, as part of rapidsai/shared-workflows#379

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #5139
rapids-bot bot pushed a commit to rapidsai/cuvs that referenced this pull request Jul 1, 2025
Contributes to rapidsai/shared-workflows#376

* adds descriptions for all inputs to workflows triggered by `workflow_dispatch`

Contributes to rapidsai/shared-workflows#379

* removes input `enable_check_symbols` for `conda-cpp-checks` workflow... no longer needed as of rapidsai/shared-workflows#382

## Notes for Reviewers

### Motivation

The input descriptions show up in the UI when you go to trigger these workflows. Like this:

![image](https://github.com/user-attachments/assets/fc62d1ff-39eb-47c7-9a21-57aab959e64f)

I'm hoping that will make it easier for developers to manually trigger workflows. Inspired by being asked multiple times "what format is `date` supposed to be in?".

Removing `enable_check_symbols` here is a step towards completely removing that always-true input, as part of rapidsai/shared-workflows#379

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #1075
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants