Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 17 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -845,32 +845,32 @@ workflows:
- deploy-snapshot-linux-arm64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]

- deploy-snapshot-linux-x86_64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]

- deploy-snapshot-mac-arm64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]

- deploy-snapshot-mac-x86_64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]

- deploy-snapshot-windows-x86_64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]

- deploy-snapshot-any:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]
requires:
- deploy-snapshot-linux-arm64
- deploy-snapshot-linux-x86_64
Expand All @@ -892,7 +892,7 @@ workflows:
- test-snapshot-linux-arm64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]
requires:
- deploy-snapshot-linux-arm64
- deploy-snapshot-any
Expand All @@ -901,7 +901,7 @@ workflows:
- test-snapshot-linux-x86_64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]
requires:
- deploy-snapshot-linux-x86_64
- deploy-snapshot-any
Expand All @@ -910,7 +910,7 @@ workflows:
- test-snapshot-mac-arm64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]
requires:
- deploy-snapshot-mac-arm64
- deploy-snapshot-any
Expand All @@ -919,20 +919,19 @@ workflows:
- test-snapshot-mac-x86_64:
filters:
branches:
only: [master]
only: [master, cluster-support-feature-branch]
requires:
- deploy-snapshot-mac-x86_64
- deploy-snapshot-any
# - deploy-snapshot-dotnet-any

# TODO: Windows typedb artifact is not ready
# - test-snapshot-windows-x86_64:
# filters:
# branches:
# only: [master]
# requires:
# - deploy-snapshot-windows-x86_64
# - deploy-snapshot-any
- test-snapshot-windows-x86_64:
filters:
branches:
only: [master, cluster-support-feature-branch]
requires:
- deploy-snapshot-windows-x86_64
- deploy-snapshot-any
# - deploy-snapshot-dotnet-any

# TODO: npm is not ready
Expand Down
308 changes: 158 additions & 150 deletions .factory/automation.yml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ typedb-test/test-integration/benchmarks/

# Test Runner Files #
typedb-all/*
typedb-cluster-all/*
1/*
2/*
3/*
4/*
5/*

# Autogenerated Docs #
http-ts/docs
Expand Down
Loading