Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ARM/k8s/aerioe-nightly-cron
1 result
Show changes
Commits on Source (2)
...@@ -53,4 +53,4 @@ RUN_DATE=$(date +%Y%m%d -d"14 days ago") ...@@ -53,4 +53,4 @@ RUN_DATE=$(date +%Y%m%d -d"14 days ago")
# To regenerate the secret with a new key: # To regenerate the secret with a new key:
# kubectl create secret generic stratus-armxfer-ssh-key --from-file=id_rsa=/path/to/id_rsa --namespace aerioe # kubectl create secret generic stratus-armxfer-ssh-key --from-file=id_rsa=/path/to/id_rsa --namespace aerioe
/usr/bin/curl -sk "https://pcm.arm.gov/pcm/api/processes/aerioe" | jq -r '.process.run_locations[] | "/opt/torque/bin/qsub /software/user_tools/current/cades-arm/aerioe_prod/bin/aerioe_submit_mpi -W x=FLAGS:ADVRES:$(showres | grep arm-prod | cut -f1 -d'"' '"' | sort -r | head -n1) -l nodes=6:ppn=36 -N aerioe."+(.site | ascii_downcase)+"."+env.RUN_DATE+" -v date="+env.RUN_DATE+",site="+(.site | ascii_downcase)+",facility="+.fac' | while read -r cmd; do ssh-vi /etc/ssh-key/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no armxfer@stratus.ornl.gov $cmd; done /usr/bin/curl -sk "https://pcm.arm.gov/pcm/api/processes/aerioe" | jq -r '.process.run_locations[] | "/opt/torque/bin/qsub /software/user_tools/current/cades-arm/aerioe_prod/bin/aerioe_submit_mpi -W x=FLAGS:ADVRES:$(showres | grep arm-prod | cut -f1 -d'"' '"' | sort -r | head -n1) -l nodes=6:ppn=36 -N aerioe."+(.site | ascii_downcase)+"."+.fac+"."+env.RUN_DATE+" -v date="+env.RUN_DATE+",site="+(.site | ascii_downcase)+",facility="+.fac' | while read -r cmd; do ssh-vi /etc/ssh-key/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no armxfer@stratus.ornl.gov $cmd; done