Skip to content

Commit

Permalink
Merge pull request #117 from EUDAT-B2HANDLE/devel
Browse files Browse the repository at this point in the history
Remove python EOL versions
  • Loading branch information
themiszamani authored Nov 18, 2024
2 parents ddac4bc + c6ea4cc commit 9c4714e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 125 deletions.
51 changes: 0 additions & 51 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,57 +10,6 @@ pipeline {

}
stages {
stage ('Test python 3.5') {
agent {
dockerfile {
filename "pyhandle/tests/testdockers/Dockerfile-py3.5"
dir "$PROJECT_DIR"
additionalBuildArgs "-t eudat-pyhandle:py3.5"
args "-u root:root"
}
}
steps {
sh '''
cd $WORKSPACE/$PROJECT_DIR/pyhandle/tests
./docker-entrypoint.sh coverage
'''
cobertura coberturaReportFile: '**/coverage.xml'
}
}
stage ('Test python 3.6') {
agent {
dockerfile {
filename "pyhandle/tests/testdockers/Dockerfile-py3.6"
dir "$PROJECT_DIR"
additionalBuildArgs "-t eudat-pyhandle:py3.6"
args "-u root:root"
}
}
steps {
sh '''
cd $WORKSPACE/$PROJECT_DIR/pyhandle/tests
./docker-entrypoint.sh coverage
'''
cobertura coberturaReportFile: '**/coverage.xml'
}
}
stage ('Test python 3.7') {
agent {
dockerfile {
filename "pyhandle/tests/testdockers/Dockerfile-py3.7"
dir "$PROJECT_DIR"
additionalBuildArgs "-t eudat-pyhandle:py3.7"
args "-u root:root"
}
}
steps {
sh '''
cd $WORKSPACE/$PROJECT_DIR/pyhandle/tests
./docker-entrypoint.sh coverage
'''
cobertura coberturaReportFile: '**/coverage.xml'
}
}
stage ('Test python 3.9') {
agent {
dockerfile {
Expand Down
5 changes: 3 additions & 2 deletions pyhandle/tests/testdockers/Dockerfile-py3.10
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ RUN chown -R jenkins:jenkins /home/jenkins
RUN pip install \
mock \
pytest \
pytest-cov \
pip install -U sphinx
pytest-cov

RUN pip install -U sphinx

ADD . /opt/PYHANDLE
RUN cd /opt/PYHANDLE && \
Expand Down
5 changes: 3 additions & 2 deletions pyhandle/tests/testdockers/Dockerfile-py3.11
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ RUN chown -R jenkins:jenkins /home/jenkins
RUN pip install \
mock \
pytest \
pytest-cov \
pip install -U sphinx
pytest-cov

RUN pip install -U sphinx

ADD . /opt/PYHANDLE
RUN cd /opt/PYHANDLE && \
Expand Down
16 changes: 0 additions & 16 deletions pyhandle/tests/testdockers/Dockerfile-py3.5

This file was deleted.

15 changes: 0 additions & 15 deletions pyhandle/tests/testdockers/Dockerfile-py3.6

This file was deleted.

15 changes: 0 additions & 15 deletions pyhandle/tests/testdockers/Dockerfile-py3.7

This file was deleted.

24 changes: 0 additions & 24 deletions pyhandle/tests/testdockers/Dockerfile-python2.6

This file was deleted.

0 comments on commit 9c4714e

Please sign in to comment.