Update test_sims.yml

We can't have SIM_amoeba and SIM_varserv  in our regular CI test suite if they are going to periodically fail due to environmental variations over which we have no control.
This commit is contained in:
jmpenn 2023-09-27 12:54:25 -05:00 committed by GitHub
parent cdc8927234
commit f120264bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,29 +308,34 @@ SIM_test_output_dir:
# The variable server client and SIM_amoeba sometimes fail to connect and need to be retried # The variable server client and SIM_amoeba sometimes fail to connect and need to be retried
SIM_test_varserv:
path: test/SIM_test_varserv # JMP (9/23/2023): We can't have these in our regular CI test suite if they are going to
build_args: "-t" # periodically fail due to environmental variations over which we have no control. Commenting
binary: "T_main_{cpu}_test.exe" # these out.
runs:
RUN_test/unit_test.py: # SIM_test_varserv:
phase: 1 # path: test/SIM_test_varserv
returns: 0 # build_args: "-t"
RUN_test/err1_test.py: # binary: "T_main_{cpu}_test.exe"
phase: 2 # runs:
returns: 10 # RUN_test/unit_test.py:
RUN_test/err2_test.py: # phase: 1
phase: 3 # returns: 0
returns: 10 # RUN_test/err1_test.py:
SIM_amoeba: # phase: 2
path: trick_sims/Cannon/SIM_amoeba # returns: 10
build_args: "-t" # RUN_test/err2_test.py:
binary: "T_main_{cpu}_test.exe" # phase: 3
labels: # returns: 10
- retries_allowed # SIM_amoeba:
runs: # path: trick_sims/Cannon/SIM_amoeba
RUN_test/unit_test.py: # build_args: "-t"
returns: 0 # binary: "T_main_{cpu}_test.exe"
# labels:
# - retries_allowed
# runs:
# RUN_test/unit_test.py:
# returns: 0
#TODO: all compares should be <test data> vs. <baseline data>, need to swap order! #TODO: all compares should be <test data> vs. <baseline data>, need to swap order!
SIM_mc_generation: SIM_mc_generation: