Skip to content

Testing#1113

Open
aaureliaw wants to merge 20 commits into
mainfrom
testing
Open

Testing#1113
aaureliaw wants to merge 20 commits into
mainfrom
testing

Conversation

@aaureliaw

Copy link
Copy Markdown
Contributor

No description provided.

@aaureliaw aaureliaw requested a review from sashakmurray March 17, 2026 22:00

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 150f98b9af

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread infra/app/values.yaml Outdated
args: ["--puller=enrollment-timeframe"]

productionTests:
suspend: false

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Disable production test CronJob outside production

Setting productionTests.suspend to false in the base app chart enables this CronJob for every deployment that uses infra/app; I checked .github/workflows/cd-stage.yaml and .github/workflows/cd-dev.yaml, and neither overrides productionTests. Since the template hardcodes TEST_ENV=production, each staging/dev deployment will run hourly tests against live berkeleytime.com, creating duplicate production load and noisy failures from non-prod environments.

Useful? React with 👍 / 👎.

Comment thread .gitignore
Comment on lines +33 to +35
/test-results/
/playwright-report/
/blob-report/

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Ignore Playwright outputs in nested workspace directories

These patterns are root-anchored, so they do not ignore artifacts produced under apps/tests/ (for example when running tests from that directory as documented). This commit already includes apps/tests/playwright-report/index.html and apps/tests/test-results/.last-run.json, which means routine test runs will keep dirtying git status and make accidental commits of generated artifacts likely.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants