Skip to content

Commit

Permalink
uenv
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Nov 7, 2024
1 parent e352780 commit 20fe9af
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ pipeline {
source $WORKSPACE/etc/profile.d/uenv.sh
uenv repo create
uenv image pull mch/v8:rc1
uenv start mch/v8:rc1
ls /user-environment
"""
}
}
Expand All @@ -63,21 +61,19 @@ pipeline {
steps {
sh """
source $WORKSPACE/etc/profile.d/uenv.sh
uenv start mch/v8:rc1
source ./setup-env.sh /user-environment
source .venv/bin/activate
pytest -v -n auto test/integration_test.py
uenv run mch/v8:rc1 -- pytest -v -n auto test/integration_test.py
"""
}
}
stage('System Tests') {
steps {
sh """
source $WORKSPACE/etc/profile.d/uenv.sh
uenv start mch/v8:rc1
source ./setup-env.sh /user-environment
source .venv/bin/activate
pytest -v -n auto test/system_test.py
uenv run mch/v8:rc1 -- pytest -v -n auto test/system_test.py
"""
}
}
Expand Down

0 comments on commit 20fe9af

Please sign in to comment.