about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2025-07-02 08:43:10 +0000
committerChris Denton <chris@chrisdenton.dev>2025-07-02 08:48:20 +0000
commit6671d9b92a0bfd70b42e6332c06cd3eeecb52b32 (patch)
treef3bc0a746008c54be896aacae23980735b314626 /src/ci
parent62949cd2d6849cdee2160467365cfa6529b77f16 (diff)
downloadrust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.tar.gz
rust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.zip
Rename mingw-check-tidy to tidy
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/citool/tests/jobs.rs2
-rw-r--r--src/ci/citool/tests/test-jobs.yml2
-rw-r--r--src/ci/docker/host-x86_64/tidy/Dockerfile (renamed from src/ci/docker/host-x86_64/pr-check-tidy/Dockerfile)4
-rw-r--r--src/ci/docker/host-x86_64/tidy/eslint.version (renamed from src/ci/docker/host-x86_64/pr-check-tidy/eslint.version)0
-rw-r--r--src/ci/github-actions/jobs.yml4
5 files changed, 6 insertions, 6 deletions
diff --git a/src/ci/citool/tests/jobs.rs b/src/ci/citool/tests/jobs.rs
index 3166ef287ea..dbaf13d4f42 100644
--- a/src/ci/citool/tests/jobs.rs
+++ b/src/ci/citool/tests/jobs.rs
@@ -40,7 +40,7 @@ try-job: dist-i686-msvc"#,
 fn pr_jobs() {
     let stdout = get_matrix("pull_request", "commit", "refs/heads/pr/1234");
     insta::assert_snapshot!(stdout, @r#"
-    jobs=[{"name":"pr-check-1","full_name":"PR - pr-check-1","os":"ubuntu-24.04","env":{"PR_CI_JOB":1},"free_disk":true},{"name":"pr-check-2","full_name":"PR - pr-check-2","os":"ubuntu-24.04","env":{"PR_CI_JOB":1},"free_disk":true},{"name":"pr-check-tidy","full_name":"PR - pr-check-tidy","os":"ubuntu-24.04","env":{"PR_CI_JOB":1},"continue_on_error":true,"free_disk":true,"doc_url":"https://foo.bar"}]
+    jobs=[{"name":"pr-check-1","full_name":"PR - pr-check-1","os":"ubuntu-24.04","env":{"PR_CI_JOB":1},"free_disk":true},{"name":"pr-check-2","full_name":"PR - pr-check-2","os":"ubuntu-24.04","env":{"PR_CI_JOB":1},"free_disk":true},{"name":"tidy","full_name":"PR - tidy","os":"ubuntu-24.04","env":{"PR_CI_JOB":1},"continue_on_error":true,"free_disk":true,"doc_url":"https://foo.bar"}]
     run_type=pr
     "#);
 }
diff --git a/src/ci/citool/tests/test-jobs.yml b/src/ci/citool/tests/test-jobs.yml
index 59042dcec74..b44c47c5c0d 100644
--- a/src/ci/citool/tests/test-jobs.yml
+++ b/src/ci/citool/tests/test-jobs.yml
@@ -68,7 +68,7 @@ pr:
     <<: *job-linux-4c
   - name: pr-check-2
     <<: *job-linux-4c
-  - name: pr-check-tidy
+  - name: tidy
     continue_on_error: true
     doc_url: https://foo.bar
     <<: *job-linux-4c
diff --git a/src/ci/docker/host-x86_64/pr-check-tidy/Dockerfile b/src/ci/docker/host-x86_64/tidy/Dockerfile
index 207c91eb7fe..dbb950cbe0c 100644
--- a/src/ci/docker/host-x86_64/pr-check-tidy/Dockerfile
+++ b/src/ci/docker/host-x86_64/tidy/Dockerfile
@@ -1,5 +1,5 @@
 # We use the ghcr base image because ghcr doesn't have a rate limit
-# and the pr-check-tidy job doesn't cache docker images in CI.
+# and the tidy job doesn't cache docker images in CI.
 FROM ghcr.io/rust-lang/ubuntu:22.04
 
 ARG DEBIAN_FRONTEND=noninteractive
@@ -29,7 +29,7 @@ RUN sh /scripts/nodejs.sh /node
 ENV PATH="/node/bin:${PATH}"
 
 # Install eslint
-COPY host-x86_64/pr-check-tidy/eslint.version /tmp/
+COPY host-x86_64/tidy/eslint.version /tmp/
 
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
diff --git a/src/ci/docker/host-x86_64/pr-check-tidy/eslint.version b/src/ci/docker/host-x86_64/tidy/eslint.version
index 1acea15afd6..1acea15afd6 100644
--- a/src/ci/docker/host-x86_64/pr-check-tidy/eslint.version
+++ b/src/ci/docker/host-x86_64/tidy/eslint.version
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 96b835f6b9b..8b78ffd2db9 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -126,7 +126,7 @@ pr:
     <<: *job-linux-4c
   - name: pr-check-2
     <<: *job-linux-4c
-  - name: pr-check-tidy
+  - name: tidy
     continue_on_error: true
     free_disk: false
     env:
@@ -318,7 +318,7 @@ auto:
   - name: pr-check-2
     <<: *job-linux-4c
 
-  - name: pr-check-tidy
+  - name: tidy
     free_disk: false
     <<: *job-linux-4c