ci(ivy): configure CI environments for Ivy JIT and AOT (#24309)
Two new CircleCI environments are created: test_ivy_jit and test_ivy_aot. Both run a subset of the tests that have been marked with Bazel tags as being appropriate for that environment. Once all the tests pass, builds are published to the *-builds repo both for the legacy View Engine compiled code as well as for ivy-jit and ivy-aot. PR Close #24309
This commit is contained in:

committed by
Miško Hevery

parent
8be6892777
commit
7983f0a69b
@ -28,7 +28,10 @@ ng_package(
|
||||
packages = [
|
||||
"//packages/elements/schematics:npm_package",
|
||||
],
|
||||
tags = ["release-with-framework"],
|
||||
tags = [
|
||||
"ivy-jit",
|
||||
"release-with-framework",
|
||||
],
|
||||
deps = [
|
||||
":elements",
|
||||
],
|
||||
|
Reference in New Issue
Block a user