From 5f886088bca1582da40285b7dc0c002b0b0a9a5d Mon Sep 17 00:00:00 2001 From: Zhijie Yang Date: Fri, 22 Nov 2024 17:15:58 +0100 Subject: [PATCH] Revert "TEST: mock the cont. testing workflow with dispatch" This reverts commit 721ce40720e14db4e5836624dd4279f68a6b4bbc. --- .github/workflows/Continuous-Testing.yaml | 4 +- test-oci/traefik/.trivyignore | 8 -- test-oci/traefik/_releases.json | 122 ---------------------- test-oci/traefik/contacts.yaml | 5 - test-oci/traefik/documentation.yaml | 40 ------- test-oci/traefik/image.yaml | 54 ---------- 6 files changed, 1 insertion(+), 232 deletions(-) delete mode 100644 test-oci/traefik/.trivyignore delete mode 100644 test-oci/traefik/_releases.json delete mode 100644 test-oci/traefik/contacts.yaml delete mode 100644 test-oci/traefik/documentation.yaml delete mode 100644 test-oci/traefik/image.yaml diff --git a/.github/workflows/Continuous-Testing.yaml b/.github/workflows/Continuous-Testing.yaml index a0ff0ff8..b4279543 100644 --- a/.github/workflows/Continuous-Testing.yaml +++ b/.github/workflows/Continuous-Testing.yaml @@ -3,8 +3,6 @@ name: Continuous image testing on: schedule: - cron: "0 1 * * *" - workflow_dispatch: - jobs: prepare-test-matrix: @@ -22,7 +20,7 @@ jobs: - name: Prepare test matrix id: prepare-test-matrix - run: ./src/tests/get_released_revisions.py --oci-images-path $PWD/test-oci + run: ./src/tests/get_released_revisions.py --oci-images-path $PWD/oci - name: Infer date of last scan id: last-scan diff --git a/test-oci/traefik/.trivyignore b/test-oci/traefik/.trivyignore deleted file mode 100644 index 23a57684..00000000 --- a/test-oci/traefik/.trivyignore +++ /dev/null @@ -1,8 +0,0 @@ -# Upstream CVEs - -# github.com/docker/docker - Encrypted overlay network may be unauthenticated -CVE-2023-28840 -# golang.org/x/net - golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) -CVE-2023-39325 -# google.golang.org/grpc - gRPC-Go HTTP/2 Rapid Reset vulnerability -GHSA-m425-mq94-257g diff --git a/test-oci/traefik/_releases.json b/test-oci/traefik/_releases.json deleted file mode 100644 index ceb83b37..00000000 --- a/test-oci/traefik/_releases.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "2.10.4-22.04": { - "stable": { - "target": "44" - }, - "candidate": { - "target": "2.10.4-22.04_stable" - }, - "beta": { - "target": "2.10.4-22.04_candidate" - }, - "edge": { - "target": "2.10.4-22.04_beta" - }, - "end-of-life": "2025-03-14T00:00:00Z" - }, - "2.10-22.04": { - "stable": { - "target": "47" - }, - "candidate": { - "target": "2.10-22.04_stable" - }, - "beta": { - "target": "2.10-22.04_candidate" - }, - "edge": { - "target": "2.10-22.04_beta" - }, - "end-of-life": "2025-03-14T00:00:00Z" - }, - "2-22.04": { - "stable": { - "target": "43" - }, - "candidate": { - "target": "2-22.04_stable" - }, - "beta": { - "target": "2-22.04_candidate" - }, - "edge": { - "target": "2-22.04_beta" - }, - "end-of-life": "2025-03-14T00:00:00Z" - }, - "2.10.6-22.04": { - "stable": { - "target": "46" - }, - "candidate": { - "target": "2.10.6-22.04_stable" - }, - "beta": { - "target": "2.10.6-22.04_candidate" - }, - "edge": { - "target": "2.10.6-22.04_beta" - }, - "end-of-life": "2025-03-14T00:00:00Z" - }, - "2.10.7-22.04": { - "stable": { - "target": "47" - }, - "candidate": { - "target": "2.10.7-22.04_stable" - }, - "beta": { - "target": "2.10.7-22.04_candidate" - }, - "edge": { - "target": "2.10.7-22.04_beta" - }, - "end-of-life": "2025-03-14T00:00:00Z" - }, - "2.10.5-22.04": { - "stable": { - "target": "45" - }, - "candidate": { - "target": "2.10.5-22.04_stable" - }, - "beta": { - "target": "2.10.5-22.04_candidate" - }, - "edge": { - "target": "2.10.5-22.04_beta" - }, - "end-of-life": "2025-03-14T00:00:00Z" - }, - "2.11.0-22.04": { - "end-of-life": "2025-03-14T00:00:00Z", - "stable": { - "target": "43" - }, - "candidate": { - "target": "2.11.0-22.04_stable" - }, - "beta": { - "target": "2.11.0-22.04_candidate" - }, - "edge": { - "target": "2.11.0-22.04_beta" - } - }, - "2.11-22.04": { - "end-of-life": "2025-03-14T00:00:00Z", - "stable": { - "target": "43" - }, - "candidate": { - "target": "2.11-22.04_stable" - }, - "beta": { - "target": "2.11-22.04_candidate" - }, - "edge": { - "target": "2.11-22.04_beta" - } - } -} \ No newline at end of file diff --git a/test-oci/traefik/contacts.yaml b/test-oci/traefik/contacts.yaml deleted file mode 100644 index cf51460f..00000000 --- a/test-oci/traefik/contacts.yaml +++ /dev/null @@ -1,5 +0,0 @@ -notify: - emails: - - observability@lists.launchpad.net - mattermost-channels: - - 1ayd5kim67bbing34i3h1x9uac diff --git a/test-oci/traefik/documentation.yaml b/test-oci/traefik/documentation.yaml deleted file mode 100644 index b1c1c86b..00000000 --- a/test-oci/traefik/documentation.yaml +++ /dev/null @@ -1,40 +0,0 @@ -version: 1 -# --- OVERVIEW INFORMATION --- -application: traefik -description: > - Traefik is a modern HTTP reverse proxy and load balancer that makes deploying - microservices easy. Traefik integrates with your existing infrastructure - components (Docker, Swarm mode, Kubernetes, Consul, Etcd, Rancher v2, Amazon - ECS, ...) and configures itself automatically and dynamically. - Read more on the [official website](https://traefik.io/) -# --- USAGE INFORMATION --- -docker: - parameters: - - -p 80:80 - access: Access your Traefik instance at `http://localhost:80`. -parameters: - - type: -e - value: 'TZ=UTC' - description: Timezone. - - type: -p - value: '80:80' - description: > - Expose Traefik on `localhost:80`. For TLS, you should port 443. - - type: -v - value: "/path/to/traefik.yml:/etc/traefik/prometheus.yml" - description: Local configuration file `traefik.yml`. -debug: - text: | - ### Debugging - - To debug the container: - - ```bash - docker logs -f traefik-container - ``` - - To get an interactive shell: - - ```bash - docker exec -it traefik-container /bin/bash - ``` diff --git a/test-oci/traefik/image.yaml b/test-oci/traefik/image.yaml deleted file mode 100644 index 30d1e327..00000000 --- a/test-oci/traefik/image.yaml +++ /dev/null @@ -1,54 +0,0 @@ -version: 1 -upload: - - source: canonical/traefik-rock - commit: ea0e9420276193c05513d24efbc9a8eb39575b5e - directory: 2.11.0 - release: - 2.11.0-22.04: - end-of-life: "2025-03-14T00:00:00Z" - risks: - - stable - 2.11-22.04: - end-of-life: "2025-03-14T00:00:00Z" - risks: - - stable - 2-22.04: - end-of-life: "2025-03-14T00:00:00Z" - risks: - - stable - - source: canonical/traefik-rock - commit: ea0e9420276193c05513d24efbc9a8eb39575b5e - directory: 2.10.4 - release: - 2.10.4-22.04: - end-of-life: "2025-03-14T00:00:00Z" - risks: - - stable - - source: canonical/traefik-rock - commit: ea0e9420276193c05513d24efbc9a8eb39575b5e - directory: 2.10.5 - release: - 2.10.5-22.04: - end-of-life: "2025-03-14T00:00:00Z" - risks: - - stable - - source: canonical/traefik-rock - commit: ea0e9420276193c05513d24efbc9a8eb39575b5e - directory: 2.10.6 - release: - 2.10.6-22.04: - end-of-life: "2025-03-14T00:00:00Z" - risks: - - stable - - source: canonical/traefik-rock - commit: ea0e9420276193c05513d24efbc9a8eb39575b5e - directory: 2.10.7 - release: - 2.10.7-22.04: - end-of-life: "2025-03-14T00:00:00Z" - risks: - - stable - 2.10-22.04: - end-of-life: "2025-03-14T00:00:00Z" - risks: - - stable