Skip to content

Commit

Permalink
ci: Run GKE jobs only on gke nodes
Browse files Browse the repository at this point in the history
We are isolating this job to separate node pool which will have multiple
executors, so we don't lock regular baremetal nodes needed for builds
using vagrant

Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
  • Loading branch information
nebril committed Mar 26, 2020
1 parent 7c023b5 commit d431b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsfiles/ginkgo-gke.Jenkinsfile
Expand Up @@ -2,7 +2,7 @@

pipeline {
agent {
label 'baremetal'
label 'gke'
}

environment {
Expand Down

0 comments on commit d431b96

Please sign in to comment.