Skip to content

Antalya 26.1 - CICD Clean up loose ends#1433

Merged
strtgbb merged 17 commits intoantalya-26.1from
misc-fixes-26.1
Feb 27, 2026
Merged

Antalya 26.1 - CICD Clean up loose ends#1433
strtgbb merged 17 commits intoantalya-26.1from
misc-fixes-26.1

Conversation

@strtgbb
Copy link
Collaborator

@strtgbb strtgbb commented Feb 19, 2026

Changelog category (leave one):

  • CI Fix or Improvement (changelog entry is not required)

This PR ports less important features of the Antalya 25.8 pipeline to Antalya 26.1

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • Tiered Storage (2h)

@strtgbb strtgbb added cicd Improvements and fixes to the CICD process antalya-26.1 labels Feb 19, 2026
@github-actions
Copy link

github-actions bot commented Feb 19, 2026

Workflow [PR], commit [cf9014c]

@strtgbb strtgbb force-pushed the misc-fixes-26.1 branch 2 times, most recently from 05a25ec to 3566c04 Compare February 19, 2026 18:59
strtgbb and others added 2 commits February 26, 2026 20:45
Remove the `ProfileEvents['UserTimeMicroseconds'] > 0` check from all
three queries. This counter comes from `getrusage` which has coarse
resolution (typically 1-4 ms on Linux). For small/fast merges (20000
rows), the operation completes so quickly that user time rounds down to
zero, causing sporadic failures.

The higher-resolution `OSCPUVirtualTimeMicroseconds` check (via
`clock_gettime(CLOCK_THREAD_CPUTIME_ID)`) is retained.

ClickHouse#85891

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@strtgbb strtgbb merged commit 158d6e5 into antalya-26.1 Feb 27, 2026
414 of 425 checks passed
@CarlosFelipeOR
Copy link
Collaborator

CarlosFelipeOR commented Mar 12, 2026

QA Verification

Changes include:

  • Workflow updates (community PR workflow, release builds, regression suites, Docker references cleanup)
  • Timeout and job config adjustments (arm-asan, azure, regression job names)
  • Broken tests list updates (test_backup_restore_s3 crossout fix)
  • Minor test fixes:
    • 03221_merge_profile_events (remove flaky UserTimeMicroseconds assertion)
    • 03820_plain_rewritable_over_another_disk_with_same_path (add no-replicated-database tag)

No product code changes. All modifications are CI/CD configuration, workflows, and test stability fixes.

Adding verified label.

@CarlosFelipeOR CarlosFelipeOR added the verified Verified by QA label Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

antalya-26.1 antalya-26.1.3.20001 cicd Improvements and fixes to the CICD process verified Verified by QA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants