Skip to content

Commit

Permalink
Remove circle ci triggers used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf committed Nov 15, 2023
1 parent 72610f0 commit b54be3b
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,31 +633,23 @@ workflows:
name: build
<<: *not-on-integ-branch
- build-platforms:
# temporary change to test build
# <<: *on-integ-and-version-tags
<<: *always
<<: *on-integ-and-version-tags
context: common
matrix:
parameters:
platform: [jammy, focal, bionic, amzn2, xenial, centos7, rocky8, bullseye]
- build-arm-platforms:
# temporary change to test build
# <<: *on-integ-and-version-tags
<<: *always
<<: *on-integ-and-version-tags
context: common
matrix:
parameters:
platform: [jammy, focal, bionic]
- build-macos-x64:
context: common
# temporary change to test macos-x64 build
# <<: *on-integ-and-version-tags
<<: *always
<<: *on-integ-and-version-tags
- build-macos-m1:
context: common
# temporary change to test macos-m1 build
# <<: *on-integ-and-version-tags
<<: *always
<<: *on-integ-and-version-tags
- coverage:
<<: *on-any-branch
- build-memcheck:
Expand Down

0 comments on commit b54be3b

Please sign in to comment.