Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CPU Runner (manual dispatch)
name: CPU Long Tests (manual dispatch)
on:
workflow_dispatch:

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
# Set the OFE_SLOW_TESTS to True if running a Cron job
OFE_SLOW_TESTS: "true"
DUECREDIT_ENABLE: 'yes'
OFE_INTEGRATION_TESTS: TRUE
OFE_INTEGRATION_TESTS: FALSE
run: |
pytest -n logical -vv --durations=10

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GPU Runner (manual dispatch)
name: GPU Integration Tests (manual dispatch)
on:
workflow_dispatch:

Expand Down
Loading