Skip to content

Commit 5f0d9ef

Browse files
committed
soft fail deformation flow
1 parent bfbd470 commit 5f0d9ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,6 @@ steps:
13951395
key: unit_matrix_field_broadcasting_gpu_non_scalar_2
13961396
retry: *retry_policy
13971397
command: "julia --color=yes --check-bounds=yes --project=.buildkite test/MatrixFields/matrix_fields_broadcasting/test_non_scalar_2.jl"
1398-
soft_fail: true
13991398
env:
14001399
CLIMACOMMS_DEVICE: "CUDA"
14011400
agents:
@@ -1412,6 +1411,7 @@ steps:
14121411
agents:
14131412
slurm_gpus: 1
14141413
slurm_mem: 10GB
1414+
soft_fail: true
14151415

14161416
- label: "Unit: matrix field broadcasting (GPU)"
14171417
key: unit_matrix_field_broadcasting_gpu_non_scalar_4
@@ -2360,6 +2360,7 @@ steps:
23602360
- label: ":computer: 3D sphere deformation flow w/ limiter & FCT"
23612361
key: "cpu_3d_deformation_flow"
23622362
retry: *retry_policy
2363+
soft_fail: true # remove this after autobroadcaster issues are fixed
23632364
command:
23642365
- "julia --color=yes --project=.buildkite examples/hybrid/sphere/deformation_flow.jl"
23652366
artifact_paths:

0 commit comments

Comments
 (0)