Skip to content

ci: Run on Ubuntu 26.04#1577

Open
adombeck wants to merge 5 commits into
mainfrom
UDENG-10655-run-on-2604
Open

ci: Run on Ubuntu 26.04#1577
adombeck wants to merge 5 commits into
mainfrom
UDENG-10655-run-on-2604

Conversation

@adombeck

Copy link
Copy Markdown
Contributor

The Ubuntu 26.04 image is currently available in public preview. That means it can be used by specifically requesting it but the "ubuntu-latest" label still resolves to ubuntu-24.04.

Using the new image will allow us to simplify a few things in our e2e-tests and also help me with #1529, so I'd like to make the switch now.

UDENG-10655

adombeck added 2 commits June 11, 2026 22:36
The Ubuntu 26.04 image is currently available in public preview. That
means it can be used by specifically requesting it but the
"ubuntu-latest" label still resolves to ubuntu-24.04.

Using the new image will allow us to simplify a few things in our
e2e-tests and also help me with #1529, so I'd like to make the switch
now.
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.22%. Comparing base (2c9240d) to head (f2fd928).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1577      +/-   ##
==========================================
- Coverage   88.09%   84.22%   -3.87%     
==========================================
  Files          98       21      -77     
  Lines        6709     1160    -5549     
  Branches      111        0     -111     
==========================================
- Hits         5910      977    -4933     
+ Misses        743      183     -560     
+ Partials       56        0      -56     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

adombeck added 3 commits June 11, 2026 22:59
The go-sanity job was failing with

    Error getting pkg-config variable "dynamic_uid_min": exit status 1
Go tests failed in CI with:

    Error Trace:	/home/runner/work/authd/authd/pam/integration-tests/modulehelpers_test.go:111
                				/opt/hostedtoolcache/go/1.25.11/x64/src/testing/testing.go:1308
                				/opt/hostedtoolcache/go/1.25.11/x64/src/testing/testing.go:1572
                				/opt/hostedtoolcache/go/1.25.11/x64/src/testing/testing.go:1898
    Error:      	Received unexpected error:
                	rename /tmp/TestCLIChangeAuthTok1077107872/002/pam_authd_exectestclichangeauthtok.so-module.gcda /home/runner/work/authd/authd/raw-coverage/TestCLIChangeAuthTok.gcov/pam_authd_exectestclichangeauthtok.so-module.gcda: invalid cross-device link
    Test:       	TestCLIChangeAuthTok
    Messages:   	Teardown: Can't move coverage report data for c Library: rename /tmp/TestCLIChangeAuthTok1077107872/002/

The fix is to move the coverage data from a directory below /tmp to
another directory below /tmp, avoiding crossing filesystem boundaries.
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.

1 participant