Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Bug 1619795: Cleanup.
Browse files Browse the repository at this point in the history
There were a couple of errors in the original pull request for this bug:
- The raptor tasks had duplicated dependencies.
- The filename of the minidump_stackwalk artifact was incorrect.
  • Loading branch information
tomprince committed Mar 6, 2020
1 parent 0436c8d commit d2335e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion taskcluster/ci/raptor/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ job-defaults:
retrigger: true
dependencies:
geckoview-nightly: geckoview-nightly
linux64-minidump-stackwalk: toolchain-linux64-minidump-stackwalk
notify:
by-level:
'3':
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/toolchain/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
linux64-minidump-stackwalk:
description: "minidump_stackwalk toolchain"
attributes:
toolchain-artifact: public/build/minidump_stackwalk.tar.gz
toolchain-artifact: public/build/minidump_stackwalk.tar.xz
run:
index-search:
- gecko.cache.level-3.toolchains.v3.linux64-minidump-stackwalk.latest

0 comments on commit d2335e4

Please sign in to comment.