Sometimes with repro workflows there are intermittent failures where Setup SSH fails
e.g. from https://github.com/ACCESS-NRI/access-esm1.6-configs/actions/runs/24299835552/job/70951235137
Run for host in $HOSTS; do
for host in $HOSTS; do
ssh-keyscan $host >> ~/.ssh/known_hosts
done
chmod 600 ~/.ssh/known_hosts
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
ARTIFACT_LOCAL_LOCATION: /opt/artifact
EXPERIMENT_LOCATION: /scratch/tm70/repro-ci/experiments/access-esm1.6-configs/schedule/dev-preindustrial+emissions/a7ad7679f735de3d50c5effbfd370701307c5a47
HOSTS: ***
***
Error: Process completed with exit code 1.
These are minor errors, but do lead to annoying false negatives in scheduled tests. Typically it passes on re-run
Sometimes with repro workflows there are intermittent failures where Setup SSH fails
e.g. from https://github.com/ACCESS-NRI/access-esm1.6-configs/actions/runs/24299835552/job/70951235137
These are minor errors, but do lead to annoying false negatives in scheduled tests. Typically it passes on re-run