Lines Matching refs:job
29 echo "this job ran ahead of the job which was supposed to upload that artifact." >&2
33 echo "This job is going to fail, because I can't find the resources I need. Sorry." >&2
48 mkdir -p results/job-rootfs-overlay/
50 artifacts/ci-common/export-gitlab-job-env-for-dut.sh \
51 > results/job-rootfs-overlay/set-job-env-vars.sh
52 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
53 cp "$SCRIPTS_DIR"/setup-test-env.sh results/job-rootfs-overlay/
55 tar zcf job-rootfs-overlay.tar.gz -C results/job-rootfs-overlay/ .
56 ci-fairy s3cp --token-file "${S3_JWT_FILE}" job-rootfs-overlay.tar.gz "https://${JOB_ROOTFS_OVERLAY_PATH}"
60 cat results/job-rootfs-overlay/set-job-env-vars.sh
62 section_switch lava_submit "Submitting job for scheduling"
67 # making it easier to debug the job in case it fails.
73 --job-timeout-min $((CI_JOB_TIMEOUT/60 - 5)) \
86 --mesa-job-name "$CI_JOB_NAME" \
91 --job-submitted-at "${CI_JOB_STARTED_AT}" \
99 --name=job-overlay \