| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Sorry, something went wrong.
The P100 Jenkins agent (label `ephemeral-linux-gpu`) is being deleted, so move everything that ran on it over to T4x2: - Remove the dedicated `Test on P100` stage. T4x2 remains the GPU test bed. - Repoint the `Build GPU Image` / `Diff GPU Image` stages at `ephemeral-linux-gpu-t4x2`. - Drop the now-dead `p100_exempt` decorator and its stale cuDNN/sm_60 comments. Those tests were only ever skipped on Pascal hardware, so they now run unconditionally on T4.
The P100 Jenkins agent (label `ephemeral-linux-gpu`) is being deleted. This repoints all three GPU stages — `Docker GPU Build`, `Test GPU Image`, and `GPU Diff` — at `ephemeral-linux-gpu-t4x2`. All three stages had to move, not just the test stage: `ephemeral-linux-gpu` *is* the P100 agent, so any stage left on that label would block indefinitely once it's torn down. ## Ordering Merge this **before** the Terraform change that destroys the agent. ## Verification Label-only change; no build logic touched. The Jenkins run on this PR is the real check — worth confirming the GPU build and R tests pass on T4 hardware. Companion PR: Kaggle/docker-python#1560
| Back | FazBrowse Home | New Git URL |
The P100 Jenkins agent (label ephemeral-linux-gpu) is being deleted, so this moves everything that ran on it over to T4x2.
Changes