Skip to content

Commit

Permalink
fixing placement of executor.
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <[email protected]>
  • Loading branch information
talktovikas committed Nov 8, 2024
1 parent 981033b commit b86a2f9
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,40 +218,44 @@ steps:
- .expeditor/chef_server.sh
timeout_in_minutes: 30 # longer timeout for chef-server
expeditor:
linux:
privileged: true
environment:
- IS_AUTOMATE=true
secrets:
A2_LICENSE:
path: secret/a2/license
field: license
executor:
docker:
privileged: true
environment:
- IS_AUTOMATE=true

- label: "chef server only"
command:
- .expeditor/chef_server_only.sh
timeout_in_minutes: 20
expeditor:
linux:
privileged: true
environment:
- IS_AUTOMATE=true
secrets:
A2_LICENSE:
path: secret/a2/license
field: license
executor:
docker:
privileged: true
environment:
- IS_AUTOMATE=true


- label: "ha chef server"
command:
- .expeditor/ha_chef_server.sh
timeout_in_minutes: 35
expeditor:
linux:
single-use: true
privileged: true
environment:
- IS_AUTOMATE=true
secrets:
A2_LICENSE:
path: secret/a2/license
field: license
field: license
executor:
docker:
privileged: true
single-use: true
environment:
- IS_AUTOMATE=true

0 comments on commit b86a2f9

Please sign in to comment.