Skip to content

Commit 108db0a

Browse files
authored
Merge pull request kata-containers#8162 from sprt/sprt/unbreak-ci
gha: ci: Revert tracing test PR to unbreak CI
2 parents 16fe81f + e9bd852 commit 108db0a

File tree

8 files changed

+15
-2217
lines changed

8 files changed

+15
-2217
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,3 @@ jobs:
248248
tarball-suffix: -${{ inputs.tag }}
249249
commit-hash: ${{ inputs.commit-hash }}
250250
target-branch: ${{ inputs.target-branch }}
251-
252-
run-tracing-tests:
253-
needs: build-kata-static-tarball-amd64
254-
uses: ./.github/workflows/run-tracing-tests.yaml
255-
with:
256-
tarball-suffix: -${{ inputs.tag }}
257-
commit-hash: ${{ inputs.commit-hash }}
258-
target-branch: ${{ inputs.target-branch }}

.github/workflows/run-tracing-tests.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

tests/common.bash

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -547,24 +547,6 @@ EOF
547547
sudo systemctl enable --now crio
548548
}
549549

550-
function install_docker() {
551-
# Add Docker's official GPG key
552-
sudo apt-get update
553-
sudo apt-get -y install ca-certificates curl gnupg
554-
sudo install -m 0755 -d /etc/apt/keyrings
555-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
556-
sudo chmod a+r /etc/apt/keyrings/docker.gpg
557-
558-
# Add the repository to Apt sources:
559-
echo \
560-
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
561-
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
562-
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
563-
sudo apt-get update
564-
565-
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
566-
}
567-
568550
# Convert architecture to the name used by golang
569551
function arch_to_golang() {
570552
local arch="$(uname -m)"

tests/functional/tracing/configure_tracing_for_kata.sh

Lines changed: 0 additions & 40 deletions
This file was deleted.

tests/functional/tracing/gha-run.sh

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)