File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -67,24 +67,28 @@ tasks:
67
67
- created : {$fromNow: ''}
68
68
deadline : {$fromNow: '1 hour'}
69
69
provisionerId : proj-fuzzing
70
- workerType : ci
70
+ workerType : ci-gw
71
71
payload :
72
72
features :
73
73
taskclusterProxy : true
74
74
maxRunTime : 3600
75
- image :
76
- type : indexed-image
77
- path : public/orion-decision.tar.zst
78
- namespace : project.fuzzing.orion.orion-decision.master
79
75
env :
80
76
PROJECT_NAME : ${project_name}
81
77
CI_MATRIX : {$json: {$eval: matrix}}
82
78
GITHUB_EVENT : {$json: {$eval: event}}
83
79
GITHUB_ACTION : ${tasks_for}
84
80
TASKCLUSTER_NOW : ${now}
85
81
command :
86
- - ci-decision
87
- - -v
82
+ - - bash
83
+ - " -exc"
84
+ - " -o"
85
+ - " pipefail"
86
+ - >
87
+ curl --retry 5 --connect-timeout 25 -sSfL --write-out "%{stderr}Resolved orion-decision to %{url_effective}\n"
88
+ "$TASKCLUSTER_PROXY_URL/api/index/v1/task/project.fuzzing.orion.orion-decision.master/artifacts/public/orion-decision.tar.zst"
89
+ | zstdcat | podman load; podman run --rm -e TASK_ID -e RUN_ID -e TASKCLUSTER_ROOT_URL --add-host=taskcluster:127.0.0.1 --net=host
90
+ -e TASKCLUSTER_PROXY_URL=http://localhost:80 -e PROJECT_NAME -e CI_MATRIX -e GITHUB_EVENT -e GITHUB_ACTION -e TASKCLUSTER_NOW
91
+ mozillasecurity/orion-decision:latest ci-decision -v
88
92
scopes :
89
93
- queue:create-task:highest:proj-fuzzing/ci
90
94
- queue:create-task:highest:proj-fuzzing/ci-*
You can’t perform that action at this time.
0 commit comments