-
Notifications
You must be signed in to change notification settings - Fork 8
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
Testing auto-scaling kubernetes runners #574
base: dev
Are you sure you want to change the base?
Conversation
Updates to Preview Branch (send-kube-arc) ↗︎
Tasks are run on every commit but only new migration files are pushed.
❌ Migrations Error • Sun, 14 Jul 2024 18:19:41 GMT
Branching Preview Branches by Supabase. |
packages/contracts/lib/p256-verifier
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert
Makefile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fancy
@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-c"] | |||
RUN apt update && apt install -y curl git cargo build-essential | |||
RUN curl -Lo- https://foundry.paradigm.xyz | /bin/bash | |||
RUN source /root/.bashrc && foundryup | |||
ENV PATH "$PATH:/root/.foundry/bin" | |||
ENV PATH="$PATH:/root/.foundry/bin" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
tilt/apps.Tiltfile
Outdated
# Next | ||
if CFG.dockerize: | ||
GIT_BRANCH = str(local("git symbolic-ref --short HEAD 2>/dev/null || git rev-parse --short HEAD")).strip() | ||
GIT_HASH = str(local("git rev-parse --short=10 HEAD")).strip() | ||
NEXT_COMPOSE_IMAGE = str("sendapp/next-app:{}-{}".format(GIT_BRANCH, GIT_HASH)) | ||
print(color.blue("Checking if {} exists locally".format(NEXT_COMPOSE_IMAGE))) | ||
inspect_output = str(local("docker image inspect {NEXT_COMPOSE_IMAGE} --format='FYSI' 2>/dev/null || echo 'Nope'".format(NEXT_COMPOSE_IMAGE=NEXT_COMPOSE_IMAGE), quiet=True, echo_off=True)).strip() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYSI
inspect_output = str(local("docker image inspect {NEXT_COMPOSE_IMAGE} --format='FYSI' 2>/dev/null || echo 'Nope'".format(NEXT_COMPOSE_IMAGE=NEXT_COMPOSE_IMAGE), quiet=True, echo_off=True)).strip() | ||
if inspect_output != "FYSI": | ||
print(color.yellow("{} does not exist locally, Building docker image".format(NEXT_COMPOSE_IMAGE))) | ||
local_resource( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting.... why conditionally build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm i get it.
"make", | ||
"docker-web", | ||
], | ||
icon_name = "handyman", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👩🏭
- SUPABASE_SERVICE_ROLE | ||
- TURBO_TOKEN | ||
- TURBO_TEAM | ||
image: ${NEXT_COMPOSE_IMAGE:-sendapp/next-app-dev:latest} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹
local_resource( | ||
"next-docker-build", | ||
cmd="make docker-web", | ||
cmd="cd .. && make docker-web", # Change directory to parent before running make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's a dir
argument for this exact reason.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vercel Unique URL: https://sendapp-a1zwxy02y-0xsend.vercel.app |
Playwright ReportSummary
Suitesaccount-rewards.onboarded.spec.tscan visit rewards page
account-sendtag-checkout.onboarded.spec.tscan visit checkout page
can add a pending tag
cannot add an invalid tag name
can confirm a tag
can refer a tag
cannot confirm a tag without paying
cannot add more than 5 tags
account-settings-backup.onboarded.spec.tscan backup account
can remove a signer
account.logged-in.spec.tscan visit account page
can update profile
activity.onboarded.spec.tscan visit activity page
can search on activity page
deposit.onboarded.spec.tscan deposit USDC with web3 wallet
can deposit ETH with web3 wallet
home.onboarded.spec.tscan visit token detail page
onboarding.logged-in.spec.tscan visit onboarding page
profile.anon.spec.tsanon user can visit public profile
anon user cannot visit private profile
profile.logged-in.spec.tslogged in user needs onboarding before visiting profile
profile.onboarded.spec.tscan visit other user profile and send by tag
can visit my own profile
can visit private profile
can view activities between another profile
send.onboarded.spec.tscan send USDC starting from profile page
can send USDC using tag starting from home page
can send USDC using sendid starting from home page
can send USDC using address starting from home page
can send ETH starting from profile page
can send ETH using tag starting from home page
can send ETH using sendid starting from home page
can send ETH using address starting from home page
Locator: getByRole('button', { name: 'Sending...' }) Call Log:
�[0m �[90m 44 |�[39m �[36mawait�[39m �[36mthis�[39m�[33m.�[39mexpect(�[36masync�[39m () �[33m=>�[39m {
can send SEND starting from profile page
can send SEND using tag starting from home page
can send SEND using sendid starting from home page
Locator: locator(':root') �[0m �[90m 143 |�[39m }
can send SEND using address starting from home page
sign-in.anon.spec.tsredirect on sign-in
Locator: getByLabel('One-time Password') at fixtures/send-accounts/test.ts:21 �[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
Locator: getByLabel('One-time Password') at fixtures/send-accounts/test.ts:21 �[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
redirect to send confirm page on sign-in
Locator: getByLabel('One-time Password') at fixtures/send-accounts/test.ts:21 �[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
Locator: getByLabel('One-time Password') at fixtures/send-accounts/test.ts:21 �[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
sign-up.anon.spec.tscan sign up
Locator: getByLabel('One-time Password') at fixtures/send-accounts/test.ts:21 �[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
Locator: getByLabel('One-time Password') at fixtures/send-accounts/test.ts:21 �[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
country code is selected based on geoip
Locator: getByLabel('One-time Password') at fixtures/send-accounts/test.ts:21 �[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
Locator: getByLabel('One-time Password') at fixtures/send-accounts/test.ts:21 �[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
|
testing