Conversation
|
@ahal I may have missed something else.. but the workaround of creating a PR from a releases branch does not fix the |
|
Sorry, I meant to just use the The good news is that fix for this landed in scriptworker: But we haven't created a new release yet. I can prioritize doing this if you specifically need to use a PR for testing. |
oh sorry for the misunderstanding... I will try that while the patch is ready in a release, there is not any hurry for that on our side. Thanks for sharing the updates :) |
taskcluster/kinds/complete/kind.yml
Outdated
| - taskgraph.transforms.task | ||
|
|
||
| task-defaults: | ||
| worker-type: bitrise |
There was a problem hiding this comment.
Bug: In order to fix
scriptworker_client.exceptions.TaskVerificationError: No workflow scopes starting with 'project:mobile:firefox-ios:releng:bitrise:' found
the worker-type should be something else than bitrise. We don't need to run the complete task on the Bitrise infra given that this task just checks some Taskcluster metadata
| worker-type: bitrise | |
| worker-type: misc |
bafde9a to
3c37e9c
Compare
2475344 to
8b4be65
Compare
0ad3a8a to
2240f9a
Compare
363c24e to
c2b885b
Compare
467ae6a to
7f84160
Compare
82ab343 to
9134134
Compare
… from last week (#4) (mozilla-mobile#29335) * Refactor FXIOS-13237 [Swift 6 Migration] Turn on Strict Concurrency in Onboarding Kit (mozilla-mobile#29204) * Refactor FXIOS-13389 [Swift 6] Turn on strict concurrency for Sync Framework (mozilla-mobile#29221) * make sync package strict concurrent * make sync manager component * Refactor FXIOS-13450 [Swift 6] Fix strict concurrency warnings in Tab Manager (mozilla-mobile#29257) * Remove removeTabWithCompletion * Isolate tab manager to main actor and fix remaining strict concurrency warnings --------- Co-authored-by: Sophie <5545720+dataports@users.noreply.github.com> Co-authored-by: Carson Ramsden <carsonramsden@gmail.com>
1e22d23 to
57c6e42
Compare
421df6d to
a000793
Compare
creating a PR from a branch named releases/irios/build-firefox to build firefox
We would like to work on managing the dependencies between the build and test workflows to be able to run the complete workflow. In order to do that, we need a green build that creates the artifacts.