Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/Build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: 3.13
python-version: 3.14
- name: 🔨 Build and publish distribution 📦 to PyPI
env:
TWINE_USERNAME: __token__
Expand All @@ -47,10 +47,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: 3.13
python-version: 3.14
- name: Validate upload to PyPI
env:
TWINE_USERNAME: __token__
Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: 3.13
python-version: 3.14
- name: ⌛ Build and Upload 🐋 to quay.io
run: |
pip install setuptools
Expand All @@ -112,10 +112,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: 3.13
python-version: 3.14
- name: ⌛ Build and Upload 🐋 to quay.io
run: |
sudo docker build --build-arg OCP_CLIENT_VERSION=${{ secrets.PERF_OCP_CLIENT_VERSION }} --build-arg VIRTCTL_VERSION=${{ secrets.PERF_VIRTCTL_VERSION }} -t ${{ secrets.QUAY_BENCHMARK_RUNNER_REPOSITORY }}:latest .
Expand All @@ -130,7 +130,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@main
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/Nightly_Perf_Env_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:

steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Install latest benchmark-runner
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -246,10 +246,10 @@ jobs:
needs: [initialize_nightly, workload]
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: ⚙ Set START CI TIME
run: echo "START_CI=${{ needs.initialize_nightly.outputs.start_time_output }}" >> "$GITHUB_ENV"
- name: Install latest benchmark-runner
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
if: always()
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- name: Checkout repository
uses: actions/checkout@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Nightly_Perf_Env_CI_Scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:

steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Install latest benchmark-runner
run: |
python -m pip install --upgrade pip
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/Perf_Env_Build_Test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -269,7 +269,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -290,7 +290,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- name: Checkout repository
uses: actions/checkout@v6
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
fail-fast: false
matrix:
workload: [ 'stressng_pod', 'stressng_vm' ]
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- name: Checkout repository
uses: actions/checkout@v6
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/Perf_Env_E2E_Test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
install_resource_time_output: ${{ steps.ocp_install_resource_step.outputs.install_resource_time }}
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Install latest benchmark-runner
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
sudo tee -a /etc/hosts <<< "$OCP_HOSTS" > /dev/null
- name: ☉ Install ${{ matrix.resource }} Operator
env:
CNV_VERSION: "4.10"
ODF_VERSION: "4.9"
CNV_VERSION: "4.20"
ODF_VERSION: "4.20"
NUM_ODF_DISK : "1"
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
Expand Down Expand Up @@ -120,8 +120,8 @@ jobs:
run: echo "install_resource_time=$INSTALL_OCP_RESOURCE_MINUTES_TIME" >> $GITHUB_OUTPUT
- name: ☉ Rerun OCP Operator Resources install after failure
env:
CNV_VERSION: "4.10"
ODF_VERSION: "4.9"
CNV_VERSION: "4.20"
ODF_VERSION: "4.20"
NUM_ODF_DISK: "1"
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Perf_Env_PR_Test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
steps:
- uses: actions/checkout@v6
with:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@v6
with:
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.13' ]
python-version: [ '3.14' ]
steps:
- uses: actions/checkout@v6
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Release_ClusterBuster_Perf_Env_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
workload: [ 'files', 'fio', 'uperf', 'cpusoaker']
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Install latest benchmark-runner
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: ⚙ Set START CI TIME
run: echo "START_CI=${{ needs.initialize_nightly.outputs.start_time_output }}" >> "$GITHUB_ENV"
- name: Install latest benchmark-runner
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Weekly_Perf_Env_Installer_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
step: [ 'run_ibm_ocp_installer', 'verify_ibm_install_complete' ]
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Install latest benchmark-runner
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Weekly_Perf_Env_Operator_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
install_resource_time_output: ${{ steps.ocp_install_resource_step.outputs.install_resource_time }}
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.13
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Install latest benchmark-runner
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.13"
python: "3.14"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN dnf group install -y "Development Tools" \
&& dnf install -y podman jq

# Prerequisite for Python installation
ARG python_full_version=3.13.0
ARG python_full_version=3.14.0
RUN dnf install -y openssl-devel bzip2-devel wget libffi-devel

# Install Python
Expand All @@ -17,11 +17,11 @@ RUN wget https://www.python.org/ftp/python/${python_full_version}/Python-${pytho
&& cd Python-${python_full_version} \
&& ./configure --enable-optimizations \
&& make altinstall \
&& echo alias python=python3.13 >> ~/.bashrc \
&& echo alias python=python3.14 >> ~/.bashrc \
&& rm -rf Python-${python_full_version}.tgz

# install & run benchmark-runner (--no-cache-dir for take always the latest)
RUN python3.13 -m pip install --upgrade pip && python3.13 -m pip install --upgrade benchmark-runner
RUN python3.14 -m pip install --upgrade pip && python3.14 -m pip install --upgrade benchmark-runner

# Passed dynamically
ARG OCP_CLIENT_VERSION
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN dnf clean all && rm -rf /var/cache/dnf
# Add main
COPY benchmark_runner/main/main.py /benchmark_runner/main/main.py

CMD [ "python3.13", "/benchmark_runner/main/main.py"]
CMD [ "python3.14", "/benchmark_runner/main/main.py"]

# How to build the Dockerfile ?
# sudo podman build --build-arg OCP_CLIENT_VERSION=$OCP_CLIENT_VERSION--build-arg VIRTCTL_VERSION=$VIRTCTL_VERSION -t quay.io/benchmark-runner/benchmark-runner:latest . --no-cache
Expand Down
8 changes: 4 additions & 4 deletions prow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/centos/centos:stream9

ARG python_full_version=3.13.0
ARG python_full_version=3.14.0
ARG OCP_CLIENT_VERSION=4.19.1
ARG VIRTCTL_VERSION=1.5.0

Expand All @@ -12,11 +12,11 @@ RUN dnf update -y --nobest \
&& cd Python-${python_full_version} \
&& ./configure --enable-optimizations \
&& make altinstall \
&& echo alias python=python3.13 >> ~/.bashrc \
&& echo alias python=python3.14 >> ~/.bashrc \
&& cd .. \
&& rm -rf Python-${python_full_version} Python-${python_full_version}.tgz \
&& python3.13 -m pip install --upgrade pip \
&& python3.13 -m pip install --upgrade benchmark-runner \
&& python3.14 -m pip install --upgrade pip \
&& python3.14 -m pip install --upgrade benchmark-runner \
&& curl -L "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OCP_CLIENT_VERSION}/openshift-client-linux-${OCP_CLIENT_VERSION}.tar.gz" -o "/tmp/openshift-client-linux-${OCP_CLIENT_VERSION}.tar.gz" \
&& tar -xzvf /tmp/openshift-client-linux-${OCP_CLIENT_VERSION}.tar.gz -C /tmp/ \
&& mv /tmp/kubectl /usr/local/bin/kubectl \
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
],

zip_safe=False,
Expand Down