-
Notifications
You must be signed in to change notification settings - Fork 14
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
OnBoarding: de-parametrize #3960
Merged
robertomonteromiguel
merged 50 commits into
main
from
robertomonteromiguel/onboarding_deparametrize
Feb 12, 2025
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
75d68cc
OnBoarding: de-parametrize
robertomonteromiguel 626ad36
move virtual machines
robertomonteromiguel 95dc8fe
define nodejs apps
robertomonteromiguel ead92b3
nodejs done
robertomonteromiguel c3c83e2
fix chaos scenario
robertomonteromiguel 2b7a79e
fix container script scenarios and disable machines
robertomonteromiguel 71ff7d2
merge main
robertomonteromiguel 6a62dad
virtual machines in a json
robertomonteromiguel 660425a
vms and workflow definitions
robertomonteromiguel 0f564bb
remove matrix definition python file
robertomonteromiguel cf2e306
merge main
robertomonteromiguel 2a6e5fb
format
robertomonteromiguel 228a090
Merge branch 'main' into robertomonteromiguel/onboarding_deparametrize
robertomonteromiguel a2e6a45
fix script
robertomonteromiguel 5e868ee
Merge branch 'main' into robertomonteromiguel/onboarding_deparametrize
robertomonteromiguel 9191800
fix decorator
robertomonteromiguel ec6835c
fix pipeline
robertomonteromiguel ff1209f
forgotten change
robertomonteromiguel 62005f5
remove disabled machines
robertomonteromiguel aa0d3a3
format
robertomonteromiguel 2f52d82
fix condition
robertomonteromiguel 8e2ffe3
fix condition
robertomonteromiguel 57a1452
fix pipeline genration
robertomonteromiguel 207be43
fixes
robertomonteromiguel 9fc4290
fix aws volume size
robertomonteromiguel cb4ef87
launch again
robertomonteromiguel 830d591
add wizard script
robertomonteromiguel 7fbec09
better error handling
robertomonteromiguel 7d932e9
revert provision test change
robertomonteromiguel aea449d
lint
robertomonteromiguel d4bc760
fix new gitlab
robertomonteromiguel 7d74577
orchestrators
robertomonteromiguel f7101e8
Java is done
robertomonteromiguel bb4edef
all scenarios ready
robertomonteromiguel 45944c4
Revamp data extractor/exporter
cbeauchesne 897ca43
Add few weblogs
cbeauchesne ef42e82
wizard update
robertomonteromiguel d5ea73b
better log exception
robertomonteromiguel 2938cf0
merge main
robertomonteromiguel b8496fc
fix conflicts
robertomonteromiguel ba29354
fix multicontainer apps and fix the test_the_test
robertomonteromiguel ba5a28d
fix ruby multicontainer
robertomonteromiguel 8bad0a9
remove unused entries from virtual machine json file
robertomonteromiguel 8e81b11
merge main
robertomonteromiguel 86020f4
conflicts
robertomonteromiguel c06ab22
deleted vms
robertomonteromiguel e8382cb
add windows
robertomonteromiguel 17f4d3c
fix decorator
robertomonteromiguel 075e54c
small fixes
robertomonteromiguel 6776b2e
add bug annotation
robertomonteromiguel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
stages: | ||
- SCENARIOS | ||
|
||
.base_job_aws: | ||
image: registry.ddbuild.io/images/ci_docker_base | ||
tags: ["arch:amd64"] | ||
script: | ||
- echo "WEBLOG: $WEBLOG" | ||
- echo "SCENARIO: $SCENARIO" | ||
- echo "VIRTUAL_MACHINE: $VIRTUAL_MACHINE" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here the command to run the onboarding tests:
./run.sh AUTO_INJECTION....