-
Notifications
You must be signed in to change notification settings - Fork 813
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
Added version to stress tests files #1433
Added version to stress tests files #1433
Conversation
Build Failed 😱 Build Id: 1ce6d683-7a6c-4037-8af0-f5c54be78b69 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
E2E test has failed:
|
Build Succeeded 👏 Build Id: 39d0b92c-52bc-4d67-b8f4-945903fc0986 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
58b96ff
to
fd97369
Compare
Build Succeeded 👏 Build Id: e0fc42ce-e4ef-49ba-8cbc-7d3eb5685d92 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
fd97369
to
36cced8
Compare
Build Failed 😱 Build Id: 66309362-e1bc-4543-b3ea-211cc6892004 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
36cced8
to
6a788cb
Compare
Build Failed 😱 Build Id: 18d4e3d9-5e3e-4db8-a8b8-81a075e85149 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
6a788cb
to
55ae490
Compare
Build Succeeded 👏 Build Id: 1e4f5574-a056-43b8-80bb-0637f6930cb9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
55ae490
to
c649b65
Compare
Build Failed 😱 Build Id: eaee816a-cc36-47c0-bd86-61000b52dabd To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
test/e2e/framework/framework.go
Outdated
@@ -115,6 +116,7 @@ func NewFromFlags() (*Framework, error) { | |||
"optional secret to be used for pulling the gameserver and/or Agones SDK sidecar images") | |||
stressTestLevel := flag.Int("stress", 0, "enable stress test at given level 0-100") | |||
perfOutputDir := flag.String("perf-output", "", "write performance statistics to the specified directory") | |||
version := flag.String("version", "", "agones controller version that was tested in the release version plus the short hash of the latest commit") |
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.
version := flag.String("version", "", "agones controller version that was tested in the release version plus the short hash of the latest commit") | |
version := flag.String("version", "", "agones controller version to be tested, consists of release version plus the short hash of the latest commit") |
Build Succeeded 👏 Build Id: 541f8cd2-ea51-4959-a1c3-8f61ce1015e5 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: eda28c96-2c9f-4923-9ecc-f1f731e566dc The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
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.
Ready to be merged. This change is needed to automate Stress Tests on different versions of Agones and later share resulted JSON with Fortio UI server.
Part of #573 .
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akremsa, aLekSer The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Added version to stress tests files fix * version flag description update Co-authored-by: Alexander Apalikov <alexander.apalikov@globant.com>
Part of #573
Added version number to stress tests file names and to Labels field.
Tests output file looks like this:
stress_1_fleet_10_scale_down_1.5.0-0607041_2020-03-26_1424.json
Labels field:
"Labels": "Agones stress_1_fleet_10_scale_up_1.5.0-0607041"