We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a6aa6 commit 8c91e0fCopy full SHA for 8c91e0f
ansible/ci/check_sacct_hpctests.yml
@@ -4,11 +4,11 @@
4
vars:
5
sacct_stdout_expected: |- # based on CI running hpctests as the first job - NB note no trailing newline
6
JobID,JobName,State
7
- 2,pingpong.sh,COMPLETED
8
- 3,pingmatrix.sh,COMPLETED
9
- 4,hpl-build-linux64.sh,COMPLETED
10
- 5_0,hpl-solo.sh,COMPLETED
11
- 5_1,hpl-solo.sh,COMPLETED
+ 1,pingpong.sh,COMPLETED
+ 2,pingmatrix.sh,COMPLETED
+ 3,hpl-build-linux64.sh,COMPLETED
+ 4_0,hpl-solo.sh,COMPLETED
+ 4_1,hpl-solo.sh,COMPLETED
12
tasks:
13
- name: Get info for ended jobs
14
shell:
0 commit comments