Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Mar 22, 2024
1 parent 34228a8 commit 87460de
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,4 @@ operatingSystems.each { operatingSystem ->
}
}
}

// Test for previous versions with adopt
previousCephVersions.each { cephVersion ->
integrationJobs["ubuntu2004-${cephVersion}-ha-adopt-legacy"] = {
node('jammy-16c-64g') {
checkout scm
sh "git checkout ${legacyBranch}"
sh 'sudo apt-get purge -y snapd'
sh 'sudo apt-get install -y git python3-pip docker.io'
sh 'sudo pip install -r requirements.txt'
withEnv([
"MOLECULE_CEPH_FSID=${fsid}",
"MOLECULE_CEPH_VERSION=${cephVersion}",
"MOLECULE_DISTRO=ubuntu2004"
]) {
sh "sudo molecule converge -s ha"
sh "sudo molecule verify -s ha"
checkout scm
sh 'sudo pip install -r requirements.txt'
sh "sudo molecule converge -s ha"
sh "sudo molecule verify -s ha"
}
}
}
}

parallel integrationJobs

0 comments on commit 87460de

Please sign in to comment.