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

refactor: move taskcluster root url definitions to their own file #223

Merged
merged 1 commit into from
Dec 16, 2024

refactor: move taskcluster root url definitions to their own file

c5a9623
Select commit
Loading
Failed to load commit list.
Merged

refactor: move taskcluster root url definitions to their own file #223

refactor: move taskcluster root url definitions to their own file
c5a9623
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / Decision Task (pull-request) succeeded Dec 13, 2024 in 13s

FirefoxCI (pull_request)

The task that creates all of the other tasks in the task graph

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2024-12-13T20:50:15.317Z
Resolved: 2024-12-13T20:50:21.796Z
Task Execution Time: 6 seconds, 479 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/actions.json
- public/chain-of-trust.json
- public/chain-of-trust.json.sig
- public/docker-contexts/build-decision.tar.gz
- public/docker-contexts/python3.11.tar.gz
- public/fetch-content
- public/full-task-graph.json
- public/label-to-taskid.json
- public/logs/certified.log
- public/logs/live_backing.log
- public/logs/live.log
- public/optimizations.log
- public/parameters.yml
- public/runnable-jobs.json
- public/run-task
- public/target-tasks.json
- public/task-graph.json


[taskcluster 2024-12-13 20:50:15.421Z] Task ID: ZcaKgcs9ROydbxpOvQP50g
[taskcluster 2024-12-13 20:50:15.421Z] Worker ID: 290442648205992852
[taskcluster 2024-12-13 20:50:15.421Z] Worker Group: us-central1-f
[taskcluster 2024-12-13 20:50:15.421Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2024-12-13 20:50:15.421Z] Worker Pool: ci-1/decision-gcp
[taskcluster 2024-12-13 20:50:15.421Z] Worker Version: 38.0.5
[taskcluster 2024-12-13 20:50:15.421Z] Public IP: 34.68.220.42
[taskcluster 2024-12-13 20:50:15.421Z] Hostname: ci-1-decision-gcp-bq8olv0srgq3lyaom7t3zg
[taskcluster 2024-12-13 20:50:15.421Z] using cache "ci-level-1-checkouts-sparse-v1" -> /builds/worker/checkouts

[taskcluster 2024-12-13 20:50:16.199Z] === Task Starting ===
[setup 2024-12-13T20:50:16.611Z] run-task started in /
[setup 2024-12-13T20:50:16.611Z] Invoked by command: --fxci-checkout=/builds/worker/checkouts/src --task-cwd=/builds/worker/checkouts/src -- bash -cx ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id='0' --pushdate='0' --project='fxci-config' --owner='[email protected]' --level='1' --repository-type=git --tasks-for='github-pull-request' --base-repository='https://github.com/mozilla-releng/fxci-config' --base-ref='main' --base-rev='67e5d08f79ac7e9baecaa376649ff9ddab6237ee' --head-repository='https://github.com/bhearsum/fxci-config' --head-ref='constants' --head-rev='c5a9623784381eac5432e850ed43741ba2cf3756' ${TRY_TASK_CONFIG_FILE+--try-task-config-file="${TRY_TASK_CONFIG_FILE}"} 

