Skip to content
Open
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
2 changes: 1 addition & 1 deletion kokoro/github/ubuntu/cpu/build_versioned.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ pip install dist/tensorflow_gnn-*.whl
echo "Final packages after all pip commands:"
pip list

bazel test --test_env=TF_USE_LEGACY_KERAS --build_tag_filters="${tag_filters}" --test_tag_filters="${tag_filters}" --test_output=errors --verbose_failures=true --build_tests_only --define=no_tfgnn_py_deps=true --keep_going --experimental_repo_remote_exec //bazel_pip/tensorflow_gnn/...
bazel test --test_env=TF_USE_LEGACY_KERAS --build_tag_filters="${tag_filters}" --test_tag_filters="${tag_filters}" --test_output=errors --verbose_failures=true --build_tests_only --define=no_tfgnn_py_deps=true --keep_going --experimental_repo_remote_exec //bazel_pip/tensorflow_gnn/...
4 changes: 4 additions & 0 deletions kokoro/github/ubuntu/cpu/continuous.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
build_file: "gnn/kokoro/github/ubuntu/cpu/build.sh"

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
}

env_vars: {
key: "USE_BAZEL_VERSION"
value: "7.4.1" # TODO - b/390391579: Unpin once bazel 8 works.
Expand Down
4 changes: 4 additions & 0 deletions kokoro/github/ubuntu/cpu/newest_stable/continuous.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
}

env_vars: {
key: "USE_BAZEL_VERSION"
value: "7.4.1" # TODO - b/390391579: Unpin once bazel 8 works.
Expand Down
29 changes: 29 additions & 0 deletions kokoro/github/ubuntu/cpu/newest_stable/presubmit-test.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
}

env_vars: {
key: "USE_BAZEL_VERSION"
value: "5.2.0" # TODO - b/390391579: Unpin once bazel 8 works.
}
env_vars: {
key: "PYTHON_VERSION"
value: "3.11"
}
env_vars: {
key: "TF_VERSION"
value: "2.20.*"
}
env_vars: {
key: "TF_USE_LEGACY_KERAS"
value: "1"
}

action {
define_artifacts {
regex: "**/sponge_log.log"
regex: "**/sponge_log.xml"
}
}
4 changes: 4 additions & 0 deletions kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
}

env_vars: {
key: "USE_BAZEL_VERSION"
value: "7.4.1" # TODO - b/390391579: Unpin once bazel 8 works.
Expand Down
4 changes: 4 additions & 0 deletions kokoro/github/ubuntu/cpu/oldest/continuous.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
}

env_vars: {
key: "USE_BAZEL_VERSION"
value: "7.4.1" # TODO - b/390391579: Unpin once bazel 8 works.
Expand Down
33 changes: 33 additions & 0 deletions kokoro/github/ubuntu/cpu/oldest/presubmit-test.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
}

env_vars: {
key: "USE_BAZEL_VERSION"
value: "7.4.1" # TODO - b/390391579: Unpin once bazel 8 works.
}
env_vars: {
key: "PYTHON_VERSION"
value: "3.11"
}
env_vars: {
key: "TF_VERSION"
value: "2.12.*"
}
env_vars: {
key: "TF_USE_LEGACY_KERAS"
value: "0"
}
env_vars: {
key: "TAG_FILTERS"
value: ",-tf_at_least_2_13"
}

action {
define_artifacts {
regex: "**/sponge_log.log"
regex: "**/sponge_log.xml"
}
}
4 changes: 4 additions & 0 deletions kokoro/github/ubuntu/cpu/oldest/presubmit.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
}

env_vars: {
key: "USE_BAZEL_VERSION"
value: "7.4.1" # TODO - b/390391579: Unpin once bazel 8 works.
Expand Down
6 changes: 5 additions & 1 deletion kokoro/github/ubuntu/cpu/presubmit.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
build_file: "gnn/kokoro/github/ubuntu/cpu/build.sh"

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
}

env_vars: {
key: "USE_BAZEL_VERSION"
value: "7.4.1" # TODO - b/390391579: Unpin once bazel 8 works.
Expand All @@ -14,4 +18,4 @@ action {
regex: "**/sponge_log.log"
regex: "**/sponge_log.xml"
}
}
}