Skip to content

ci: remove orahub .gitlab-ci.yml — root cause of failure noise#21

Merged
fede-kamel merged 1 commit into
mainfrom
ci/remove-orahub-ci-github
Apr 30, 2026
Merged

ci: remove orahub .gitlab-ci.yml — root cause of failure noise#21
fede-kamel merged 1 commit into
mainfrom
ci/remove-orahub-ci-github

Conversation

@fede-kamel
Copy link
Copy Markdown
Contributor

Mirrors orahub MR !105 (root-cause fix for the docs pipeline failures).

Diagnosis

  • Project shared_runners_enabled: False on orahub (flipped to True via API, no effect — no instance runners visible).
  • 0 project runners, 0 group runners.
  • Every pipeline sat in the queue 1–4h with started_at: null and timed out as failed.
  • The pages job on main has been failing since the file was added — docs were never published via orahub.

Real publishing path

.github/workflows/docs.yml builds + publishes to GitHub Pages on every push to main. That's the canonical URL.

Fix

Delete .gitlab-ci.yml. No pipeline = no notification. The earlier allow_failure: true change (#20) was a symptom suppressant; this is the cause.

ci: remove orahub .gitlab-ci.yml — root cause of failure noise

See merge request saas-observ-eng/locus!105
@fede-kamel fede-kamel merged commit 4e0ba7d into main Apr 30, 2026
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 30, 2026
@fede-kamel fede-kamel deleted the ci/remove-orahub-ci-github branch May 13, 2026 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant