Skip to content

Commit b0792f9

Browse files
authored
ci: Remove core from regular nightlies (#109)
1 parent a796089 commit b0792f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
ACCOUNT_NAME: "firebolt"
7272
FIREBOLT_BASE_URL: "api.staging.firebolt.io"
7373
run: |
74-
pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration
74+
pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration -k "not core"
7575
7676
- name: Save failed tests
7777
id: cache-tests-save

.github/workflows/nightly-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
FIREBOLT_BASE_URL: "api.staging.firebolt.io"
7070
ACCOUNT_NAME: ${{ vars.FIREBOLT_ACCOUNT }}
7171
run: |
72-
pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration
72+
pytest --last-failed -o log_cli=true -o log_cli_level=INFO --junit-xml=report/junit.xml tests/integration -k "not core"
7373
7474
- name: Save failed tests
7575
id: cache-tests-save

0 commit comments

Comments
 (0)