Skip to content

fix: update GitHub URLs after repo rename - #74

Merged
Aliciapet11 merged 2 commits into
mainfrom
fix/rename-repo-urls
Aug 12, 2026
Merged

fix: update GitHub URLs after repo rename#74
Aliciapet11 merged 2 commits into
mainfrom
fix/rename-repo-urls

Conversation

@Aliciapet11

Copy link
Copy Markdown
Collaborator

Summary

  • Replace all RHEcosystemAppEng/ABEvalFlow references with RHEcosystemAppEng/agentic_eval_flow across 39 files
  • Critical fix: event-listener.yaml webhook filter — without this, webhook-triggered pipelines silently stop firing
  • Updates pipeline task defaults, trigger templates, docs, and scripts
  • Python package name (abevalflow/) is unchanged — only GitHub URLs are updated

Files changed

  • Triggers (3): event-listener, litellm-config-template, quay-push-template
  • Pipeline definitions (4): ci-pipeline, ci-pipeline-dev, monitoring-pipeline, monitoring-pipeline-dev
  • Task YAMLs (22): all task defaults referencing pipeline-repo-url
  • Pipeline runs (2): oracle pipeline/test run
  • Docs (4): implementation plan, trigger guide, manual trigger guide, konflux integration guide
  • Config (1): migration job
  • Scripts (1): trigger_test_runs.sh
  • Integration (1): konflux-eval-pipelinerun.yaml

Test plan

  • grep -r 'RHEcosystemAppEng/ABEvalFlow' returns zero matches
  • Full test suite passes (1141 tests)
  • Event listener filter verified: body.repository.full_name == 'RHEcosystemAppEng/agentic_eval_flow'

Replace all references to RHEcosystemAppEng/ABEvalFlow with
RHEcosystemAppEng/agentic_eval_flow across pipeline YAMLs,
triggers, docs, and scripts.

Critical: event-listener.yaml webhook filter now matches the
new repo name — without this, webhook-triggered pipelines would
silently stop firing.

Python package name (abevalflow/) is unchanged — only GitHub
URLs are updated.

@GuyZivRH GuyZivRH left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make sure you fix README.md

@Aliciapet11
Aliciapet11 merged commit 19a6776 into main Aug 12, 2026
2 checks passed
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.

2 participants