Skip to content

ci(felix): raise Ubuntu 25.10 FV job timeouts to 75 minutes#12963

Open
electricjesus wants to merge 1 commit into
projectcalico:masterfrom
electricjesus:seth/fv-2510-ut-timeouts
Open

ci(felix): raise Ubuntu 25.10 FV job timeouts to 75 minutes#12963
electricjesus wants to merge 1 commit into
projectcalico:masterfrom
electricjesus:seth/fv-2510-ut-timeouts

Conversation

@electricjesus

Copy link
Copy Markdown
Member

Both Ubuntu 25.10 Felix FV jobs (netkit and jitharden=2) run the BPF UT suite on their test VMs, and the ut batch has started tripping the run-tests-on-vms watchdog, which kills batches at (JOB_TIMEOUT_MINUTES - 5) * 60 = 3300s. The UT suite itself passes (2778 tests in roughly 29 minutes once it starts); the remaining budget goes to VM provisioning and the make ut-bpf-no-prereqs build, and the total now sits right at the line. Two recent master runs failed this way with "Batch ut timed out after 3300s" and zero test failures, one on each of the two jobs.

This raises execution_time_limit and JOB_TIMEOUT_MINUTES from 60 to 75 minutes for both jobs, lifting the batch budget from 55 to 70 minutes. Template change in .semaphore/semaphore.yml.d/blocks/20-felix.yml plus the regenerated YAMLs. Infrastructure-only change, no test to add.

The same timeout is also being applied to the enterprise fork, where the jitharden job fails the same way.

Release note:

None

The two Ubuntu 25.10 jobs (netkit and jitharden=2) run the BPF UT suite
on their test VMs, and the ut batch (VM setup + build + ~29min test run)
now overruns the watchdog budget of (JOB_TIMEOUT_MINUTES - 5) minutes.
The suite itself passes; the watchdog fires while it is still finishing.
Raise both jobs to 75 minutes so the batch budget rises from 55 to 70
minutes.
Copilot AI review requested due to automatic review settings June 12, 2026 11:46
@electricjesus electricjesus requested a review from a team as a code owner June 12, 2026 11:46
@electricjesus electricjesus added docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact labels Jun 12, 2026
@marvin-tigera marvin-tigera added this to the Calico v3.33.0 milestone Jun 12, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 adjusts Semaphore CI timeouts for the two Felix FV jobs that run Ubuntu 25.10 BPF tests (netkit + jitharden=2) so the run-tests-on-vms watchdog no longer terminates the long-running ut batch during VM provisioning/build overhead.

Changes:

  • Increase execution_time_limit from 60 to 75 minutes for the two Ubuntu 25.10 Felix BPF FV jobs.
  • Increase JOB_TIMEOUT_MINUTES from 60 to 75 minutes for the same jobs, raising the watchdog budget from 55 to 70 minutes.
  • Regenerate the derived Semaphore pipeline YAMLs to reflect the template change.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.semaphore/semaphore.yml.d/blocks/20-felix.yml Raises job execution_time_limit and JOB_TIMEOUT_MINUTES to 75 for the two Ubuntu 25.10 Felix BPF FV jobs.
.semaphore/semaphore.yml Regenerated pipeline reflecting the updated Ubuntu 25.10 Felix FV job timeouts.
.semaphore/semaphore-scheduled-builds.yml Regenerated scheduled-build pipeline reflecting the updated Ubuntu 25.10 Felix FV job timeouts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants