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

For #22710 - Disable run-ui in build-contributor-pr workflow #22720

Merged
merged 2 commits into from
Dec 6, 2021

Conversation

AaronMT
Copy link
Contributor

@AaronMT AaronMT commented Dec 6, 2021

Fixes #22710

Unfortunately the problem with INSTALL_FAILED_INSUFFICIENT_STORAGE is still showcasing itself on v2.21.0 – I'm not aware of any workaround at this moment in time, so I'm disabling this step of the workflow again.

Unfortunately the problem with INSTALL_FAILED_INSUFFICIENT_STORAGE is still showcasing itself on v2.21.0 – I'm not aware of any workaround at this moment in time, so I'm disabling this step of the workflow again.
@AaronMT AaronMT self-assigned this Dec 6, 2021
@AaronMT AaronMT requested review from a team as code owners December 6, 2021 16:47
@AaronMT AaronMT changed the title Disable run-ui in build-contributor-pr workflow No issue: Disable run-ui in build-contributor-pr workflow Dec 6, 2021
@gabrielluong gabrielluong assigned gabrielluong and unassigned AaronMT Dec 6, 2021
@gabrielluong gabrielluong changed the title No issue: Disable run-ui in build-contributor-pr workflow For #22710 - Disable run-ui in build-contributor-pr workflow Dec 6, 2021
@AaronMT AaronMT added the pr:needs-landing PRs that are ready to land [Will be merged by Mergify] label Dec 6, 2021
@AaronMT AaronMT closed this Dec 6, 2021
@AaronMT AaronMT reopened this Dec 6, 2021
@gabrielluong
Copy link
Member

Retrying

[task 2021-12-06T16:49:25.427Z] Accept? (y/N): All SDK package licenses accepted
[task 2021-12-06T16:49:25.427Z] done
[task 2021-12-06T16:49:25.427Z] + ln -s /builds/worker/artifacts artifacts
[task 2021-12-06T16:49:25.428Z] + /builds/worker/.local/bin/taskgraph decision --pushlog-id=0 --pushdate=0 --project=fenix --message= --owner=AaronMT@users.noreply.github.com --level=1 --base-repository=https://github.com/mozilla-mobile/fenix --head-repository=https://github.com/mozilla-mobile/fenix --head-ref=disable-run-ui-build-contrib --head-rev=f7febbda9942873224a9641226c693b54391a19a --head-tag= --repository-type=git --tasks-for=github-pull-request
[task 2021-12-06T16:49:26.268Z] 2021-12-06 16:49:26,267 - INFO - Loading graph configuration.
[task 2021-12-06T16:49:26.328Z] Traceback (most recent call last):
[task 2021-12-06T16:49:26.329Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/main.py", line 718, in main
[task 2021-12-06T16:49:26.329Z] args.command(vars(args))
[task 2021-12-06T16:49:26.330Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/main.py", line 591, in decision
[task 2021-12-06T16:49:26.330Z] taskgraph_decision(options)
[task 2021-12-06T16:49:26.330Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/decision.py", line 91, in taskgraph_decision
[task 2021-12-06T16:49:26.331Z] write_artifact("parameters.yml", dict(**tgg.parameters))
[task 2021-12-06T16:49:26.331Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/generator.py", line 149, in parameters
[task 2021-12-06T16:49:26.331Z] return self._run_until("parameters")
[task 2021-12-06T16:49:26.332Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/generator.py", line 400, in _run_until
[task 2021-12-06T16:49:26.332Z] k, v = next(self._run)
[task 2021-12-06T16:49:26.332Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/generator.py", line 259, in _run
[task 2021-12-06T16:49:26.332Z] parameters = self._parameters(graph_config)
[task 2021-12-06T16:49:26.333Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/decision.py", line 77, in
[task 2021-12-06T16:49:26.333Z] lambda graph_config: get_decision_parameters(graph_config, options)
[task 2021-12-06T16:49:26.333Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/decision.py", line 156, in get_decision_parameters
[task 2021-12-06T16:49:26.333Z] commit_message = repo.get_commit_message()
[task 2021-12-06T16:49:26.333Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/util/vcs.py", line 137, in get_commit_message
[task 2021-12-06T16:49:26.334Z] return self.run("log", "-n1", "--format=%B")
[task 2021-12-06T16:49:26.334Z] File "/builds/worker/.local/lib/python3.6/site-packages/taskgraph/util/vcs.py", line 26, in run
[task 2021-12-06T16:49:26.334Z] return subprocess.check_output(cmd, cwd=self.path, universal_newlines=True)
[task 2021-12-06T16:49:26.334Z] File "/usr/lib/python3.6/subprocess.py", line 356, in check_output
[task 2021-12-06T16:49:26.335Z] **kwargs).stdout
[task 2021-12-06T16:49:26.335Z] File "/usr/lib/python3.6/subprocess.py", line 425, in run
[task 2021-12-06T16:49:26.335Z] stdout, stderr = process.communicate(input, timeout=timeout)
[task 2021-12-06T16:49:26.335Z] File "/usr/lib/python3.6/subprocess.py", line 850, in communicate
[task 2021-12-06T16:49:26.336Z] stdout = self.stdout.read()
[task 2021-12-06T16:49:26.336Z] File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
[task 2021-12-06T16:49:26.336Z] return codecs.ascii_decode(input, self.errors)[0]
[task 2021-12-06T16:49:26.336Z] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 154: ordinal not in range(128)
[taskcluster 2021-12-06 16:49:26.870Z] === Task Finished ===
[taskcluster 2021-12-06 16:49:26.994Z] Artifact "public/docker-contexts" not found at "/builds/worker/checkouts/vcs/docker-contexts"
[taskcluster 2021-12-06 16:49:27.076Z] Unsuccessful task run with exit code: 1 completed in 37.989 seconds

@gabrielluong gabrielluong added pr:needs-landing-squashed PRs that are ready to land (squashed) [Will be merged by Mergify] and removed pr:needs-landing PRs that are ready to land [Will be merged by Mergify] labels Dec 6, 2021
@mergify mergify bot merged commit 77191d8 into main Dec 6, 2021
@bors bors bot deleted the disable-run-ui-build-contrib branch December 6, 2021 18:12
pkirakosyan pushed a commit to gexsi/user-agent-android that referenced this pull request Mar 8, 2022
…kflow (mozilla-mobile#22720)

* Disable run-ui in build-contributor-pr workflow

Unfortunately the problem with INSTALL_FAILED_INSUFFICIENT_STORAGE is still showcasing itself on v2.21.0 – I'm not aware of any workaround at this moment in time, so I'm disabling this step of the workflow again.

* Update build-contributor-pr.yml
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr:needs-landing-squashed PRs that are ready to land (squashed) [Will be merged by Mergify]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable contributor UI test job due to INSTALL_FAILED_INSUFFICIENT_STORAGE in CI
2 participants