Skip to content

Commit 44aeb6f

Browse files
committed
Remove task for updating hooks
This will happen manually in ci-config now
1 parent 1b527f3 commit 44aeb6f

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.taskcluster.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -421,41 +421,6 @@ tasks:
421421
422422
source: https://github.com/mozilla/code-coverage
423423

424-
- $if: 'channel in ["testing", "production"]'
425-
then:
426-
taskId: {$eval: as_slugid("bot_hook")}
427-
dependencies:
428-
- {$eval: as_slugid("bot_deploy")}
429-
scopes:
430-
- "assume:hook-id:project-relman/code-coverage-repo-${channel}"
431-
- "hooks:modify-hook:project-relman/code-coverage-repo-${channel}"
432-
- "assume:hook-id:project-relman/code-coverage-cron-${channel}"
433-
- "hooks:modify-hook:project-relman/code-coverage-cron-${channel}"
434-
created: {$fromNow: ''}
435-
deadline: {$fromNow: '5 hours'}
436-
provisionerId: proj-relman
437-
workerType: ci
438-
payload:
439-
features:
440-
# Needed for access to hook api
441-
taskclusterProxy: true
442-
maxRunTime: 3600
443-
image: "${taskboot_image}"
444-
command:
445-
- "/bin/sh"
446-
- "-lcxe"
447-
- "git clone --quiet ${repository} &&
448-
cd code-coverage &&
449-
git checkout ${head_rev} &&
450-
sed -i -e 's/CHANNEL/${channel}/g' -e 's/REVISION/${head_rev}/g' bot/taskcluster-hook-*.json &&
451-
taskboot --target . build-hook bot/taskcluster-hook-repo.json project-relman code-coverage-repo-${channel} &&
452-
taskboot --target . build-hook bot/taskcluster-hook-cron.json project-relman code-coverage-cron-${channel}"
453-
metadata:
454-
name: "Code Coverage Bot hook update (${channel})"
455-
description: Update Taskcluster hook triggering the code-coverage tasks
456-
457-
source: https://github.com/mozilla/code-coverage
458-
459424
- $if: 'channel in ["testing", "production"]'
460425
then:
461426
taskId: {$eval: as_slugid("frontend_deploy")}

0 commit comments

Comments
 (0)