Skip to content

Commit

Permalink
Merge branch 'resultfix' into 'main'
Browse files Browse the repository at this point in the history
removed cleanup over 50M files

See merge request weblogic-cloud/weblogic-kubernetes-operator!4387
  • Loading branch information
rjeberhard committed Aug 7, 2023
2 parents d6447f5 + f389e87 commit 31b7751
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ EOF
fi
mkdir -m777 -p "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
sudo find ${result_root}/* -type f -size +50M -mtime +7 | xargs rm -vf
sudo mv -f ${result_root}/* "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
'''
archiveArtifacts(artifacts:
Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile.kindnightly
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ EOF
fi

mkdir -m777 -p "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
sudo find ${result_root}/* -type f -size +50M -mtime +7 | xargs rm -vf
sudo mv -f ${result_root}/* "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
'''
archiveArtifacts(artifacts:
Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile.oke
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ EOF
export OCI_CLI_PROFILE=${oci_profile}
mkdir -m777 -p ${result_root}/kubelogs
mkdir -m777 -p "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
sudo find ${result_root}/* -type f -size +50M -mtime +7 | xargs rm -vf
sudo mv -f ${result_root}/* "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
${WORKSPACE}/terraform/oke.delete.sh ${OCI_PROP_FILE} ${WORKSPACE}/terraform

Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile.okeext
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ EOF
mkdir -m777 -p ${result_root}/kubelogs

mkdir -m777 -p "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
sudo find ${result_root}/* -type f -size +50M -mtime +7 | xargs rm -vf
sudo mv -f ${result_root}/* "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
${WORKSPACE}/terraform/oke.delete.sh ${OCI_PROP_FILE} ${WORKSPACE}/terraform
'''
Expand Down

0 comments on commit 31b7751

Please sign in to comment.