Skip to content

Commit

Permalink
gha: ci: Revert tracing test PR to unbreak CI
Browse files Browse the repository at this point in the history
Revert "Merge pull request #8115 from fidencio/topic/ci-add-tracing-tests"

This unbreaks CI as seen in https://github.com/kata-containers/kata-containers/actions/runs/6434757133

Fixes: #8161

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
(cherry picked from commit e9bd852)
  • Loading branch information
sprt authored and fidencio committed Oct 11, 2023
1 parent c1da29b commit 301a7d9
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 2,217 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Expand Up @@ -248,11 +248,3 @@ jobs:
tarball-suffix: -${{ inputs.tag }}
commit-hash: ${{ inputs.commit-hash }}
target-branch: ${{ inputs.target-branch }}

run-tracing-tests:
needs: build-kata-static-tarball-amd64
uses: ./.github/workflows/run-tracing-tests.yaml
with:
tarball-suffix: -${{ inputs.tag }}
commit-hash: ${{ inputs.commit-hash }}
target-branch: ${{ inputs.target-branch }}
52 changes: 0 additions & 52 deletions .github/workflows/run-tracing-tests.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions tests/common.bash
Expand Up @@ -547,24 +547,6 @@ EOF
sudo systemctl enable --now crio
}

function install_docker() {
# Add Docker's official GPG key
sudo apt-get update
sudo apt-get -y install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg

# Add the repository to Apt sources:
echo \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update

sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
}

# Convert architecture to the name used by golang
function arch_to_golang() {
local arch="$(uname -m)"
Expand Down
40 changes: 0 additions & 40 deletions tests/functional/tracing/configure_tracing_for_kata.sh

This file was deleted.

56 changes: 0 additions & 56 deletions tests/functional/tracing/gha-run.sh

This file was deleted.

0 comments on commit 301a7d9

Please sign in to comment.