Skip to content

Commit

Permalink
remove parallel from smoke test
Browse files Browse the repository at this point in the history
update the ignore lists so codap v2 isn't rebuilt
  • Loading branch information
scytacki committed Oct 8, 2024
1 parent 63b0959 commit 726bc7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- 'v3/**' # https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#example-excluding-paths
- '.github/workflows/v3.yml'
- '.github/workflows/build-num-increment.yml'
- '.github/workflows/run-regression-label.yml'
- '.github/workflows/v3-regression.yml'
- '.github/workflows/release-v3-production.yml'
- '.github/workflows/release-v3-staging.yml'
tags-ignore:
- '3.*'
branches-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v3-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
paths: # only run this workflow if it contains v3 files
- 'v3/**' # https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#example-including-paths
- '.github/workflows/v3.yml'
- '.github/workflows/v3-regression.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
# leaving the Dashboard hanging ...
# https://github.com/cypress-io/github-action/issues/48
fail-fast: false
matrix:
# run multiple copies of the current job in parallel [1, ..., n]
containers: [1, 2, 3, 4, 5]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -66,8 +63,6 @@ jobs:
wait-on-timeout: 300
# only record the results to dashboard.cypress.io if CYPRESS_RECORD_KEY is set
record: ${{ !!secrets.CYPRESS_RECORD_KEY }}
# only do parallel if we have a record key
parallel: ${{ !!secrets.CYPRESS_RECORD_KEY }}
browser: chrome
# only run a single test
# TODO: setup a special test for this purpose
Expand Down

0 comments on commit 726bc7e

Please sign in to comment.