Skip to content

Treat a tagged commit the same as a nightly build#217

Merged
rapids-bot[bot] merged 8 commits intoNVIDIA:developfrom
dagardner-nv:david-rc-pipelines
May 6, 2025
Merged

Treat a tagged commit the same as a nightly build#217
rapids-bot[bot] merged 8 commits intoNVIDIA:developfrom
dagardner-nv:david-rc-pipelines

Conversation

@dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented May 6, 2025

Description

  • Ensure that tagged (presumably rc tags) commits are marked as ready
  • Ensure that tagged commits on the develop branch are treated the same as nightly builds and internal dependencies are fully specified (aiqtoolkit==1.1.0rc2 rather than aiqtoolkit~=1.1)
  • Fix handling of the version for nightly builds
  • Fix out of date/incorrect/misleading comment

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
    • Any contribution which contains commits that are not Signed-Off will not be accepted.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
@dagardner-nv dagardner-nv self-assigned this May 6, 2025
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change labels May 6, 2025
@dagardner-nv dagardner-nv marked this pull request as draft May 6, 2025 18:29
… -rc tag, adjust sed to match anything after a dash

Signed-off-by: David Gardner <dagardner@nvidia.com>
@AnuradhaKaruppiah AnuradhaKaruppiah requested a review from Copilot May 6, 2025 18:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (3)
  • ci/scripts/gitlab/artifactory_upload.sh: Language not supported
  • ci/scripts/gitlab/build_wheel.sh: Language not supported
  • ci/scripts/gitlab/common.sh: Language not supported

Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
…d both of which are needed for the ci/release/update_toml_dep.py script

Signed-off-by: David Gardner <dagardner@nvidia.com>
@dagardner-nv dagardner-nv marked this pull request as ready for review May 6, 2025 20:22
@dagardner-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 33fa5de into NVIDIA:develop May 6, 2025
10 checks passed
@dagardner-nv dagardner-nv deleted the david-rc-pipelines branch May 6, 2025 23:09
yczhang-nv pushed a commit to yczhang-nv/NeMo-Agent-Toolkit that referenced this pull request May 8, 2025
* Ensure that tagged (presumably rc tags) commits are marked as `ready`
* Ensure that tagged commits on the develop branch are treated the same as nightly builds and internal dependencies are fully specified (`aiqtoolkit==1.1.0rc2` rather than `aiqtoolkit~=1.1`)
* Fix handling of the version for nightly builds
* Fix out of date/incorrect/misleading comment

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AIQToolkit/blob/develop/docs/source/advanced/contributing.md).
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
  - Any contribution which contains commits that are not Signed-Off will not be accepted.
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

URL: NVIDIA#217
Signed-off-by: Yuchen Zhang <134643420+yczhang-nv@users.noreply.github.com>
yczhang-nv pushed a commit to yczhang-nv/NeMo-Agent-Toolkit that referenced this pull request May 9, 2025
* Ensure that tagged (presumably rc tags) commits are marked as `ready`
* Ensure that tagged commits on the develop branch are treated the same as nightly builds and internal dependencies are fully specified (`aiqtoolkit==1.1.0rc2` rather than `aiqtoolkit~=1.1`)
* Fix handling of the version for nightly builds
* Fix out of date/incorrect/misleading comment

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AIQToolkit/blob/develop/docs/source/advanced/contributing.md).
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
  - Any contribution which contains commits that are not Signed-Off will not be accepted.
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

URL: NVIDIA#217
Signed-off-by: Yuchen Zhang <yuchenz@nvidia.com>
ericevans-nv pushed a commit to ericevans-nv/agent-iq that referenced this pull request Jun 3, 2025
* Ensure that tagged (presumably rc tags) commits are marked as `ready`
* Ensure that tagged commits on the develop branch are treated the same as nightly builds and internal dependencies are fully specified (`aiqtoolkit==1.1.0rc2` rather than `aiqtoolkit~=1.1`)
* Fix handling of the version for nightly builds
* Fix out of date/incorrect/misleading comment

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AIQToolkit/blob/develop/docs/source/advanced/contributing.md).
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
  - Any contribution which contains commits that are not Signed-Off will not be accepted.
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

URL: NVIDIA#217
Signed-off-by: Eric Evans <194135482+ericevans-nv@users.noreply.github.com>
ericevans-nv pushed a commit to ericevans-nv/agent-iq that referenced this pull request Jun 3, 2025
* Ensure that tagged (presumably rc tags) commits are marked as `ready`
* Ensure that tagged commits on the develop branch are treated the same as nightly builds and internal dependencies are fully specified (`aiqtoolkit==1.1.0rc2` rather than `aiqtoolkit~=1.1`)
* Fix handling of the version for nightly builds
* Fix out of date/incorrect/misleading comment

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AIQToolkit/blob/develop/docs/source/advanced/contributing.md).
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
  - Any contribution which contains commits that are not Signed-Off will not be accepted.
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

URL: NVIDIA#217
Signed-off-by: Eric Evans <194135482+ericevans-nv@users.noreply.github.com>
AnuradhaKaruppiah pushed a commit to AnuradhaKaruppiah/oss-agentiq that referenced this pull request Aug 4, 2025
* Ensure that tagged (presumably rc tags) commits are marked as `ready`
* Ensure that tagged commits on the develop branch are treated the same as nightly builds and internal dependencies are fully specified (`aiqtoolkit==1.1.0rc2` rather than `aiqtoolkit~=1.1`)
* Fix handling of the version for nightly builds
* Fix out of date/incorrect/misleading comment

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AIQToolkit/blob/develop/docs/source/advanced/contributing.md).
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
  - Any contribution which contains commits that are not Signed-Off will not be accepted.
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

URL: NVIDIA#217
scheckerNV pushed a commit to scheckerNV/aiq-factory-reset that referenced this pull request Aug 22, 2025
* Ensure that tagged (presumably rc tags) commits are marked as `ready`
* Ensure that tagged commits on the develop branch are treated the same as nightly builds and internal dependencies are fully specified (`aiqtoolkit==1.1.0rc2` rather than `aiqtoolkit~=1.1`)
* Fix handling of the version for nightly builds
* Fix out of date/incorrect/misleading comment

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AIQToolkit/blob/develop/docs/source/advanced/contributing.md).
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
  - Any contribution which contains commits that are not Signed-Off will not be accepted.
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

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

Labels

bug Something isn't working non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants