diff --git a/mlir/utils/jenkins/Dockerfile b/mlir/utils/jenkins/Dockerfile index 85bfe28c7d53..8ece5ddf6574 100644 --- a/mlir/utils/jenkins/Dockerfile +++ b/mlir/utils/jenkins/Dockerfile @@ -146,7 +146,7 @@ RUN wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.34-linux-glibc2 # python setup for tuna # --ignore-installed because of problems upgrading PyYAML. See also -U. -ADD "https://raw.githubusercontent.com/ROCm/MITuna/pf-tuna-rocmlir-3/requirements.txt" tuna-requirements.txt +ADD "https://raw.githubusercontent.com/ROCm/MITuna/merge-from-develop/requirements.txt" tuna-requirements.txt RUN python3 -m venv /tuna-venv && . /tuna-venv/bin/activate && \ python3 -m pip install -r tuna-requirements.txt --ignore-installed && \ python3 -m pip install -r llvm-requirements.txt --ignore-installed && \ diff --git a/mlir/utils/jenkins/Jenkinsfile b/mlir/utils/jenkins/Jenkinsfile index 536a91a490bf..3ccfcb06a2a0 100644 --- a/mlir/utils/jenkins/Jenkinsfile +++ b/mlir/utils/jenkins/Jenkinsfile @@ -791,7 +791,7 @@ pipeline { buildProject('ci-performance-scripts', '') // How to check out into specific directory, according to stackoverflow. dir('MITuna') { - git branch: "pf-tuna-rocmlir-3", poll: false, url: 'https://github.com/ROCm/MITuna.git' + git branch: "merge-from-develop", poll: false, url: 'https://github.com/ROCm/MITuna.git' } dir('build') { timeout(time: 60, activity: true, unit: 'MINUTES') { @@ -1009,7 +1009,7 @@ pipeline { stage("Tune rocMLIR") { buildProject('check-rocmlir-build-only ci-performance-scripts', '') dir('MITuna') { - git branch: "pf-tuna-rocmlir-3", poll: false, url: 'https://github.com/ROCm/MITuna.git' + git branch: "merge-from-develop", poll: false, url: 'https://github.com/ROCm/MITuna.git' } dir('build') { def tuningLog = "tune_rocmlir_${CHIP}.log"