Skip to content

🌱 ci: use smaller repo for gitlab e2e tests to avoid timeouts#4924

Merged
spencerschrock merged 1 commit into
ossf:mainfrom
spencerschrock:gitlab-e2e
Jan 30, 2026
Merged

🌱 ci: use smaller repo for gitlab e2e tests to avoid timeouts#4924
spencerschrock merged 1 commit into
ossf:mainfrom
spencerschrock:gitlab-e2e

Conversation

@spencerschrock

Copy link
Copy Markdown
Member

What kind of change does this PR introduce?

(Is it a bug fix, feature, docs update, something else?)

What is the current behavior?

The previous repo had 500k+ commits, which would cause some CI tests to timeout. See #4923

What is the new behavior (if this is a feature change)?**

A smaller repo is used, which should hopefully not timeout.

  • Tests for the changes have been added (for bug fixes/features)

Which issue(s) this PR fixes

NONE

Special notes for your reviewer

Does this PR introduce a user-facing change?

For user-facing changes, please add a concise, human-readable release note to
the release-note

(In particular, describe what changes users might need to make in their
application as a result of this pull request.)

NONE
The previous repo had 500k+ commits, where as this new one has 1% as
many (~4k).

Signed-off-by: Spencer Schrock <sschrock@google.com>
@spencerschrock spencerschrock requested a review from a team as a code owner January 30, 2026 19:46
@spencerschrock spencerschrock requested review from justaugustus and raghavkaul and removed request for a team January 30, 2026 19:46
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 30, 2026
@codecov

codecov Bot commented Jan 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.70%. Comparing base (353ed60) to head (1359983).
⚠️ Report is 312 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4924      +/-   ##
==========================================
+ Coverage   66.80%   69.70%   +2.90%     
==========================================
  Files         230      251      +21     
  Lines       16602    15652     -950     
==========================================
- Hits        11091    10911     -180     
+ Misses       4808     3867     -941     
- Partials      703      874     +171     
🚀 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.
@spencerschrock spencerschrock enabled auto-merge (squash) January 30, 2026 19:57
@spencerschrock spencerschrock merged commit ac18bf8 into ossf:main Jan 30, 2026
40 checks passed
@spencerschrock spencerschrock deleted the gitlab-e2e branch January 30, 2026 22:40
thomasleplus pushed a commit to thomasleplus/scorecard that referenced this pull request Mar 8, 2026
)

The previous repo had 500k+ commits, where as this new one has 1% as
many (~4k).

Signed-off-by: Spencer Schrock <sschrock@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

2 participants