Skip to content

Make RUN_ID a queue time variable in azure-pipelines.yml#44

Merged
ultmaster merged 3 commits intomainfrom
azure-pipelines
Jul 4, 2025
Merged

Make RUN_ID a queue time variable in azure-pipelines.yml#44
ultmaster merged 3 commits intomainfrom
azure-pipelines

Conversation

@ultmaster
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 4, 2025 09:40
@ultmaster ultmaster enabled auto-merge (squash) July 4, 2025 09:40
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.

Pull Request Overview

This PR updates the azure-pipelines.yml to treat RUN_ID as a queue-time variable rather than a hardcoded value.

  • Comment out the static RUN_ID default value.
  • Add a note that RUN_ID should be provided at queue time.
Comments suppressed due to low confidence (2)

azure-pipelines.yml:11

  • Instead of commenting out the default value, declare RUN_ID as a queue-time variable by listing - name: RUN_ID without a value so Azure Pipelines will prompt for it at queue time, or use a parameters block at the top of the YAML for stronger type enforcement.
  # RUN_ID should be set at the queue time.

azure-pipelines.yml:12

  • [nitpick] Once queue-time handling is in place, remove these commented-out lines to keep the YAML clean and avoid future confusion.
  # - name: RUN_ID

@ultmaster ultmaster merged commit 4f7d05e into main Jul 4, 2025
4 checks passed
@ultmaster ultmaster deleted the azure-pipelines branch July 9, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants