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

Fix install agent command on SUSE #5925

Merged
merged 2 commits into from Sep 25, 2023

Conversation

Desvelao
Copy link
Member

@Desvelao Desvelao commented Sep 25, 2023

Description

This pull request fixes the command to install the agent on SUSE.

Issues Resolved

#5924

Evidence

image

Test

Legend:
⚫: none
🟒: pass
🟑: warning
πŸ”΄: fail
βšͺ: not applicable

UI

Test Chrome Firefox Safari
Go to deploy new agent guide and select SUSE, the command to install the agent should use zypper package manager ⚫ ⚫ ⚫
Go to deploy new agent guide and select SUSE, add agent name or group and the command to install the agent should use zypper package manager and display the defined setting in environment variables ⚫ ⚫ ⚫

Details

⚫ Go to deploy new agent guide and select SUSE, the command to install the agent should use zypper package manager

Chrome - ⚫

Firefox - ⚫

Safari - ⚫

⚫ Go to deploy new agent guide and select SUSE, add agent name or group and the command to install the agent should use zypper package manager and display the defined setting in environment variables

Chrome - ⚫

Firefox - ⚫

Safari - ⚫

Check List

  • All tests pass
    • yarn test:jest
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@Desvelao Desvelao requested a review from a team as a code owner September 25, 2023 09:41
@Desvelao Desvelao self-assigned this Sep 25, 2023
@Desvelao Desvelao linked an issue Sep 25, 2023 that may be closed by this pull request
@github-actions
Copy link
Contributor

Code coverage (Jest) % values
Statements 8.78% ( 3244 / 36913 )
Branches 4.49% ( 1285 / 28577 )
Functions 7.63% ( 698 / 9146 )
Lines 8.84% ( 3129 / 35356 )

@Machi3mfl Machi3mfl self-requested a review September 25, 2023 14:30
Copy link
Member

@Machi3mfl Machi3mfl left a comment

Choose a reason for hiding this comment

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

Test

Legend:
⚫: none
🟒: pass
🟑: warning
πŸ”΄: fail
βšͺ: not applicable

UI

Test Chrome Firefox Safari
Go to deploy new agent guide and select SUSE, the command to install the agent should use zypper package manager 🟒 ⚫ ⚫
Go to deploy new agent guide and select SUSE, add agent name or group and the command to install the agent should use zypper package manager and display the defined setting in environment variables 🟒 ⚫ ⚫

Details

🟒 Go to deploy new agent guide and select SUSE, the command to install the agent should use zypper package manager

Chrome - 🟒

Screenshot 2023-09-25 at 11 51 04

Firefox - ⚫

Safari - ⚫

🟒 Go to deploy new agent guide and select SUSE, add agent name or group and the command to install the agent should use zypper package manager and display the defined setting in environment variables

Chrome - 🟒

Screenshot 2023-09-25 at 11 52 54

Firefox - ⚫

Safari - ⚫

@Machi3mfl Machi3mfl merged commit b697a28 into 4.5.3 Sep 25, 2023
4 checks passed
@Machi3mfl Machi3mfl deleted the bug/5924-command-install-agent-on-suse branch September 25, 2023 15:34
@github-actions
Copy link
Contributor

The backport to 4.5.3-7.10 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.5.3-7.10 4.5.3-7.10
# Navigate to the new working tree
cd .worktrees/backport-4.5.3-7.10
# Create a new branch
git switch --create backport-5925-to-4.5.3-7.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b697a28ecd0d4eea54694f19e3e3c22676475290
# Push it to GitHub
git push --set-upstream origin backport-5925-to-4.5.3-7.10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.5.3-7.10

Then, create a pull request where the base branch is 4.5.3-7.10 and the compare/head branch is backport-5925-to-4.5.3-7.10.

@github-actions
Copy link
Contributor

The backport to 4.5.3-7.16 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.5.3-7.16 4.5.3-7.16
# Navigate to the new working tree
cd .worktrees/backport-4.5.3-7.16
# Create a new branch
git switch --create backport-5925-to-4.5.3-7.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b697a28ecd0d4eea54694f19e3e3c22676475290
# Push it to GitHub
git push --set-upstream origin backport-5925-to-4.5.3-7.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.5.3-7.16

Then, create a pull request where the base branch is 4.5.3-7.16 and the compare/head branch is backport-5925-to-4.5.3-7.16.

Machi3mfl pushed a commit that referenced this pull request Sep 25, 2023
* fix(deploy-new-agent): install agent command on SUSE

* changelog: add entry

(cherry picked from commit b697a28)
Machi3mfl pushed a commit that referenced this pull request Sep 25, 2023
* fix(deploy-new-agent): install agent command on SUSE

* changelog: add entry

(cherry picked from commit b697a28)
Machi3mfl added a commit that referenced this pull request Sep 25, 2023
* Fix install agent command on SUSE (#5925)

* fix(deploy-new-agent): install agent command on SUSE

* changelog: add entry

(cherry picked from commit b697a28)

* Updated CHANGELOG

---------

Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
Machi3mfl added a commit that referenced this pull request Sep 25, 2023
Fix install agent command on SUSE (#5925)

* fix(deploy-new-agent): install agent command on SUSE

* changelog: add entry

(cherry picked from commit b697a28)

Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
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.

Fix deploy agent command for SUSE
2 participants