Skip to content

Commit

Permalink
#2107: CI: remove gcc-7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Mar 27, 2023
1 parent 9eeb7f0 commit cc824a5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 229 deletions.
18 changes: 9 additions & 9 deletions ci/azure/azure-gcc-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

name: PR tests (gcc-11, ubuntu, mpich, json schema test)
name: PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage)

trigger:
branches:
Expand Down Expand Up @@ -30,10 +30,10 @@ variables:
COMPILER: gcc-11
BUILD_TYPE: release
ULIMIT_CORE: 0
CODE_COVERAGE: 0
CODE_COVERAGE: 1
VT_LB: 1
VT_TRACE: 0
VT_TRACE_RT: 0
VT_TRACE: 1
VT_TRACE_RT: 1
VT_TRACE_ONLY: 1
VT_MIMALLOC: 0
VT_DOCS: 0
Expand All @@ -43,7 +43,7 @@ variables:
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
VT_UNITY_BUILD: 1
VT_UNITY_BUILD: 0
VT_PRODUCTION_BUILD: 0
VT_FCONTEXT: 0
VT_ZOLTAN: 0
Expand All @@ -53,7 +53,7 @@ variables:
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 1
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
cache_name: ubuntu-gcc-11-cache
build_root: "$(CACHE)/$(ARCH)-ubuntu-$(UBUNTU)-$(COMPILER)-cache/"
Expand Down Expand Up @@ -130,14 +130,14 @@ stages:
containerregistrytype: 'Container Registry'
dockerComposeFile: '**/docker-compose.yml'
action: 'Run a Docker Compose command'
dockerComposeCommand: '$(compose_command) ubuntu-cpp-clean'
dockerComposeCommand: '$(compose_command) ubuntu-cpp-clean-noinstall'
- task: DockerCompose@0
displayName: Build container
inputs:
containerregistrytype: 'Container Registry'
dockerComposeFile: '**/docker-compose.yml'
action: 'Run a Docker Compose command'
dockerComposeCommand: 'run ubuntu-cpp-clean'
dockerComposeCommand: 'run ubuntu-cpp-clean-noinstall'
env:
CODECOV_TOKEN: $(codecov_token)
- task: Bash@3
Expand Down Expand Up @@ -168,7 +168,7 @@ stages:
dockerRegistryEndpoint: 'dockerRegistryConnection1'
dockerComposeFile: '**/docker-compose.yml'
action: 'Run a Docker Compose command'
dockerComposeCommand: 'push ubuntu-cpp-clean'
dockerComposeCommand: 'push ubuntu-cpp-clean-noinstall'
- task: Bash@3
displayName: Create artifacts
continueOnError: true
Expand Down
203 changes: 0 additions & 203 deletions ci/azure/azure-gcc-7-ubuntu-mpich.yml

This file was deleted.

4 changes: 2 additions & 2 deletions ci/azure/azure-gcc-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

name: PR tests (gcc-9, ubuntu, mpich, zoltan)
name: PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test)

trigger:
branches:
Expand Down Expand Up @@ -53,7 +53,7 @@ variables:
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
TEST_LB_SCHEMA: 1
CACHE: "$(Agent.TempDirectory)/cache/"
cache_name: ubuntu-gcc-9-cache
build_root: "$(CACHE)/$(ARCH)-ubuntu-$(UBUNTU)-$(COMPILER)-cache/"
Expand Down
23 changes: 8 additions & 15 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,6 @@ vt_trace = 1
vt_pool = 0
vt_tests_num_nodes = 4

[PR-tests-gcc-7]
test_configuration = "gcc-7, ubuntu, mpich, trace runtime, LB"
compiler_type = gnu
compiler = gcc-7
distro = 18.04
vt_trace = 1
vt_trace_rt = 1
vt_unity_build = 0
code_coverage = 1
docker_target = "[% linux %]-cpp-clean-noinstall"
output_name = ci/azure/azure-gcc-7-ubuntu-mpich.yml

[PR-tests-gcc-8]
test_configuration = "gcc-8, ubuntu, mpich, address sanitizer"
compiler_type = gnu
Expand All @@ -113,10 +101,11 @@ output_name = ci/azure/azure-gcc-8-ubuntu-mpich.yml
lsan_options = suppressions=/vt/tests/lsan.supp

[PR-tests-gcc-9]
test_configuration = "gcc-9, ubuntu, mpich, zoltan"
test_configuration = "gcc-9, ubuntu, mpich, zoltan, json schema test"
compiler_type = gnu
compiler = gcc-9
output_name = ci/azure/azure-gcc-9-ubuntu-mpich.yml
test_lb_schema = 1
vt_zoltan = 1

[PR-tests-gcc-10]
Expand All @@ -129,11 +118,15 @@ vt_lb = 0
vt_tests_num_nodes = 4

[PR-tests-gcc-11]
test_configuration = "gcc-11, ubuntu, mpich, json schema test"
test_configuration = "gcc-11, ubuntu, mpich, trace runtime, coverage"
compiler_type = gnu
compiler = gcc-11
distro = 22.04
test_lb_schema = 1
vt_trace = 1
vt_trace_rt = 1
vt_unity_build = 0
code_coverage = 1
docker_target = "[% linux %]-cpp-clean-noinstall"
output_name = ci/azure/azure-gcc-11-ubuntu-mpich.yml

[PR-tests-gcc-12]
Expand Down

0 comments on commit cc824a5

Please sign in to comment.