Skip to content

Commit

Permalink
Remove STs from CVE pipleine
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Aug 24, 2023
1 parent 4bf73e9 commit 1cd0564
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .azure/cve-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,6 @@ stages:
artifactRunVersion: 'specific'
artifactRunId: '${{ parameters.sourceBuildId }}'
architectures: ['amd64', 'arm64', 's390x', 'ppc64le']
- stage: run_systemtests
displayName: Run System-tests
dependsOn:
- container_build
condition: succeeded()
variables:
docker_org: strimzi
docker_registry: localhost:5000
jobs:
- template: 'templates/jobs/run_systemtests.yaml'
parameters:
# The system tests should currently always run only amd64 on Azure since we do not have any other environments
# available. So when adding support for a new platform, you should not add it here unless you also add the
# system tests support for it.
architectures: [ 'amd64' ]
- stage: containers_publish_with_suffix
displayName: Publish Containers for ${{ parameters.releaseVersion }}-${{ parameters.releaseSuffix }}
dependsOn:
Expand Down

0 comments on commit 1cd0564

Please sign in to comment.