Skip to content

Commit

Permalink
Simplify CI configuration.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 680607105
  • Loading branch information
hawkinsp authored and Google-ML-Automation committed Sep 30, 2024
1 parent 203cda6 commit 45cd77a
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions tests/pallas/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jax_multiplatform_test(
srcs = [
"pallas_test.py",
],
config_tags_overrides = {
"gpu_a100_x32": {
"ondemand": False, # Include in presubmit.
},
},
enable_backends = [
"cpu",
"tpu",
Expand Down Expand Up @@ -86,11 +81,6 @@ jax_multiplatform_test(
srcs = [
"ops_test.py",
],
config_tags_overrides = {
"gpu_a100_x32": {
"ondemand": False, # Include in presubmit.
},
},
disable_configs = [
"gpu_v100",
"gpu_x32",
Expand Down Expand Up @@ -146,11 +136,6 @@ jax_multiplatform_test(
srcs = [
"pallas_vmap_test.py",
],
config_tags_overrides = {
"gpu_a100_x32": {
"ondemand": False, # Include in presubmit.
},
},
enable_backends = ["cpu"],
enable_configs = [
"gpu_a100_x32",
Expand All @@ -171,11 +156,6 @@ jax_multiplatform_test(
srcs = [
"mosaic_gpu_test.py",
],
config_tags_overrides = {
"gpu_h100_x32": {
"ondemand": False, # Include in presubmit.
},
},
enable_backends = [],
enable_configs = [
"gpu_h100_x32",
Expand All @@ -193,11 +173,6 @@ jax_multiplatform_test(
jax_multiplatform_test(
name = "export_back_compat_pallas_test",
srcs = ["export_back_compat_pallas_test.py"],
config_tags_overrides = {
"gpu_a100_x32": {
"ondemand": False, # Include in presubmit.
},
},
enable_backends = ["cpu"],
enable_configs = [
"gpu_a100_x32",
Expand All @@ -216,11 +191,6 @@ jax_multiplatform_test(
jax_multiplatform_test(
name = "export_pallas_test",
srcs = ["export_pallas_test.py"],
config_tags_overrides = {
"gpu_a100_x32": {
"ondemand": False, # Include in presubmit.
},
},
enable_backends = ["cpu"],
enable_configs = [
"gpu_a100_x32",
Expand All @@ -236,11 +206,6 @@ jax_multiplatform_test(
jax_multiplatform_test(
name = "pallas_shape_poly_test",
srcs = ["pallas_shape_poly_test.py"],
config_tags_overrides = {
"gpu_a100_x32": {
"ondemand": False, # Include in presubmit.
},
},
disable_configs = [
"gpu_x32",
"gpu_h100",
Expand Down Expand Up @@ -457,11 +422,6 @@ jax_multiplatform_test(
srcs = [
"gpu_attention_test.py",
],
config_tags_overrides = {
"gpu_a100_x32": {
"ondemand": False, # Include in presubmit.
},
},
enable_backends = ["cpu"],
enable_configs = [
"gpu_a100_x32",
Expand All @@ -480,11 +440,6 @@ jax_multiplatform_test(
srcs = [
"gpu_ops_test.py",
],
config_tags_overrides = {
"gpu_a100_x32": {
"ondemand": False, # Include in presubmit.
},
},
enable_backends = ["cpu"],
enable_configs = [
"gpu_a100_x32",
Expand Down

0 comments on commit 45cd77a

Please sign in to comment.