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 00efa90 commit 3ae2eeeCopy full SHA for 3ae2eee
.github/workflows/phoenix/submit-bench.sh
@@ -50,8 +50,11 @@ JOBID=$(sbatch <<-EOT | awk '{print $4}'
50
${sbatch_common_opts}
51
${sbatch_device_opts}
52
53
- export job_slug="${job_slug}"
54
- echo "My job slug is:" $job_slug
+ export job_slug="${job_slug}"
+ export job_device="${device}"
55
+
56
+ echo "Job slug is:" $job_slug
57
+ echo "Device is:" $job_device
58
59
set -e -x
60
0 commit comments