Skip to content

Commit

Permalink
Removed tests and scans from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-k-zero committed Feb 23, 2022
1 parent e955629 commit 4dfeaeb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ pipeline {
}
}

/*
stage('Run Tests') {
steps {
sh './bin/test'
Expand Down Expand Up @@ -140,12 +141,6 @@ pipeline {
stage('E2E Workflow Tests') {
stages {
stage('Update Helm dependencies') {
/*
* Helm dependency update is done before running E2E tests in parallel
* since this is not currently thread-safe (Helm chart downloads use
* a non-uniquely named 'tmpcharts' directory and fail if the directory
* already exists).
*/
steps {
sh './bin/helm-dependency-update-in-docker'
}
Expand Down Expand Up @@ -208,6 +203,7 @@ pipeline {
}
}
}
*/

stage('Release') {
when {
Expand Down

0 comments on commit 4dfeaeb

Please sign in to comment.