Skip to content

Conversation

@veprbl
Copy link
Member

@veprbl veprbl commented Dec 5, 2025

This is a fix that was applied to v25.12.0-stable to make it build. Specifically this prevents nightly benchmarks from being enabled and be failing due to missing nightly container jobs.

@wdconinc
Copy link
Contributor

wdconinc commented Dec 6, 2025

Disk space failures should be less often after a fix in master now.

Copilot AI review requested due to automatic review settings December 15, 2025 00:38
@wdconinc wdconinc enabled auto-merge (squash) December 15, 2025 00:38
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 fixes incorrect YAML syntax in GitLab CI variable definitions for benchmark jobs. The original code attempted to define variables as a list with !reference tags, which is invalid syntax for the variables section in GitLab CI. The fix correctly changes the definitions to simple key-value pairs.

Key Changes

  • Fixed .benchmarks:default template by changing BUILD_TYPE from list format to proper key-value format
  • Fixed .benchmarks:nightly template with the same correction

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wdconinc wdconinc merged commit a24dd55 into master Dec 16, 2025
26 checks passed
@veprbl veprbl deleted the pr/fix branch December 16, 2025 15:39
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