We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#!/bin/bash -e
: ${LKP_SRC:=/c/lkp-tests}
job_yaml=$1 job_name=${job_yaml##*/} out_cgz=$(dirname $(realpath $job_yaml))/${job_name%.yaml}.cgz
tmp_dir=/tmp/$$ lkp_dir=$tmp_dir/lkp/scheduled
mkdir -p $lkp_dir cp $job_yaml $lkp_dir $LKP_SRC/sbin/job2sh $job_yaml -o $lkp_dir/${job_name%.yaml}.sh
cd $tmp_dir find lkp | cpio --quiet -o -H newc | gzip > $out_cgz
rm -fr $tmp_dir
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#!/bin/bash -e
: ${LKP_SRC:=/c/lkp-tests}
job_yaml=$1$job_yaml))/$ {job_name%.yaml}.cgz
job_name=${job_yaml##*/}
out_cgz=$(dirname $(realpath
tmp_dir=/tmp/$$
lkp_dir=$tmp_dir/lkp/scheduled
mkdir -p $lkp_dir$lkp_dir/$ {job_name%.yaml}.sh
cp $job_yaml $lkp_dir
$LKP_SRC/sbin/job2sh $job_yaml -o
cd $tmp_dir
find lkp | cpio --quiet -o -H newc | gzip > $out_cgz
rm -fr $tmp_dir
The text was updated successfully, but these errors were encountered: