Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases/irios/build firefox #4

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Conversation

isabelrios
Copy link

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.

@isabelrios
Copy link
Author

@ahal I may have missed something else.. but the workaround of creating a PR from a releases branch does not fix the Chain of Trust verification error! error we were seeing to build firefox :(

@ahal
Copy link
Collaborator

ahal commented May 27, 2024

Sorry, I meant to just use the releases branch directly and not create a PR at all. E.g, push to releases/irios/build-firefox, and then look at the checks over there

The good news is that fix for this landed in scriptworker:
mozilla-releng/scriptworker@9b01b3e

But we haven't created a new release yet. I can prioritize doing this if you specifically need to use a PR for testing.

@isabelrios
Copy link
Author

Sorry, I meant to just use the releases branch directly and not create a PR at all. E.g, push to releases/irios/build-firefox, and then look at the checks over there

The good news is that fix for this landed in scriptworker: mozilla-releng/scriptworker@9b01b3e

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 :)

- taskgraph.transforms.task

task-defaults:
worker-type: bitrise

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Suggested change
worker-type: bitrise
worker-type: misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants