Skip to content

Commit

Permalink
Update snapshots due to hash space changes
Browse files Browse the repository at this point in the history
  • Loading branch information
toote committed Dec 28, 2024
1 parent e0a3b02 commit 1b913cd
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
steps:
- key: execute-3c6693d9c5739b3f1e3ce7a4a8e495f68f0428a9
prompt: Execute step 3c6693d9c5739b3f1e3ce7a4a8e495f68f0428a9?
input: execute-3c6693d9c5739b3f1e3ce7a4a8e495f68f0428a9
- key: execute-5af567048c196d644962c4772d3aafb6029184c3
prompt: Execute step 5af567048c196d644962c4772d3aafb6029184c3?
input: execute-5af567048c196d644962c4772d3aafb6029184c3
- commands:
- echo "Manual triggers for Sonar are awesome!"
label: sonar Script step
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ steps:
- echo 'running'
label: simple
- wait
- key: execute-cad93b8b7bf63eb33ffe9002d9b6932eb155ec3c
prompt: Execute step cad93b8b7bf63eb33ffe9002d9b6932eb155ec3c?
input: execute-cad93b8b7bf63eb33ffe9002d9b6932eb155ec3c
- key: execute-bdbce8d743ed804e10bcfb5ecb85ac5bafcb219d
prompt: Execute step bdbce8d743ed804e10bcfb5ecb85ac5bafcb219d?
input: execute-bdbce8d743ed804e10bcfb5ecb85ac5bafcb219d
- commands:
- echo 'running'
depends_on:
- execute-cad93b8b7bf63eb33ffe9002d9b6932eb155ec3c
- execute-bdbce8d743ed804e10bcfb5ecb85ac5bafcb219d
label: complex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
steps:
- commands:
- "./build.sh"
label: parallel-7745d6f42f7f67b5b911003efa6bdd7a809f392c Build
- group: parallel-d0d6955d5365cdcbbd5215f583dbea2be5cbff7e
label: parallel-dc4a1a175ef1caae3f6e0ac055381fb44d1f187e Build
- group: parallel-7f796b98b1a2e1e54e2e452dd31ed13835e384dc
steps:
- commands:
- "./integration-tests.sh --batch 1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ steps:
label: Run unit tests
- group: manual stage
steps:
- key: execute-5f4b7c80dda894d4254d2c5547b1c7dc5dc16891
prompt: Execute step 5f4b7c80dda894d4254d2c5547b1c7dc5dc16891?
input: execute-5f4b7c80dda894d4254d2c5547b1c7dc5dc16891
- key: execute-27f5be813d45b642f493c4b7e2239da2924175fe
prompt: Execute step 27f5be813d45b642f493c4b7e2239da2924175fe?
input: execute-27f5be813d45b642f493c4b7e2239da2924175fe
- commands:
- sh ./build-app.sh
depends_on:
- execute-5f4b7c80dda894d4254d2c5547b1c7dc5dc16891
- execute-27f5be813d45b642f493c4b7e2239da2924175fe
label: Build app
- wait
- commands:
- sh ./run-tests.sh
depends_on:
- execute-5f4b7c80dda894d4254d2c5547b1c7dc5dc16891
- execute-27f5be813d45b642f493c4b7e2239da2924175fe
label: Run unit tests
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
steps:
- key: execute-34fda39a698739f93a76af1583cf0b9e937f3561
prompt: Execute step 34fda39a698739f93a76af1583cf0b9e937f3561?
input: execute-34fda39a698739f93a76af1583cf0b9e937f3561
- key: execute-1de51055e91f39665c01117ad6a5210700263f13
prompt: Execute step 1de51055e91f39665c01117ad6a5210700263f13?
input: execute-1de51055e91f39665c01117ad6a5210700263f13
- group: deployer
depends_on:
- execute-34fda39a698739f93a76af1583cf0b9e937f3561
- execute-1de51055e91f39665c01117ad6a5210700263f13
steps:
- key: custom-vars
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
steps:
- commands:
- '# executor {"name"=>"win/default", "size"=>"medium"} not supported yet'
- '# executor {"name" => "win/default", "size" => "medium"} not supported yet'
- Hello, Orb Executor
key: orb-executor
- commands:
Expand Down

0 comments on commit 1b913cd

Please sign in to comment.