+[{"name":"cargo-athena-example-smoke-pipeline-ns","package":"cargo-athena-example-smoke","kind":"workflow","synthetic":false,"image":"","command":[],"args":[],"work_dir":"/athena","params":[{"name":"env","ty":"String"}],"binary_artifact":null,"input_artifacts":[],"output_artifacts":[],"host_paths":[],"result_path":null},{"name":"cargo-athena-example-smoke-fetch","package":"cargo-athena-example-smoke","kind":"container","synthetic":false,"image":"ghcr.io/acme/fetch:1.2.3","command":["/bin/sh","-c"],"args":["set -e\ncase \"$(uname -m)\" in\n x86_64) __t=x86_64-unknown-linux-musl ;;\n aarch64|arm64) __t=aarch64-unknown-linux-musl ;;\n *) echo \"athena: unsupported arch $(uname -m)\" >&2; exit 1 ;;\nesac\nchmod +x /athena/bin/app-$__t\nexport CARGO_ATHENA_OUTPUT=/athena/result\nexec /athena/bin/app-$__t \"$@\"\n","--","{{inputs.parameters.url}}"],"work_dir":"/athena","params":[{"name":"url","ty":"String"}],"binary_artifact":{"s3":{"endpoint":"s3.amazonaws.com","bucket":"athena-artifacts","region":"us-east-1","insecure":false,"key":"cargo-athena-example-smoke/0-0-0/smoke-ns.tar.gz","virtual_host":false},"path":"/athena/bin"},"input_artifacts":[],"output_artifacts":[],"host_paths":["/secrets/token"],"result_path":"/athena/result"},{"name":"cargo-athena-example-smoke-transform","package":"cargo-athena-example-smoke","kind":"container","synthetic":false,"image":"busybox:1.36-musl","command":["/bin/sh","-c"],"args":["set -e\ncase \"$(uname -m)\" in\n x86_64) __t=x86_64-unknown-linux-musl ;;\n aarch64|arm64) __t=aarch64-unknown-linux-musl ;;\n *) echo \"athena: unsupported arch $(uname -m)\" >&2; exit 1 ;;\nesac\nchmod +x /athena/bin/app-$__t\nexport CARGO_ATHENA_OUTPUT=/athena/result\nexec /athena/bin/app-$__t \"$@\"\n","--","{{inputs.parameters.data}}","{{inputs.parameters.factor}}"],"work_dir":"/athena","params":[{"name":"data","ty":"String"},{"name":"factor","ty":"i64"}],"binary_artifact":{"s3":{"endpoint":"s3.amazonaws.com","bucket":"athena-artifacts","region":"us-east-1","insecure":false,"key":"cargo-athena-example-smoke/0-0-0/smoke-ns.tar.gz","virtual_host":false},"path":"/athena/bin"},"input_artifacts":[],"output_artifacts":[],"host_paths":[],"result_path":"/athena/result"}]
0 commit comments