Skip to content

Commit

Permalink
chore(ci): Temporarily silence cypress tests
Browse files Browse the repository at this point in the history
There's an issue with the cypress install step and we can't have this add noice to our internal alerting
  • Loading branch information
stack72 committed Jan 28, 2025
1 parent 859a6b0 commit debc444
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/prod-test-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Production Crons

on:
schedule:
# Weekends: Every 15 minutes except 7:45 PM and 8:00 PM UTC
- cron: "0-44/15 0-19 * * 6,0" # Every 15 minutes from 12:00 AM to 7:44 PM UTC (Saturday to Sunday)
- cron: "15-59/15 20-23 * * 6,0" # Every 15 minutes from 8:15 PM to 11:59 PM UTC (Saturday to Sunday)
# Weekdays: Every 15 minutes
- cron: "*/15 * * * 1-5" # Every 15 minutes on Monday to Friday
# Weekends: Every 15 minutes except 7:45 PM and 8:00 PM UTC
- cron: "0-44/15 0-19 * * 6,0" # Every 15 minutes from 12:00 AM to 7:44 PM UTC (Saturday to Sunday)
- cron: "15-59/15 20-23 * * 6,0" # Every 15 minutes from 8:15 PM to 11:59 PM UTC (Saturday to Sunday)
# Weekdays: Every 15 minutes
- cron: "*/15 * * * 1-5" # Every 15 minutes on Monday to Friday

# We will wait until these tests finish before starting a deploy
# We will also wait for a deploy to finish before starting to run tests
Expand All @@ -15,11 +15,11 @@ concurrency:
cancel-in-progress: false

jobs:
e2e-validation:
uses: ./.github/workflows/e2e-validation.yml
with:
environment: production
secrets: inherit
# e2e-validation:
# uses: ./.github/workflows/e2e-validation.yml
# with:
# environment: production
# secrets: inherit
api-test:
uses: ./.github/workflows/run-api-test.yml
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tools-test-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ concurrency:
cancel-in-progress: false

jobs:
e2e-validation:
uses: ./.github/workflows/e2e-validation.yml
with:
environment: tools
secrets: inherit
# e2e-validation:
# uses: ./.github/workflows/e2e-validation.yml
# with:
# environment: tools
# secrets: inherit
api-test:
uses: ./.github/workflows/run-api-test.yml
with:
Expand Down

0 comments on commit debc444

Please sign in to comment.