-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Tourofbeam+infrastructure #24920
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
Tourofbeam+infrastructure #24920
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24920 +/- ##
==========================================
- Coverage 72.82% 72.81% -0.02%
==========================================
Files 775 775
Lines 102948 102936 -12
==========================================
- Hits 74974 74953 -21
- Misses 26520 26528 +8
- Partials 1454 1455 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](golang/net@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use credential for mongodb performance tests * Set cron job freq to twice a day as for other performance tests
Line 59 is using the flag `--inputText` which is different from the actual code repository which uses `--input-text`. Running the code with `--inputText` returns an error message `flag provided but not defined: -inputText` while running the code with `--input-text` returns the expected output ```markdown go run main.go --inputText="Greetings" ``` This is inconsistent with the code which named the flag as `input-text` instead of `inputText` as shown in the snippet found in [Line 24 of main.go](https://github.com/apache/beam-starter-go/blob/main/main.go#L24) ```go var ( input_text = flag.String("input-text", "default input text", "Input text to print.") ) ```
…ive default MEMORY_AND_DISK (closes apache#25737) (apache#25738)
Update README.md Update build.gradle.kts Update build.gradle.kts Update build.gradle.kts Update build.gradle.kts Update build.gradle.kts Update variables.tf Update main.tf Transforming to variable Update variables.tf Update variables.tf Update variables.tf Update main.tf Update main.tf Debugging gcloud command output to variable Update variables.tf Update variables.tf Update variables.tf Updating local exec to iam resource Update .gitignore PR comments related updates Add space at the end of TF files PR comments related updates Update unit_content.g.dart Update unit_content.g.dart Update unit_content.g.dart Delete .firebaserc Update .gitignore
…n/beam into tourofbeam+infrastructure
…n/beam into tourofbeam+infrastructure
|
Closed as new duplicated PR has been created to maintain clean commit history |
PR resolves (to be updated)
Purpose of PR: Tour of Beam infrastructure spin-up (both Backend and Frontend) using Terraform and Kotlin Gradle scripts
R: @olehborysevych
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.