-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new function for warmstart (#688)
* add new function for warmstart * change function namel; remive pnnl ci tests * remove push mirror to PNNL * Update spack_build.yml to remove E4S cache and use newer OS (#689) * Update spack_build.yml to remove E4S cache and use newer OS * Build ^libevent~openssl * add back PNNL CI --------- Co-authored-by: Cameron Rutherford <[email protected]>
- Loading branch information
1 parent
542d7f5
commit efd2fcd
Showing
7 changed files
with
140 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#name: Push Mirror | ||
|
||
#on: [push, delete] | ||
|
||
#jobs: | ||
# PNNL_GitLab: | ||
# runs-on: ubuntu-22.04 | ||
# steps: | ||
# - uses: actions/checkout@v1 | ||
# - uses: spyoungtech/mirror-action@master | ||
# with: | ||
# REMOTE: ${{ secrets.GIT_REPO_URL }} | ||
# GIT_USERNAME: ${{ secrets.GIT_USER }} | ||
# GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} | ||
# GIT_PUSH_ARGS: --push-option=ci.skip --tags --force --prune | ||
# - uses: nelonoel/[email protected] | ||
# - name: Trigger Pipeline | ||
# run: | | ||
# response=$(curl -X POST -F token=${{ secrets.PNNL_PIPELINE_TRIGGER_TOKEN }} -F ref=${BRANCH_NAME} https://gitlab.pnnl.gov/api/v4/projects/769/trigger/pipeline) | ||
# exit_code=$? | ||
# sudo apt install jq | ||
# pipeline_id=$(echo $response | jq '.id' | sed 's/"//g') | ||
# echo "PIPELINE_ID=${pipeline_id}" >> $GITHUB_ENV | ||
# exit $exit_code |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters