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

(PA-6305) Update tests for Ubuntu 24 ARM systemd behavior #9388

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

skyamgarp
Copy link
Contributor

No description provided.

@skyamgarp skyamgarp requested a review from a team as a code owner June 10, 2024 03:16
@@ -26,7 +26,7 @@
agents.each do |agent|
platform = agent.platform.variant

if agent['platform'] =~ /ubuntu-24.04-amd64/
if agent['platform'] =~ /ubuntu-24.04-/
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a blocking comment but you might want to future proof this, something like if Ubuntu version is strictly less than 24.04 then use the old path, otherwise use the new path

(PA-6305) Addres PR comment

(PA-6305) Updated test

(PA-6305) Updated tests

(PA-6305) removed byebug
@skyamgarp skyamgarp marked this pull request as ready for review June 11, 2024 12:38
@skyamgarp skyamgarp merged commit a423af8 into puppetlabs:main Jun 11, 2024
9 checks passed
@skyamgarp skyamgarp deleted the PA-6305 branch June 11, 2024 12:40
@skyamgarp skyamgarp added the backport 7.x Generate a backport PR to 7.x label Jun 11, 2024
Copy link

Successfully created backport PR for 7.x:

@joshcooper joshcooper added the maintenance Maintenance chores are excluded from changelogs label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 7.x Generate a backport PR to 7.x maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants