Skip to content

chore: Separate nightly#1562

Open
dipinknair wants to merge 5 commits intomainfrom
chore/nightly
Open

chore: Separate nightly#1562
dipinknair wants to merge 5 commits intomainfrom
chore/nightly

Conversation

@dipinknair
Copy link
Copy Markdown
Collaborator

@dipinknair dipinknair commented Mar 24, 2026

Nightly workflow (summary)

What: .github/workflows/nightly.yml runs on a daily schedule (22:00 UTC) and manual dispatch. It runs Mechanical embedding, remote connect, embedding scripts, and launch tests, merges coverage, deletes untagged GHCR package versions for ansys/mechanical, and notifies Teams on failure.

What it skips: Code style, documentation style, smoke/wheelhouse matrix, security audits, and documentation build (those stay on the main .github/workflows/ci_cd.yml workflow).

Related: Ad hoc untagged-package cleanup only → .github/workflows/package_cleanup.yml.


Closes #603

@dipinknair dipinknair requested a review from a team as a code owner March 24, 2026 00:08
@github-actions github-actions bot added maintenance Package and maintenance related ci/cd Involves the GitHub workflow files labels Mar 24, 2026
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 24, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.28%. Comparing base (6607e79) to head (856de9e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1562   +/-   ##
=======================================
  Coverage   80.28%   80.28%           
=======================================
  Files          42       42           
  Lines        3191     3191           
=======================================
  Hits         2562     2562           
  Misses        629      629           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

The documentation for this pull request will be available at https://mechanical.docs.pyansys.com/pull/1562. Please allow some time for the documentation to be deployed.

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 6, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage · +0.00% coverage variation

Metric Results
Coverage variation +0.00% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6607e79) 3191 2562 80.29%
Head commit (856de9e) 3191 (+0) 2562 (+0) 80.29% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1562) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

TIP This summary will be updated as you push new changes. Give us feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd Involves the GitHub workflow files documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a separate nightly build workflow

2 participants