-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing secrets from CICD: Part I Docs and local (#2583)
* Testing student version in doc build * testing student version in local build * fix more stuff * adding username * trying to not reach user limit on student license. * atempt to fix MPI error * test mpi fix * Allowing missing licenses in check * removing stuff * remvoing smp variable * using it own starting script * returning to previous start_mapdl * git fix permission * skipping test if on CICD * removing smp * Skipping another test because it takes too long to check * Setting student version * wrong skipif * Avoiding globbing and codecov issues * Adding support to v24.1 * skipping another test
- Loading branch information
Showing
8 changed files
with
77 additions
and
36 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,12 @@ | ||
#!/bin/bash | ||
docker pull "$MAPDL_IMAGE" | ||
docker run \ | ||
--name mapdl \ | ||
--restart always \ | ||
-e ANSYS_LOCK="OFF" \ | ||
-p "$PYMAPDL_PORT":50052 \ | ||
-p "$PYMAPDL_DB_PORT":50055 \ | ||
--shm-size=2gb \ | ||
-e P_SCHEMA=/ansys_inc/v241/ansys/ac4/schema \ | ||
"$MAPDL_IMAGE" > log.txt & | ||
# grep -q 'Server listening on' <(timeout 60 tail -f log.txt) |
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
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
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