Skip to content

Commit

Permalink
switch from orion to hera
Browse files Browse the repository at this point in the history
  • Loading branch information
ankimball authored Mar 5, 2024
1 parent 0b06f4f commit e58cfca
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions sorc/test/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ pipeline {
cd sorc/build/
echo $(pwd)
./run_hera_ctest.sh
'''
export machine_name_logs=$(echo $machine | awk '{ print tolower($1) }')
tar --create --gzip --verbose --dereference --file "${machine_name_logs}.tgz" ${WORKSPACE}/tests/logs/*.log
'''
s3Upload consoleLogLevel: 'INFO', dontSetBuildResultOnFailure: false, dontWaitForConcurrentBuildCompletion: false, entries: [[bucket: 'noaa-epic-prod-jenkins-artifacts', excludedFile: '', flatten: true, gzipFiles: false, keepForever: false, managedArtifacts: true, noUploadOnFailure: false, selectedRegion: 'us-east-1', showDirectlyInBrowser: false, sourceFile: "**/*tgz*", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: []

}
}
stage('Run Land DA Workflow on Orion') {
Expand Down Expand Up @@ -106,14 +112,7 @@ pipeline {
echo $(pwd)
ctest
'''
// export machine_name_logs=$(echo $machine | awk '{ print tolower($1) }')


// tar --create --gzip --verbose --dereference --file "${machine_name_logs}.tgz" ${WORKSPACE}/tests/logs/*.log

// '''
// s3Upload consoleLogLevel: 'INFO', dontSetBuildResultOnFailure: false, dontWaitForConcurrentBuildCompletion: false, entries: [[bucket: 'noaa-epic-prod-jenkins-artifacts', excludedFile: '', flatten: true, gzipFiles: false, keepForever: false, managedArtifacts: true, noUploadOnFailure: false, selectedRegion: 'us-east-1', showDirectlyInBrowser: false, sourceFile: "**/*tgz*", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: []
}
}
}
stage('Run Land DA Workflow on Hercules') {
agent {
Expand Down

0 comments on commit e58cfca

Please sign in to comment.