Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Huang <[email protected]>
  • Loading branch information
yellow-shine committed Mar 30, 2024
1 parent 56cdc0d commit af9a751
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions ci/jenkins/PublishGPUArmImages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@

pipeline {
agent {
kubernetes {
defaultContainer 'main'
yamlFile "ci/jenkins/pod/rte-gpu.yaml"
customWorkspace '/home/jenkins/agent/workspace'
// We allow this pod to remain active for a while, later jobs can
// reuse cache in previous created nodes.
// idleMinutes 120
}
label 'arm'
}

options {
Expand All @@ -28,9 +21,7 @@ pipeline {

stages {
stage('Publish Milvus GPU Images'){
agent {
label 'arm'
}

steps {
container('main') {
script {
Expand Down

0 comments on commit af9a751

Please sign in to comment.