Skip to content

Commit

Permalink
Merge branch 'master' into fix-client-return
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Apr 25, 2024
2 parents 5881c32 + 8da69b6 commit cc680b7
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
call_workflow:
name: Run Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-timestamp-master-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/build-timestamp-master-template.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
call_stdlib_workflow:
name: Run StdLib Workflow
if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
call_workflow:
name: Run Central Publish Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/central-publish-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/central-publish-template.yml@main
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
call_workflow:
name: Run Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-timestamp-master-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/build-timestamp-master-template.yml@main
with:
additional-build-flags: '-x check -x test'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/process-load-test-result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
call_stdlib_process_load_test_results_workflow:
name: Run StdLib Process Load Test Results Workflow
uses: ballerina-platform/ballerina-standard-library/.github/workflows/process-load-test-results-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/process-load-test-results-template.yml@main
with:
results: ${{ toJson(github.event.client_payload.results) }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
call_workflow:
name: Run Release Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/release-package-template.yml@main
secrets: inherit
with:
package-name: http
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
call_workflow:
name: Run PR Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/trigger-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
call_stdlib_trigger_load_test_workflow:
name: Run StdLib Load Test Workflow
if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/trigger-load-tests-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/trigger-load-tests-template.yml@main
with:
repo_name: 'module-ballerina-http'
runtime_artifacts_url: 'https://api.github.com/repos/ballerina-platform/module-ballerina-http/actions/artifacts'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
call_workflow:
name: Run Trivy Scan Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/trivy-scan-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions load-tests/h1_h1_passthrough/results/summary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,4 @@ HTTP Request,12944657,15,12,29,39,67,0,583,0.00%,3719.8,893.6,12.81,1713527962,5
HTTP Request,10338502,18,14,37,49,82,0,617,0.00%,2970.9,713.7,16.03,1713550402,50,60
HTTP Request,10741848,17,14,35,47,80,0,571,0.00%,3086.8,741.5,15.47,1713723204,50,60
HTTP Request,10680114,18,14,35,47,80,0,559,0.00%,3069.0,737.3,15.49,1713809655,50,60
HTTP Request,10495590,18,14,36,48,82,0,704,0.00%,3016.0,724.5,15.82,1713982460,50,60
1 change: 1 addition & 0 deletions load-tests/h1_transformation/results/summary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -485,3 +485,4 @@ HTTP Request,8169542,25,24,40,46,61,1,315,0.00%,2347.6,641.9,12.16,1713554304,50
HTTP Request,8570802,23,22,39,44,58,1,289,0.00%,2462.9,673.4,11.65,1713637000,50,60
HTTP Request,8505980,24,23,39,44,58,1,297,0.00%,2444.3,668.3,11.43,1713727116,50,60
HTTP Request,8548381,23,23,38,44,57,1,362,0.00%,2456.5,671.7,11.37,1713813543,50,60
HTTP Request,8415664,24,23,39,45,60,1,415,0.00%,2418.4,661.3,11.76,1713986365,50,60
1 change: 1 addition & 0 deletions load-tests/h1c_h1c_passthrough/results/summary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -483,3 +483,4 @@ HTTP Request,11840808,16,14,31,36,54,0,342,0.00%,3402.6,604.7,10.99,1713558221,5
HTTP Request,11952879,16,14,30,36,54,0,309,0.00%,3434.8,610.5,10.87,1713640946,50,60
HTTP Request,12045565,16,14,30,36,53,0,317,0.00%,3461.4,615.2,10.73,1713731025,50,60
HTTP Request,12066385,16,14,30,36,53,0,366,0.00%,3467.4,616.3,10.67,1713817424,50,60
HTTP Request,11851054,16,14,31,36,54,0,271,0.00%,3405.5,605.3,10.94,1713990287,50,60
1 change: 1 addition & 0 deletions load-tests/h1c_transformation/results/summary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,4 @@ HTTP Request,8202791,25,23,38,48,72,1,312,0.00%,2357.1,497.2,12.60,1713562102,50
HTTP Request,8554967,24,22,36,45,67,1,329,0.00%,2458.4,518.6,11.68,1713644827,50,60
HTTP Request,8853516,23,21,35,43,66,1,238,0.00%,2544.2,536.6,11.32,1713734918,50,60
HTTP Request,8548891,24,22,36,45,67,1,270,0.00%,2456.6,518.2,11.74,1713821333,50,60
HTTP Request,8585160,23,22,36,46,67,1,224,0.00%,2467.0,520.4,11.74,1713994540,50,60
1 change: 1 addition & 0 deletions load-tests/h2_h1c_passthrough/results/summary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,4 @@ H2-H1C Passthrough,5842,0.0,0,0,0,0,0,0,1.0,0.0,0,0,1713562969,0,1
H2-H1C Passthrough,5858,0.0,0,0,0,0,0,0,1.0,0.0,0,0,1713645657,0,1
H2-H1C Passthrough,5858,0.0,0,0,0,0,0,0,1.0,0.0,0,0,1713735753,0,1
H2-H1C Passthrough,5858,0.0,0,0,0,0,0,0,1.0,0.0,0,0,1713822204,0,1
H2-H1C Passthrough,5857,0.0,0,0,0,0,0,0,1.0,0.0,0,0,1713995413,0,1
1 change: 1 addition & 0 deletions load-tests/interceptors_passthrough/results/summary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,4 @@ Test Request,242597,863,26,137,282,30024,1,46546,3.52%,69.3,10.0,4680.19,1713566
Test Request,240183,872,26,127,258,29550,1,30032,3.41%,68.6,8.6,4713.81,1713649517,50,60
Test Request,241900,866,25,136,299,30028,1,36124,3.78%,68.9,11.1,4648.22,1713739673,50,60
Test Request,236920,884,25,135,295,30016,1,56570,3.95%,67.7,9.3,4720.49,1713826070,50,60
Test Request,245053,855,26,132,257,30023,1,42913,3.35%,69.9,10.1,4663.13,1713999312,50,60
1 change: 1 addition & 0 deletions load-tests/observability_enabled/results/summary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,4 @@ HTTP Request,16299357,12,5,27,46,114,0,1184,0.00%,4683.8,699.8,23.37,1713570763,
HTTP Request,16319852,12,5,27,46,113,0,994,0.00%,4689.7,700.7,23.46,1713653424,50,60
HTTP Request,16484470,11,5,27,46,113,0,961,0.00%,4737.0,707.8,23.31,1713743595,50,60
HTTP Request,16586356,11,5,26,44,109,0,1006,0.00%,4766.3,712.1,22.67,1713829989,50,60
HTTP Request,16232953,12,5,28,47,116,0,1576,0.00%,4664.7,697.0,23.84,1714003279,50,60
1 change: 1 addition & 0 deletions load-tests/snowpeak_passthrough/results/summary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,4 @@ Retrieve Available Locations,6993502,29,17,66,71,85,0,750,0.00%,2009.7,194.3,23.
Retrieve Available Locations,6958057,29,17,66,71,85,0,643,0.00%,1999.5,193.3,23.78,1713657303,50,60
Retrieve Available Locations,7063241,29,17,66,71,85,0,660,0.00%,2029.7,196.2,23.77,1713747488,50,60
Retrieve Available Locations,7154503,28,17,65,70,81,0,193,0.00%,2055.9,198.8,23.09,1713833869,50,60
Retrieve Available Locations,7069234,29,17,66,70,83,0,692,0.00%,2031.4,196.4,23.42,1714007181,50,60

0 comments on commit cc680b7

Please sign in to comment.