Skip to content

fix(argo): update stack annotation from qecore-headless to qecore#165

Open
hanthor wants to merge 1 commit into
mainfrom
fix/qecore-pypi-name
Open

fix(argo): update stack annotation from qecore-headless to qecore#165
hanthor wants to merge 1 commit into
mainfrom
fix/qecore-pypi-name

Conversation

@hanthor
Copy link
Copy Markdown
Member

@hanthor hanthor commented May 29, 2026

Summary

Updates the bluefin.io/stack annotation in the run-gnome-tests workflow template to use the correct PyPI package name.

Changes

  • argo/workflow-templates/run-gnome-tests.yaml: Change stack annotation from qecore-headless to qecore.

Why

qecore-headless is not a PyPI package — it's the binary entry point installed by the qecore package. The annotation should reference the canonical package name. The pip install step in the same workflow template already correctly installs qecore (not qecore-headless).

Closes #160

The correct PyPI package name is 'qecore', not 'qecore-headless'.
The binary installed by the qecore package is called qecore-headless,
but the stack annotation should reference the canonical package name.

Closes #160
Copy link
Copy Markdown
Member Author

@hanthor hanthor left a comment

Choose a reason for hiding this comment

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

Reviewed. Well-scoped CI workflow fix. No issues with the change.

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.

run-gnome-tests: 'qecore-headless' is not a PyPI package; correct name is 'qecore'

1 participant