Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename smoke-tests into build-wheelhouse in the common ci_cd.yml template #492

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

anscfrisson
Copy link

Closes: #491

…}}/.github/workflows/ci_cd.yml`: rename `smoke-tests` into `build-wheelhouse`
pyansys-ci-bot and others added 2 commits June 20, 2024 16:26
…}}/.github/workflows/ci_cd.yml`: `release-github`: `needs: [doc-build, build-wheelhouse, release-pypi-private]`
@@ -225,7 +225,7 @@ jobs:
release-github:
name: "Release to GitHub"
runs-on: ubuntu-latest
needs: [doc-build, release-pypi-private]
Copy link
Author

Choose a reason for hiding this comment

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

Also adding build-wheelhouse to tests needs:

-    needs: [doc-build, release-pypi-private]
+    needs: [doc-build, build-wheelhouse, release-pypi-private]

Because in https://github.com/ansys-internal/simba-core/actions/runs/9600322073/attempts/1 even if jobs Build and Smoke tests (ubuntu-latest, 3.10) and Build and Smoke tests (windows-latest, 3.10) generated ansys-simba-core-v0.16.0-wheelhouse-ubuntu-latest-3.10 and ansys-simba-core-v0.16.0-wheelhouse-windows-latest-3.10, Release to GitHub failed to find the wheelhouse files at it was run without dependency to the Build and Smoke tests jobs. This is proven by re-running Release to GitHub which then found the wheelhouse files.

@anscfrisson anscfrisson self-assigned this Jun 20, 2024
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.

Bug: smoke-tests should be named build-wheelhouse in the common ci_cd.yml template
2 participants