Skip to content

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]`
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