Skip to content

Commit 464143c

Browse files
committed
Swift: remove running integration tests from CI
They are now run internally by QLucie.
1 parent fab1bab commit 464143c

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

Diff for: .github/workflows/swift.yml

-30
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@ on:
1717
- main
1818
- rc/*
1919
- codeql-cli-*
20-
push:
21-
paths:
22-
- "swift/**"
23-
- "misc/bazel/**"
24-
- "misc/codegen/**"
25-
- "*.bazel*"
26-
- .github/workflows/swift.yml
27-
- .github/actions/**
28-
- codeql-workspace.yml
29-
- "!**/*.md"
30-
- "!**/*.qhelp"
31-
branches:
32-
- main
33-
- rc/*
34-
- codeql-cli-*
3520

3621
permissions:
3722
contents: read
@@ -74,21 +59,6 @@ jobs:
7459
steps:
7560
- uses: actions/checkout@v4
7661
- uses: ./swift/actions/run-ql-tests
77-
integration-tests-linux:
78-
if: github.repository_owner == 'github'
79-
needs: build-and-test-linux
80-
runs-on: ubuntu-latest-xl
81-
steps:
82-
- uses: actions/checkout@v4
83-
- uses: ./swift/actions/run-integration-tests
84-
integration-tests-macos:
85-
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
86-
needs: build-and-test-macos-intel
87-
runs-on: macos-14-large
88-
timeout-minutes: 60
89-
steps:
90-
- uses: actions/checkout@v4
91-
- uses: ./swift/actions/run-integration-tests
9262
clang-format:
9363
if : ${{ github.event_name == 'pull_request' }}
9464
runs-on: ubuntu-latest

Diff for: swift/actions/run-integration-tests/action.yml

-31
This file was deleted.

0 commit comments

Comments
 (0)