diff options
| author | 杨威 <[email protected]> | 2022-04-11 09:01:19 +0000 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2022-04-11 09:01:19 +0000 |
| commit | ab19f51906dccccd5c5889361258202ae7733250 (patch) | |
| tree | 08684eacfaacfec0949f7fb2ede4bee5e62b4217 | |
| parent | 16559d643617879fb7ecdd53aa2c370158a9fa04 (diff) | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70efe80..4ec1cc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,7 +97,7 @@ sapp_module_test_for_centos7: - ./gtest_sapp_v4 -f benchmark_forward.* - ./gtest_sapp_v4 -f benchmark_inject.tcp* - ./gtest_sapp_v4 -f benchmark_inject.inline_same_dir - - ./gtest_sapp_v4 -f benchmark_inject.inline_reverse_dir +# - ./gtest_sapp_v4 -f benchmark_inject.inline_reverse_dir dependencies: - branch_build_debug_for_centos7 - branch_build_release_for_centos7 @@ -114,6 +114,7 @@ sapp_module_test_for_centos8: script: - sh +x ./ci/update-el8-repo.sh - yum makecache + - dnf --enablerepo=powertools install -y libnsl - yum install -y net-tools psmisc iproute initscripts gperftools-libs gdb snappy - yum install -y libMESA_htable libMESA_prof_load libMESA_field_stat2 libMESA_handle_logger libcjson systemd systemd-devel libpcap libpcap-devel libbreakpad_mini libMESA_jump_layer - yum install -y sapp gtest_sapp benchmark_pcap sapp_benchmark |
