From fe1d4119b8fb379e6132481ad5c7a9617027c604 Mon Sep 17 00:00:00 2001 From: mohanson Date: Tue, 19 Sep 2023 10:26:20 +0800 Subject: [PATCH] Using github actions to rewrite: LinuxCI --- .github/workflows/develop.yml | 2 ++ azure-pipelines.yml | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index b2c93bbb..08017139 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -17,6 +17,8 @@ jobs: command: check advisories licenses sources bans - name: Run ci-generated run: make ci-generated + - name: Run ci + run: make ci - name: Run ci-asm run: make ci-asm - name: Run spawn tests in release diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4ad771f9..82a0ef12 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,14 +11,6 @@ variables: jobs: - - job: LinuxCI - pool: - vmImage: 'ubuntu-20.04' - steps: - - template: devtools/azure/linux-dependencies.yml - - script: make ci - displayName: Run ci - - job: LinuxCIASMChaos pool: vmImage: 'ubuntu-20.04'