Skip to content

Commit

Permalink
Remove unfinished tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirov-dd committed Dec 18, 2024
1 parent 944dbd1 commit e07659e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 241 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@ concurrency:
cancel-in-progress: true

jobs:
test-linux:
uses: ./.github/workflows/test-fips.yml
with:
platform: linux
runner: '["ubuntu-22.04"]'
zip_url: 'https://agent-ints-python-build-sandbox.s3.eu-north-1.amazonaws.com/python-windows-combined-v3.12.6-openssl-3.0.15-openssl-3.0.9-amd64.zip'
secrets: inherit

test-windows:
uses: ./.github/workflows/test-fips.yml
with:
platform: windows
runner: '["windows-2022"]'
zip_url: 'https://agent-ints-python-build-sandbox.s3.eu-north-1.amazonaws.com/python-windows-combined-v3.12.6-openssl-3.0.15-openssl-3.0.9-amd64.zip'
secrets: inherit

test-tls-linux-inactive:
uses: ./.github/workflows/test-target.yml
with:
Expand Down Expand Up @@ -62,15 +46,3 @@ jobs:
agent-image: "datadog/agent-dev:main-fips"
e2e-env-vars: "{'GOFIPS':'1'}"
secrets: inherit

test-tls-windows:
uses: ./.github/workflows/test-target.yml
with:
job-name: TLS
target: tls
platform: windows
runner: '["windows-2022"]'
repo: "core"
standard: true
agent-image-windows: "datadog/agent-dev:main-py3-fips-win-servercore-ltsc2022"
secrets: inherit
213 changes: 0 additions & 213 deletions .github/workflows/test-fips.yml

This file was deleted.

0 comments on commit e07659e

Please sign in to comment.