Skip to content

Commit

Permalink
Use temporary label
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Nov 8, 2023
1 parent ef00c4e commit 7a114e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ pipeline {
expression { !env.GH_LABEL_DOC_ONLY.toBoolean() }
}
agent {
label 'xcore.ai-explorer && !usb_audio'
// TODO: Remove usage of temporary label
// label 'xcore.ai-explorer && !usb_audio'
label 'xcore.ai-explorer-mod'
}
stages {
stage('Checkout') {
Expand Down

0 comments on commit 7a114e6

Please sign in to comment.