Skip to content

Commit

Permalink
nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Apr 24, 2023
1 parent 3d033db commit e798e8c
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ workflows:
filters: &filters-nightly
branches:
only:
- /pull\/[0-9]+/
- /pull/
- << pipeline.parameters.valid_nightly_branch >>

- test:
Expand All @@ -95,7 +95,7 @@ workflows:
filters: &filters-default
branches:
ignore:
- /pull\/[0-9]+/
- /rel\/.*/
- << pipeline.parameters.valid_nightly_branch >>

- test_nightly:
Expand Down Expand Up @@ -165,20 +165,6 @@ workflows:
requires:
- << matrix.platform >>_<< matrix.job_type >>

- upload_binaries:
name: << matrix.platform >>_upload_binaries
matrix:
<<: *matrix-nightly
requires:
- << matrix.platform >>_test_nightly_verification
- << matrix.platform >>_integration_nightly_verification
- << matrix.platform >>_e2e_expect_nightly_verification
- << matrix.platform >>_e2e_subs_nightly
filters:
branches:
only:
- /pull\/[0-9]+/
- << pipeline.parameters.valid_nightly_branch >>

#- windows_x64_build

Expand Down Expand Up @@ -381,17 +367,6 @@ jobs:
- tests_verification_command:
result_subdir: << parameters.platform >>_<< parameters.job_type >>

upload_binaries:
working_directory: << pipeline.parameters.build_dir >>/project
parameters:
platform:
type: string
executor: << parameters.platform >>_medium
steps:
- prepare_build_dir
- prepare_go
- upload_binaries_command:
platform: << parameters.platform >>

# ===== Command Definitions =====
commands:
Expand Down

0 comments on commit e798e8c

Please sign in to comment.