You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exported on 10/9/2025 at 18:08:01 EDT from Cursor (1.7.40)
User
Reformat this file as a python requirements.txt file with packagename==version. For example, the first line should read "aiohappyeyeballs==2.6.1". Make similar changes to each line of the file.
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
Exported on 9/23/2025 at 17:08:23 EDT from Cursor (1.6.45)
User
Update the lint-requirements command so that it resolves the valid input requirements to ensure we can find a matching version of the package. Use the same logic that is used in the bootstrap command to resolve the input toplevel requirements.
Exported on 9/23/2025 at 16:45:57 EDT from Cursor (1.6.42)
User
I want to add a new input BUILD_MODE, similar to BOOTSTRAP_MODE. It should be an enum with 2 options, "parallel" and "serial". The default should be parallel. The input value needs to be saved as a variable on the job and needs to be passed as an environment variable when podman is run.
Then the script pipeline-api/build_wheels.sh needs to be updated to look for the variable. If it is not set, it should assume the mode is parallel. When the mode is parallel the script should call fromager's build-parallel command with the graph file. When the mode is serial, the script should call fromager's build-serial command with the build order file.
Exported on 9/20/2025 at 14:12:45 EDT from Cursor (1.6.35)
User
I want to work on jira issue @https://issues.redhat.com/browse/AIPCC-5343 by creating a bin/build_wheels.sh script that wraps the pipeline-api/build_wheels.sh script similar to how bin/bootstrap.sh works.
The new script should take as input a containerfile, a constraints file, and a graph file.
Exported on 9/19/2025 at 15:52:43 EDT from Cursor (1.5.11)
User
I want to work on jira ticket @https://issues.redhat.com/browse/AIPCC-5335 . Start by looking at ci-wheelhouse.yml and .gitlab-test-jobs.yaml to see how the test bootstrap-and-onboard jobs in this repository are defined. Then add a new base job to the ci-wheelhouse.yml file using the variable-based parameterized jobs there as examples. Set the same variables for the new job that appear in the jobs in .gitlab-test-jobs.yaml.