Skip to content

Commit c9a6eac

Browse files
Merge pull request #1407 from virtualcell/nightly_testing_patch
Nightly testing patch
2 parents 8c361ab + 0eb0c7d commit c9a6eac

File tree

18 files changed

+1446
-1236
lines changed

18 files changed

+1446
-1236
lines changed

.github/workflows/NightlyBMDB_CLI.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
python-version: "3.10"
9-
poetry-version: "1.2.1"
9+
poetry-version: "2.0"
1010

1111
jobs:
1212
build:
@@ -379,5 +379,11 @@ jobs:
379379
- name: Post results to slack part 3 (report.md from exec-report CLI command)
380380
run: curl -X POST -F token="${{ secrets.SLACK_BOT_TOKEN }}" -F channel=${{ secrets.SLACK_CHANNEL_VCELL_DEV_TOKEN }} -F text="$(cat ${GITHUB_WORKSPACE}/report.md)" https://slack.com/api/chat.postMessage
381381

382-
- name: Post results to slack part 4
382+
- name: Post results to slack part 4 (sound alarm if changed results)
383+
run: |
384+
if grep -q "Unmatched Results Statistics" "$(cat ${GITHUB_WORKSPACE}/report.md)"; then
385+
curl -X POST -F token="${{ secrets.SLACK_BOT_TOKEN }}" -F channel=${{ secrets.SLACK_CHANNEL_VCELL_DEV_TOKEN }} -F text="@here BMDB Nightly Testing has reported a change in execution results!! Please Investigate" https://slack.com/api/chat.postMessage
386+
fi
387+
388+
- name: Post results to slack part 5
383389
run: curl -X POST -F token="${{ secrets.SLACK_BOT_TOKEN }}" -F channel=${{ secrets.SLACK_CHANNEL_VCELL_DEV_TOKEN }} -F text="To see detailed logs of the BMDB results, see - ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}. Go see what happened!" https://slack.com/api/chat.postMessage

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,6 @@
194194

195195

196196
<repositories>
197-
<!-- needed for javax.media.jai -->
198-
<repository>
199-
<id>com.springsource.repository.bundles.external</id>
200-
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
201-
<url>https://repository.springsource.com/maven/bundles/external</url>
202-
</repository>
203-
204197
<!-- needed for com.mxgraph.jgraphx -->
205198
<repository>
206199
<id>com.alfresco.repository.public</id>

pythonVtk/poetry.lock

Lines changed: 535 additions & 368 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pythonVtk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "pythonvtk"
2+
name = "python_vtk"
33
version = "0.1.0"
44
description = ""
55
authors = ["Jim Schaff <[email protected]>"]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)