[setup 2024-12-13T20:50:16.611Z] Python version: 3.11.2
[vcs 2024-12-13T20:50:16.613Z] WARNING: vcs checkout path (/builds/worker/checkouts/src) not in cache or volume; performance will likely suffer
[setup 2024-12-13T20:50:16.613Z] running as worker:worker
[vcs 2024-12-13T20:50:16.613Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/src']
[vcs 2024-12-13T20:50:16.617Z] executing ['git', 'fetch', 'origin', 'main']
[vcs 2024-12-13T20:50:16.864Z] From https://github.com/bhearsum/fxci-config
[vcs 2024-12-13T20:50:16.864Z]  * branch            main       -> FETCH_HEAD
[vcs 2024-12-13T20:50:16.870Z] executing ['git', 'checkout', 'main']
[vcs 2024-12-13T20:50:16.895Z] Switched to branch 'main'
[vcs 2024-12-13T20:50:16.896Z] Your branch is up to date with 'origin/main'.
[vcs 2024-12-13T20:50:16.896Z] executing ['git', 'fetch', 'origin', '67e5d08f79ac7e9baecaa376649ff9ddab6237ee']
[vcs 2024-12-13T20:50:17.092Z] From https://github.com/bhearsum/fxci-config
[vcs 2024-12-13T20:50:17.093Z]  * branch            67e5d08f79ac7e9baecaa376649ff9ddab6237ee -> FETCH_HEAD
[vcs 2024-12-13T20:50:17.098Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/bhearsum/fxci-config', 'constants']
[vcs 2024-12-13T20:50:17.353Z] From https://github.com/bhearsum/fxci-config
[vcs 2024-12-13T20:50:17.353Z]  * branch            constants  -> FETCH_HEAD
[vcs 2024-12-13T20:50:17.356Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/bhearsum/fxci-config', 'constants']
[vcs 2024-12-13T20:50:17.539Z] From https://github.com/bhearsum/fxci-config
[vcs 2024-12-13T20:50:17.539Z]  * branch            constants  -> FETCH_HEAD
[vcs 2024-12-13T20:50:17.545Z] executing ['git', 'checkout', '-f', '-B', 'constants', 'c5a9623784381eac5432e850ed43741ba2cf3756']
[vcs 2024-12-13T20:50:17.563Z] Switched to a new branch 'constants'
[vcs 2024-12-13T20:50:17.565Z] cleaning git checkout...
[vcs 2024-12-13T20:50:17.565Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-12-13T20:50:17.568Z] removing ['/builds/worker/checkouts/src/artifacts', '/builds/worker/checkouts/src/docker-contexts/', '/builds/worker/checkouts/src/taskcluster/fxci_config_taskgraph/__pycache__/', '/builds/worker/checkouts/src/taskcluster/fxci_config_taskgraph/transforms/__pycache__/', '/builds/worker/checkouts/src/taskcluster/fxci_config_taskgraph/util/__pycache__/']
[vcs 2024-12-13T20:50:17.570Z] successfully cleaned git checkout!
[vcs 2024-12-13T20:50:17.572Z] TinderboxPrint:<a href='https://github.com/bhearsum/fxci-config/commit/c5a9623784381eac5432e850ed43741ba2cf3756' title='Built from fxci-config commit c5a9623784381eac5432e850ed43741ba2cf3756'>c5a9623784381eac5432e850ed43741ba2cf3756</a>
[pip-install 2024-12-13T20:50:17.595Z] executing ['uv', 'pip', 'install', '--python', '/usr/bin/python3', '--target', '/builds/worker/.local/lib/python3.11/site-packages', '--require-hashes', '-r', '/builds/worker/checkouts/src/taskcluster/requirements.txt']
[pip-install 2024-12-13T20:50:18.015Z] Resolved 20 packages in 360ms
[pip-install 2024-12-13T20:50:18.150Z] Prepared 20 packages in 132ms
[pip-install 2024-12-13T20:50:18.160Z] Installed 20 packages in 10ms
[pip-install 2024-12-13T20:50:18.160Z]  + aiohappyeyeballs==2.4.3
[pip-install 2024-12-13T20:50:18.161Z]  + aiohttp==3.11.2
[pip-install 2024-12-13T20:50:18.161Z]  + aiosignal==1.3.1
[pip-install 2024-12-13T20:50:18.161Z]  + async-timeout==5.0.1
[pip-install 2024-12-13T20:50:18.161Z]  + attrs==24.2.0
[pip-install 2024-12-13T20:50:18.161Z]  + certifi==2024.8.30
[pip-install 2024-12-13T20:50:18.161Z]  + charset-normalizer==3.4.0
[pip-install 2024-12-13T20:50:18.161Z]  + frozenlist==1.5.0
[pip-install 2024-12-13T20:50:18.161Z]  + idna==3.10
[pip-install 2024-12-13T20:50:18.161Z]  + mohawk==1.1.0
[pip-install 2024-12-13T20:50:18.161Z]  + multidict==6.1.0
[pip-install 2024-12-13T20:50:18.161Z]  + propcache==0.2.0
[pip-install 2024-12-13T20:50:18.162Z]  + python-dateutil==2.9.0.post0
[pip-install 2024-12-13T20:50:18.162Z]  + requests==2.32.3
[pip-install 2024-12-13T20:50:18.162Z]  + six==1.16.0
[pip-install 2024-12-13T20:50:18.163Z]  + slugid==2.0.0
[pip-install 2024-12-13T20:50:18.163Z]  + taskcluster==74.0.1
[pip-install 2024-12-13T20:50:18.163Z]  + taskcluster-urls==13.0.1
[pip-install 2024-12-13T20:50:18.163Z]  + urllib3==2.2.3
[pip-install 2024-12-13T20:50:18.163Z]  + yarl==1.17.2
[task 2024-12-13T20:50:18.168Z] executing ['bash', '-cx', 'ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id=\'0\' --pushdate=\'0\' --project=\'fxci-config\' --owner=\'[email protected]\' --level=\'1\' --repository-type=git --tasks-for=\'github-pull-request\' --base-repository=\'https://github.com/mozilla-releng/fxci-config\' --base-ref=\'main\' --base-rev=\'67e5d08f79ac7e9baecaa376649ff9ddab6237ee\' --head-repository=\'https://github.com/bhearsum/fxci-config\' --head-ref=\'constants\' --head-rev=\'c5a9623784381eac5432e850ed43741ba2cf3756\' ${TRY_TASK_CONFIG_FILE+--try-task-config-file="${TRY_TASK_CONFIG_FILE}"} \n']
[task 2024-12-13T20:50:18.170Z] + ln -s /builds/worker/artifacts artifacts
[task 2024-12-13T20:50:18.171Z] + taskgraph decision --pushlog-id=0 --pushdate=0 --project=fxci-config [email protected] --level=1 --repository-type=git --tasks-for=github-pull-request --base-repository=https://github.com/mozilla-releng/fxci-config --base-ref=main --base-rev=67e5d08f79ac7e9baecaa376649ff9ddab6237ee --head-repository=https://github.com/bhearsum/fxci-config --head-ref=constants --head-rev=c5a9623784381eac5432e850ed43741ba2cf3756
[task 2024-12-13T20:50:18.677Z] 2024-12-13 20:50:18,677 - INFO - Loading graph configuration.
[task 2024-12-13T20:50:18.685Z] 2024-12-13 20:50:18,685 - WARNING - using default project parameters; add fxci-config to PER_PROJECT_PARAMETERS in /usr/local/lib/python3.11/dist-packages/taskgraph/decision.py to customize behavior for this project
[task 2024-12-13T20:50:18.686Z] 2024-12-13 20:50:18,686 - INFO - Using Parameters(id=8c77e907e10e) (from defaults)
[task 2024-12-13T20:50:18.686Z] 2024-12-13 20:50:18,686 - INFO - writing artifact file `parameters.yml`
[task 2024-12-13T20:50:18.694Z] 2024-12-13 20:50:18,694 - INFO - writing artifact file `actions.json`
[task 2024-12-13T20:50:18.696Z] 2024-12-13 20:50:18,696 - INFO - Loading kinds
[task 2024-12-13T20:50:18.697Z] 2024-12-13 20:50:18,697 - INFO - Generating full task set
[task 2024-12-13T20:50:18.716Z] 2024-12-13 20:50:18,716 - INFO - Writing docker-contexts/build-decision.tar.gz for docker image build-decision
[task 2024-12-13T20:50:18.727Z] 2024-12-13 20:50:18,727 - INFO - Writing docker-contexts/python3.11.tar.gz for docker image python3.11
[task 2024-12-13T20:50:18.744Z] 2024-12-13 20:50:18,744 - INFO - Generated 2 tasks for kind docker-image
[task 2024-12-13T20:50:18.792Z] 2024-12-13 20:50:18,792 - INFO - Generated 0 tasks for kind firefoxci-artifact
[task 2024-12-13T20:50:18.794Z] 2024-12-13 20:50:18,794 - INFO - Generated 1 tasks for kind tc-admin
[task 2024-12-13T20:50:18.797Z] 2024-12-13 20:50:18,797 - INFO - Generated 3 tasks for kind tests
[task 2024-12-13T20:50:18.799Z] 2024-12-13 20:50:18,799 - INFO - Generated 0 tasks for kind integration-test
[task 2024-12-13T20:50:18.800Z] 2024-12-13 20:50:18,799 - INFO - Generating full task graph
[task 2024-12-13T20:50:18.801Z] 2024-12-13 20:50:18,799 - INFO - Full task graph contains 6 tasks and 4 dependencies
[task 2024-12-13T20:50:18.801Z] 2024-12-13 20:50:18,799 - INFO - writing artifact file `full-task-graph.json`
[task 2024-12-13T20:50:18.802Z] 2024-12-13 20:50:18,801 - INFO - writing artifact file `runnable-jobs.json`
[task 2024-12-13T20:50:18.803Z] 2024-12-13 20:50:18,802 - INFO - Generating target task set
[task 2024-12-13T20:50:18.804Z] 2024-12-13 20:50:18,802 - INFO - Filter filter_target_tasks pruned 3 tasks (3 remain)
[task 2024-12-13T20:50:18.804Z] 2024-12-13 20:50:18,802 - INFO - writing artifact file `target-tasks.json`
[task 2024-12-13T20:50:18.805Z] 2024-12-13 20:50:18,802 - INFO - Generating target task graph
[task 2024-12-13T20:50:18.805Z] 2024-12-13 20:50:18,802 - INFO - Adding 2 tasks with `always_target` attribute
[task 2024-12-13T20:50:18.805Z] 2024-12-13 20:50:18,802 - INFO - Generating optimized task graph
[task 2024-12-13T20:50:18.805Z] 2024-12-13 20:50:18,803 - INFO - Removed 1 tasks by skip-unless-changed (skip-unless-changed) during optimization.
[task 2024-12-13T20:50:18.966Z] 2024-12-13 20:50:18,966 - INFO - Replaced 2 tasks by index-search (index-search) during optimization.
[task 2024-12-13T20:50:18.967Z] 2024-12-13 20:50:18,967 - INFO - writing artifact file `task-graph.json`
[task 2024-12-13T20:50:18.968Z] 2024-12-13 20:50:18,967 - INFO - writing artifact file `label-to-taskid.json`
[task 2024-12-13T20:50:18.969Z] 2024-12-13 20:50:18,969 - INFO - Creating task with taskId b76i29HzS5Oe1HJAv8a1tQ for tests-unit-ciadmin
[task 2024-12-13T20:50:18.971Z] 2024-12-13 20:50:18,969 - INFO - Creating task with taskId dd_NiBUXSOeY8st1Ql7Mdw for tests-unit-fxci-config-taskgraph
[taskcluster 2024-12-13 20:50:19.330Z] === Task Finished ===
[taskcluster 2024-12-13 20:50:21.220Z] Successful task run with exit code: 0 completed in 5.799 seconds