Skip to content

Commit

Permalink
fix: GCS TO Bigtable test will run for cluster and serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
rajc242 committed Oct 15, 2024
1 parent 95e0819 commit f038f45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/.ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -742,10 +742,6 @@ pipeline {
}
}
stage('GCS TO Bigtable') {
when {
// Run this stage only if JOB_TYPE is not set to CLUSTER
expression { env.JOB_TYPE != "CLUSTER" }
}
steps{
retry(count: stageRetryCount) {
sh '''
Expand Down

0 comments on commit f038f45

Please sign in to comment.