Closed github-actions[bot] closed 8 months ago
There was a change in the configuration where the builds run without --executor sequential
flag.
Buildtime was reduced by aproximately 1 hour in some cases
New test regressions:
nightly_linux_debug
nightly_linux_release
nightly_linux_repeated
nightly_linux-aarch64_debug
nightly_linux-aarch64_release
nightly_linux-aarch64_repeated
Reference builds:
Reference build: https://build.osrfoundation.org/job/gz_cmake-ci-ign-cmake2-focal-amd64/31/console
Log output:
0.737 Traceback (most recent call last):
0.737 File "/home/jenkins/workspace/gz_cmake-ci-ign-cmake2-focal-amd64/gzdev/gzdev.py", line 36, in <module>
0.737 plugin.main()
0.737 File "/home/jenkins/workspace/gz_cmake-ci-ign-cmake2-focal-amd64/gzdev/plugins/repository.py", line 243, in main
0.737 process_input(args, config)
0.737 File "/home/jenkins/workspace/gz_cmake-ci-ign-cmake2-focal-amd64/gzdev/plugins/repository.py", line 226, in process_input
0.737 install_repos(project_list, config, linux_distro)
0.737 File "/home/jenkins/workspace/gz_cmake-ci-ign-cmake2-focal-amd64/gzdev/plugins/repository.py", line 161, in install_repos
0.737 install_repo(p['name'], p['type'], config, linux_distro)
0.737 TypeError: install_repo() missing 1 required positional argument: 'gpg_check'
Gz dev had a change to gpg_check argument in https://github.com/gazebo-tooling/gzdev/commit/89999adfa49e5122af45099e28bb65810c811a0c, this is probably the reason why it's failing
Previous log #29