Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,6 @@ jobs:
env:
CODSPEED_GO_PKG_VERSION: ${{ github.head_ref || github.ref_name }}


verify-fork-scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-go@v5
- uses: pre-commit/action@v3.0.1

- name: Run fork.sh scripts and verify no diffs
run: |
cd testing
./fork.sh 1.25.4
cd ..

if ! git diff --exit-code testing/ > /dev/null 2>&1; then
exit 1
fi

compat-integration-test-walltime:
runs-on: codspeed-macro
strategy:
Expand Down Expand Up @@ -119,7 +99,6 @@ jobs:
needs:
- lint
- tests
- verify-fork-scripts
- compat-integration-test-walltime
- go-runner-benchmarks
steps:
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
[submodule "go-runner/testdata/projects/fuego"]
path = go-runner/testdata/projects/fuego
url = https://github.com/go-fuego/fuego
[submodule "go-runner/testdata/projects/hugo"]
path = go-runner/testdata/projects/hugo
url = https://github.com/gohugoio/hugo.git
[submodule "go-runner/testdata/projects/zerolog"]
path = go-runner/testdata/projects/zerolog
url = https://github.com/rs/zerolog
Expand All @@ -22,9 +19,6 @@
[submodule "go-runner/testdata/projects/cli-runtime"]
path = go-runner/testdata/projects/cli-runtime
url = https://github.com/kubernetes/cli-runtime.git
[submodule "go-runner/testdata/projects/caddy"]
path = go-runner/testdata/projects/caddy
url = https://github.com/caddyserver/caddy
[submodule "go-runner/testdata/projects/quic-go"]
path = go-runner/testdata/projects/quic-go
url = https://github.com/quic-go/quic-go
Loading
Loading