Skip to content

Commit

Permalink
Temporary CI hack
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Aug 8, 2024
1 parent 1aaa8b7 commit f1cfa89
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/condatest_essncrystaldev_volatile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
type: boolean
description: Launch manual debugging tmate session on failure
default: false
longtests:
type: boolean
description: Include NCLongxxx tests
default: false

jobs:

Expand Down Expand Up @@ -76,18 +72,10 @@ jobs:
run: |
set -eu
cd src_testproject
sb -t --testexcerpts=100 --requirepkg=DGCodeRecommended,NCUtils,NCG4,NCTests,NCThreadVal,NCPerfVal --testfilter='!sb_nclong*'
- name: Launch long unit tests (release mode)
id: test-release-mode-long
if: inputs.includelongtests == true
run: |
set -eu
cd src_testproject
sb -t --testexcerpts=100 --requirepkg=DGCodeRecommended,NCUtils,NCG4,NCTests,NCThreadVal,NCPerfVal --testfilter='sb_nclong*'
sb -t --testexcerpts=100 --requirepkg=DGCodeRecommended,NCUtils,NCG4,NCTests,NCThreadVal,NCPerfVal --testfilter='*testsmallvect'
- name: Setup tmate session for manual debugging
uses: mxschmitt/action-tmate@v3
if: always() && inputs.manual-debugging == true && (steps.test-release-mode-short.outcome != 'success' || steps.test-release-mode-long.outcome != 'success')
if: always() && inputs.manual-debugging == true && steps.test-release-mode-short.outcome != 'success'
with:
limit-access-to-actor: true

0 comments on commit f1cfa89

Please sign in to comment.