Skip to content

Commit

Permalink
Disable spdk tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Aug 27, 2024
1 parent 384fcc7 commit bbb17be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'sds-builder-2204 && hugepages' }
agent { label 'sds-builder-2204' }

environment {
ARTIFACTORY_PASS = credentials('ARTIFACTORY_PASS')
Expand Down Expand Up @@ -62,7 +62,7 @@ pipeline {
stage('Build') {
failFast true
matrix {
agent { label 'sds-builder-2204 && hugepages' }
agent { label 'sds-builder-2204' }
axes {
axis {
name 'BUILD_TYPE'
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class IOMgrConan(ConanFile):
'fPIC': True,
'coverage': False,
'sanitize': False,
'testing': 'full',
'testing': 'epoll_mode',
'sisl:prerelease': True,
}

Expand Down

0 comments on commit bbb17be

Please sign in to comment.