From 2314f3b8751b61ce5a00a2b49cfde461b3d7cfe5 Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Wed, 20 Jul 2022 20:42:11 +0000 Subject: test stage-1 in ci --- src/ci/github-actions/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ci/github-actions') diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index f92e46b0a97..0dd4fc65792 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -287,6 +287,9 @@ jobs: - name: x86_64-gnu-llvm-12 <<: *job-linux-xl + - name: x86_64-gnu-llvm-12-stage1 + <<: *job-linux-xl + - name: x86_64-gnu-tools env: CI_ONLY_WHEN_SUBMODULES_CHANGED: 1 -- cgit 1.4.1-3-g733a5 From 0f121d728831961606168da902dad946e4b2aa7e Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Sat, 30 Jul 2022 21:56:53 +0000 Subject: add to full test-suite --- .github/workflows/ci.yml | 4 ++++ src/ci/github-actions/ci.yml | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'src/ci/github-actions') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e16a8d894c..5dfc3f0b5b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,6 +281,10 @@ jobs: env: RUST_BACKTRACE: 1 os: ubuntu-20.04-xl + - name: x86_64-gnu-llvm-12-stage1 + env: + RUST_BACKTRACE: 1 + os: ubuntu-20.04-xl - name: x86_64-gnu-nopt os: ubuntu-20.04-xl env: {} diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 0dd4fc65792..97688e1e5d4 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -439,6 +439,11 @@ jobs: RUST_BACKTRACE: 1 <<: *job-linux-xl + - name: x86_64-gnu-llvm-12-stage1 + env: + RUST_BACKTRACE: 1 + <<: *job-linux-xl + - name: x86_64-gnu-nopt <<: *job-linux-xl -- cgit 1.4.1-3-g733a5 From 1f7b6552bb67ac7e4c844776863988a1264c5ee0 Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Sat, 30 Jul 2022 22:10:26 +0000 Subject: dont run stage1 tests in pr --- .github/workflows/ci.yml | 3 --- src/ci/github-actions/ci.yml | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'src/ci/github-actions') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dfc3f0b5b4..1f95c1bcab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,6 @@ jobs: - name: x86_64-gnu-llvm-12 os: ubuntu-20.04-xl env: {} - - name: x86_64-gnu-llvm-12-stage1 - os: ubuntu-20.04-xl - env: {} - name: x86_64-gnu-tools env: CI_ONLY_WHEN_SUBMODULES_CHANGED: 1 diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 97688e1e5d4..cb660881b07 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -286,10 +286,7 @@ jobs: - name: x86_64-gnu-llvm-12 <<: *job-linux-xl - - - name: x86_64-gnu-llvm-12-stage1 - <<: *job-linux-xl - + - name: x86_64-gnu-tools env: CI_ONLY_WHEN_SUBMODULES_CHANGED: 1 -- cgit 1.4.1-3-g733a5