Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jukkr
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kkr
jukkr
Commits
d3642bed
Commit
d3642bed
authored
3 years ago
by
Philipp Rüssmann
Browse files
Options
Downloads
Patches
Plain Diff
Change python2.7 to python3 for kkrnano regtests
parent
f9226275
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/gitlab-ci/run_kkrnano.yml
+6
-6
6 additions, 6 deletions
tests/gitlab-ci/run_kkrnano.yml
with
6 additions
and
6 deletions
tests/gitlab-ci/run_kkrnano.yml
+
6
−
6
View file @
d3642bed
...
...
@@ -7,7 +7,7 @@ run_kkrnano:intel:Cu1:
-
mkdir -p test_Cu1; cd test_Cu1; ln -s ../* .
-
ls -la
-
ls -la ..
-
python
2.7
./tests.py Test_copper.test_Cu1_lmax
-
python
3
./tests.py Test_copper.test_Cu1_lmax
artifacts
:
paths
:
-
source/KKRnano/regtests/test_Cu1
...
...
@@ -27,7 +27,7 @@ run_kkrnano:intel:Cu4:
script
:
-
cd source/KKRnano/regtests
-
mkdir -p test_Cu4; cd test_Cu4; ln -s ../* .
-
python
2.7
./tests.py Test_copper.test_Cu4_lmax
-
python
3
./tests.py Test_copper.test_Cu4_lmax
artifacts
:
paths
:
-
source/KKRnano/regtests/test_Cu4
...
...
@@ -47,7 +47,7 @@ run_kkrnano:intel:GaN:
script
:
-
cd source/KKRnano/regtests
-
mkdir -p test_GaN; cd test_GaN; ln -s ../* .
-
python
2.7
./tests.py Test_semiconductors.test_GaN
-
python
3
./tests.py Test_semiconductors.test_GaN
artifacts
:
paths
:
-
source/KKRnano/regtests/test_GaN
...
...
@@ -67,7 +67,7 @@ run_kkrnano:intel:Si:
script
:
-
cd source/KKRnano/regtests
-
mkdir -p test_Si; cd test_Si; ln -s ../* .
-
python
2.7
./tests.py Test_semiconductors.test_Si
-
python
3
./tests.py Test_semiconductors.test_Si
artifacts
:
paths
:
-
source/KKRnano/regtests/test_Si
...
...
@@ -87,7 +87,7 @@ run_kkrnano:intel:ZnO:
script
:
-
cd source/KKRnano/regtests
-
mkdir -p test_ZnO; cd test_ZnO; ln -s ../* .
-
python
2.7
./tests.py Test_semiconductors.test_ZnO
-
python
3
./tests.py Test_semiconductors.test_ZnO
artifacts
:
paths
:
-
source/KKRnano/regtests/test_ZnO
...
...
@@ -107,7 +107,7 @@ run_kkrnano:intel:MnGeB20:
script
:
-
cd source/KKRnano/regtests
-
mkdir -p test_MnGeB20; cd test_MnGeB20; ln -s ../* .
-
python
2.7
./tests.py Test_nocosocmaterials.test_MnGeB20
-
python
3
./tests.py Test_nocosocmaterials.test_MnGeB20
artifacts
:
paths
:
-
source/KKRnano/regtests/test_MnGeB20
...
...
This diff is collapsed.
Click to expand it.
Philipp Rüssmann
@ruess
mentioned in commit
cbb5645d
·
2 years ago
mentioned in commit
cbb5645d
mentioned in commit cbb5645d48afdad6e29c449ffb1dc770c3ecb55f
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment