Skip to content

Commit

Permalink
Update uenv
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Nov 6, 2024
1 parent 77df0b9 commit e073f3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
./uenv/install --yes --destdir=$WORKSPACE
source $WORKSPACE/etc/profile.d/uenv.sh
uenv repo create
uenv image pull mch/prgenv-icon:rc1
uenv image pull mch/v8:rc1
"""
}
}
Expand All @@ -63,7 +63,7 @@ pipeline {
sh """
source env/bin/activate
source $WORKSPACE/etc/profile.d/uenv.sh
uenv start mch/prgenv-icon:rc1
uenv start mch/v8:rc1
source ./setup-env.sh /user-environment
pytest -v -n auto test/integration_test.py
"""
Expand All @@ -74,7 +74,7 @@ pipeline {
sh """
source env/bin/activate
source $WORKSPACE/etc/profile.d/uenv.sh
uenv start mch/prgenv-icon:rc1
uenv start mch/v8:rc1
source ./setup-env.sh /user-environment
pytest -v -n auto test/system_test.py
"""
Expand Down

0 comments on commit e073f3c

Please sign in to comment.