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

Run nightly_linux_debug on 2xlarge instances. #704

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

nuclearsandwich
Copy link
Member

Trying to stabilize the linux debug nightlies in the face of #702 by running them on the experimental 2xlarge instances.

if os_name == 'linux':
# Temporarily pin the debug jobs to larger instances.
# https://github.com/ros2/ci/issues/702
debug_config['label_expression'] = 'linux && 2xlarge'
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
debug_config['label_expression'] = 'linux && 2xlarge'
debug_config['label_expression'] = 'linux && 2xlarge'

The && xml escape for && is required here due to how configuration is rendered. I checked that this expression is matches when manually changing a jenkins config but I'll confirm it in this case post deployment to be sure.

@nuclearsandwich nuclearsandwich merged commit 305fbd2 into master Jun 2, 2023
@delete-merged-branch delete-merged-branch bot deleted the nuclearsandwich/2x-ci-agents branch June 2, 2023 21:58
Crola1702 added a commit that referenced this pull request Jul 18, 2024
Crola1702 added a commit that referenced this pull request Jul 18, 2024
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