Skip to content
Snippets Groups Projects
Commit 5bea1ee9 authored by Axel Loewe's avatar Axel Loewe
Browse files

Merge branch 'xbat_mlir' into 'master'

add mlir benchmarks to xbat (formerly Continuous Benchmarking)

See merge request openCARP/openCARP!219
parents 7c390b2e d183d8e6
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,6 @@ include:
- local: .gitlab/ci/pkg.gitlab-ci.yml
- local: .gitlab/ci/html.gitlab-ci.yml
- local: .gitlab/ci/version-badge.gitlab-ci.yml
- local: .gitlab/ci/cb.gitlab-ci.yml
- local: .gitlab/ci/xbat.gitlab-ci.yml
- local: .gitlab/ci/mlir.gitlab-ci.yml
- local: .gitlab/ci/ginkgo.gitlab-ci.yml
# Runs the test case noground_bidom on the Megware Continuous Benchmarking framework
# For now, results can only be accessible to users having access to the benchmark center.
test-cb:
# Executes the test case noground_bidom via xbat on MEGWAREs infrastructure. Results are accessable through the company's benchmarking center.
# https://www.megware.com/en/products/xbat
test-xbat:
stage: test
allow_failure: true
image: curlimages/curl:7.77.0
image: curlimages/curl:8.8.0
script:
- |
curl -X POST https://git.megware.com/api/v4/projects/11/trigger/pipeline --fail-with-body \
......@@ -12,12 +12,28 @@ test-cb:
--data @- << EOF
{
"token": "$MEGWARE_CB_TOKEN",
"ref":"master",
"username": "benchmark-microcard-ci",
"password": "$MEGWARE_CB_PASSWORD",
"configId": "62a307e2c2f9e534712a9bf1",
"name": "openCARP noground_bidom ginkgo_integration ${CI_COMMIT_SHORT_SHA}",
"project": "6149c0715a744b7f7fba8ff2",
"ref": "master",
"name": "openCARP noground_bidom ${CI_COMMIT_SHORT_SHA}",
"sharedProjects": ["6697c88d17ff9092b2cca9e2"],
"variables": {"CI_COMMIT_SHORT_SHA": "${CI_COMMIT_SHORT_SHA}"}
}
EOF
- |
curl -X POST https://git.megware.com/api/v4/projects/11/trigger/pipeline --fail-with-body \
--header "Content-Type: application/json" \
--globoff \
--data @- << EOF
{
"token": "$MEGWARE_CB_TOKEN",
"username": "benchmark-microcard-ci",
"password": "$MEGWARE_CB_PASSWORD",
"configId": "62a307e2c2f9e534712a9bf1",
"ref": "master",
"name": "openCARP noground_bidom mlir ${CI_COMMIT_SHORT_SHA}",
"sharedProjects": ["65dca03acc23190b2233c450"],
"variables": {"CI_COMMIT_SHORT_SHA": "${CI_COMMIT_SHORT_SHA}"}
}
EOF
......
......@@ -13,6 +13,7 @@ openCARP uses a vMAJOR.PATCH versioning scheme. We increase the
- Support for SUNDIALS v6 and v7
- Update C++ standard to 17
- Update LLVM to 18
- MLIR noground_bidom benchmarks (thanks @huppe) to xbat (formerly Continuous Benchmarking)
### Fixed
- Conversion of transmembrane charge into concentration (#356)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment