-
Notifications
You must be signed in to change notification settings - Fork 2.2k
enhancement(ci): combine build steps for integration test workflows #17724
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a1dc9f1
move chronicle into gcp
neuronull e967248
vdev changes to allow option to not remove runner image
neuronull cd2f0ff
changes to integration test suite workflow to save on building runner…
neuronull 1e2892b
combine build steps for integration comment workflow
neuronull 3afaf28
update called workflow
neuronull 4cc1dbf
upload test results
neuronull 7da2520
copy pasta
neuronull bb43805
typo
neuronull 3b7bdff
oopsie
neuronull 7e83f40
remove duplicated syntax
neuronull a5bef92
feeback bg: vdev changes
neuronull 9deca90
Merge branch 'master' into neuronull/ci_combine_build_steps_int_tests
neuronull 5229cc2
splunk timed out
neuronull ba0b5c9
vdev clippy
neuronull d810c30
update int comment workflow
neuronull 6ad1958
yes
neuronull bb87d8d
mhm
neuronull 2d80832
feeback bg: don't be too helpful
neuronull d2bf5bd
feedback bg: extract to scripts
neuronull a9d03e9
use bash
neuronull 7ac2bb5
newline end
neuronull e9a3d5c
check scripts
neuronull d9ef51a
fix retries
neuronull c2a5e6d
add back the sleep before start runner
neuronull 8f1c758
fix timeouts
neuronull 0f360c3
update script modes
neuronull 86dfd83
going to need the submodules
neuronull 96ce053
retries should be optional
neuronull 5fec911
4 core
neuronull fad2c93
need correct runner name in the stop sub command
neuronull d1ad218
try no explicit start/stop
neuronull 00fd38c
Revert "try no explicit start/stop"
neuronull 88637be
give more time before running
neuronull aa2336d
try a bit shorter sleep
neuronull e456ca1
Merge branch 'master' into neuronull/ci_combine_build_steps_int_tests
neuronull 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains hidden or 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
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 |
|---|---|---|
| @@ -1,10 +1,12 @@ | ||
| features: | ||
| - gcp-integration-tests | ||
| - chronicle-integration-tests | ||
|
|
||
| test_filter: '::gcp::' | ||
|
|
||
| env: | ||
| EMULATOR_ADDRESS: http://gcloud-pubsub:8681 | ||
| CHRONICLE_ADDRESS: http://chronicle-emulator:3000 | ||
|
|
||
| matrix: | ||
| version: [latest] |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.