Skip to content

Commit

Permalink
removing authz test as it is not part of the GH integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jan 16, 2025
1 parent 0e23619 commit 2eb8638
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
18 changes: 1 addition & 17 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -158,22 +158,6 @@
"line_number": 5
}
],
"Jenkinsfile": [
{
"type": "Secret Keyword",
"filename": "Jenkinsfile",
"hashed_secret": "c937b6fbb346a51ef679dd02ac5c4863e02bfdbf",
"is_verified": false,
"line_number": 144
},
{
"type": "Secret Keyword",
"filename": "Jenkinsfile",
"hashed_secret": "9ce05cf6168d15dfe02aac9ca9e0712c19c9436d",
"is_verified": false,
"line_number": 147
}
],
"ansible/roles/slurm/README.md": [
{
"type": "Base64 High Entropy String",
Expand Down Expand Up @@ -3253,5 +3237,5 @@
}
]
},
"generated_at": "2024-11-25T11:39:59Z"
"generated_at": "2025-01-16T15:40:00Z"
}
20 changes: 0 additions & 20 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -433,26 +433,6 @@ spec:
}
}

stage('authzTest') {
steps {
script {
try {
if(!doNotRunTests) {
// test revproxy+arborist /gen3-authz stuff
kubeHelper.kube(kubectlNamespace, {
sh('bash cloud-automation/gen3/bin/testsuite.sh --filter authz');
});
} else {
Utils.markStageSkippedForConditional(STAGE_NAME)
}
} catch (ex) {
metricsHelper.writeMetricWithResult(STAGE_NAME, false)
pipelineHelper.handleError(ex)
}
metricsHelper.writeMetricWithResult(STAGE_NAME, true)
}
}
}
}
post {
always {
Expand Down

0 comments on commit 2eb8638

Please sign in to comment.