-
Notifications
You must be signed in to change notification settings - Fork 96
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
chore: use script to run tests and sync results to cloud #1871
Merged
Conversation
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
i4ki
force-pushed
the
i4k-parallel-terramate-tests
branch
2 times, most recently
from
September 14, 2024 00:01
1ec738b
to
cd06f35
Compare
|
i4ki
force-pushed
the
i4k-parallel-terramate-tests
branch
21 times, most recently
from
September 15, 2024 23:07
1d4f2f8
to
a1a09c3
Compare
i4ki
force-pushed
the
i4k-parallel-terramate-tests
branch
3 times, most recently
from
September 16, 2024 13:47
db4e6d7
to
48f7148
Compare
i4ki
force-pushed
the
i4k-parallel-terramate-tests
branch
5 times, most recently
from
September 16, 2024 14:02
a79ec0f
to
0d9055d
Compare
Preview of macos-ventura/go1.21 tests in bc6bc16🔍 View Details on Terramate Cloud .
cloud
cloud/deployment
cloud/drift
cloud/preview
cloud/stack
cloud/testserver
cloud/testserver/cloudstore
cloud/testserver/cmd/testserver
cmd/terramate
cmd/terramate-ls
cmd/terramate/cli
cmd/terramate/cli/cliconfig
cmd/terramate/cli/clitest
cmd/terramate/cli/github
cmd/terramate/cli/gitlab
cmd/terramate/cli/out
cmd/tgdeps
config
config/filter
config/tag
e2etests/cloud
e2etests/cmd/helper
e2etests/core
e2etests/internal/runner
errors
errors/errlog
errors/verbosity
event
fs
generate
generate/genfile
generate/genhcl
generate/sharing
git
globals
hcl
hcl/ast
hcl/eval
hcl/fmt
hcl/info
lets
ls
mapexpr
mapexpr/test
modvendor
modvendor/download
modvendor/manifest
printer
project
run
run/dag
safeguard
scheduler
scheduler/resource
stack
stack/trigger
stdlib
strconv
test
test/cloud
test/errors
test/hclutils
test/hclutils/info
test/hclwrite
test/hclwrite/hclutils
test/ls
test/sandbox
tf
tg
versions |
Preview of ubuntu-focal/go1.21 tests in bc6bc16🔍 View Details on Terramate Cloud .
cloud
cloud/deployment
cloud/drift
cloud/preview
cloud/stack
cloud/testserver
cloud/testserver/cloudstore
cloud/testserver/cmd/testserver
cmd/terramate
cmd/terramate-ls
cmd/terramate/cli
cmd/terramate/cli/cliconfig
cmd/terramate/cli/clitest
cmd/terramate/cli/github
cmd/terramate/cli/gitlab
cmd/terramate/cli/out
cmd/tgdeps
config
config/filter
config/tag
e2etests/cloud
e2etests/cmd/helper
e2etests/core
e2etests/internal/runner
errors
errors/errlog
errors/verbosity
event
fs
generate
generate/genfile
generate/genhcl
generate/sharing
git
globals
hcl
hcl/ast
hcl/eval
hcl/fmt
hcl/info
lets
ls
mapexpr
mapexpr/test
modvendor
modvendor/download
modvendor/manifest
printer
project
run
run/dag
safeguard
scheduler
scheduler/resource
stack
stack/trigger
stdlib
strconv
test
test/cloud
test/errors
test/hclutils
test/hclutils/info
test/hclwrite
test/hclwrite/hclutils
test/ls
test/sandbox
tf
tg
versions |
i4ki
force-pushed
the
i4k-parallel-terramate-tests
branch
3 times, most recently
from
September 16, 2024 14:29
8a24db8
to
2e324aa
Compare
i4ki
commented
Sep 16, 2024
Signed-off-by: i4k <[email protected]>
i4ki
force-pushed
the
i4k-parallel-terramate-tests
branch
from
September 16, 2024 15:07
2e324aa
to
bc6bc16
Compare
snakster
reviewed
Sep 16, 2024
snakster
approved these changes
Sep 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this PR does / why we need it:
Experiment: Uses Terramate to run its own tests and sync the results to Terramate Cloud.
Which issue(s) this PR fixes:
none
Special notes for your reviewer:
Does this PR introduce a user-facing change?