-
Notifications
You must be signed in to change notification settings - Fork 302
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
test: run e2e test of ceremony in CI #3204
Merged
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
redshiftzero
temporarily deployed
to
smoke-test
October 17, 2023 18:39 — with
GitHub Actions
Inactive
redshiftzero
had a problem deploying
to
smoke-test
October 17, 2023 18:39 — with
GitHub Actions
Error
redshiftzero
force-pushed
the
ci-int-summonerd
branch
from
October 18, 2023 18:15
8ba0736
to
8957bc8
Compare
redshiftzero
had a problem deploying
to
smoke-test
October 18, 2023 18:15 — with
GitHub Actions
Error
redshiftzero
had a problem deploying
to
smoke-test
October 18, 2023 18:15 — with
GitHub Actions
Failure
redshiftzero
force-pushed
the
ci-int-summonerd
branch
from
October 18, 2023 18:23
8957bc8
to
552fea9
Compare
redshiftzero
had a problem deploying
to
smoke-test
October 18, 2023 18:23 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
October 18, 2023 18:23 — with
GitHub Actions
Error
redshiftzero
temporarily deployed
to
smoke-test
October 18, 2023 18:32 — with
GitHub Actions
Inactive
redshiftzero
had a problem deploying
to
smoke-test
October 18, 2023 18:32 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
October 18, 2023 20:35 — with
GitHub Actions
Failure
redshiftzero
temporarily deployed
to
smoke-test
October 18, 2023 20:35 — with
GitHub Actions
Inactive
redshiftzero
temporarily deployed
to
smoke-test
October 19, 2023 17:13 — with
GitHub Actions
Inactive
redshiftzero
had a problem deploying
to
smoke-test
October 19, 2023 17:13 — with
GitHub Actions
Failure
redshiftzero
temporarily deployed
to
smoke-test
October 19, 2023 22:31 — with
GitHub Actions
Inactive
redshiftzero
temporarily deployed
to
smoke-test
October 19, 2023 22:31 — with
GitHub Actions
Inactive
redshiftzero
had a problem deploying
to
smoke-test
October 20, 2023 02:39 — with
GitHub Actions
Failure
redshiftzero
temporarily deployed
to
smoke-test
October 20, 2023 02:39 — with
GitHub Actions
Inactive
redshiftzero
force-pushed
the
ci-int-summonerd
branch
from
October 20, 2023 04:08
29fdb0d
to
1286298
Compare
redshiftzero
had a problem deploying
to
smoke-test
October 20, 2023 04:08 — with
GitHub Actions
Failure
redshiftzero
temporarily deployed
to
smoke-test
October 20, 2023 04:08 — with
GitHub Actions
Inactive
redshiftzero
force-pushed
the
ci-int-summonerd
branch
from
October 20, 2023 15:03
1286298
to
94ce16c
Compare
redshiftzero
had a problem deploying
to
smoke-test
October 20, 2023 15:03 — with
GitHub Actions
Failure
redshiftzero
temporarily deployed
to
smoke-test
October 20, 2023 15:03 — with
GitHub Actions
Inactive
phase 1 is super slow, this job will take forever with multiple accounts
Unfortunately we also need the devnet to be running because the summonerd e2e test takes a while and testnet preview might be redeployed during the run. That means that we need to run against a devnet that we _know_ will be stable.
redshiftzero
force-pushed
the
ci-int-summonerd
branch
from
October 20, 2023 16:17
94ce16c
to
f548956
Compare
redshiftzero
temporarily deployed
to
smoke-test
October 20, 2023 16:17 — with
GitHub Actions
Inactive
redshiftzero
temporarily deployed
to
smoke-test
October 20, 2023 16:17 — with
GitHub Actions
Inactive
redshiftzero
temporarily deployed
to
smoke-test
October 20, 2023 17:30 — with
GitHub Actions
Inactive
redshiftzero
changed the title
wip: run e2e test of ceremony in CI
test: run e2e test of ceremony in CI
Oct 20, 2023
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.
Closes #3189
Thanks to #3208 the runtime of this went from ~60m down to ~18m! One can see a successful run of the CI job here which was executed on the second to last commit here: f548956.
I've used the
workflow_dispatch
option to only run this job on demand (will work once the CI job is on the default branch), and on merges intomain
. It may make sense later to run the job only nightly/weekly instead of every merge intomain
, but while the summoner is under active development I think running on merge intomain
is reasonable.