Skip to content

Commit

Permalink
fix: reestablish all agents
Browse files Browse the repository at this point in the history
  • Loading branch information
santipadilla committed Jun 26, 2024
1 parent fdd09d0 commit f391ccb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions provisioning/environments/e2e_vulnerability_detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,34 @@ manager2:
type: worker

agent1:
roles: [agent]
os: centos_7
manager: manager1

agent2:
roles: [agent]
os: windows_11
manager: manager2

agent3:
roles: [agent]
os: ubuntu_22
manager: manager1

agent4:
roles: [agent]
os: centos_7
manager: manager1
architecture: arm64v8

agent5:
roles: [agent]
os: ubuntu_22
manager: manager2
architecture: arm64v8

agent6:
roles: [agent]
os: macos_1400
manager: manager1
architecture: arm64v8

0 comments on commit f391ccb

Please sign in to comment.