@@ -8374,7 +8374,7 @@ tasks:
8374
8374
node_js_version : " 14.17.4"
8375
8375
distribution_build_variant : debian-x64
8376
8376
executable_os_id : linux-x64
8377
- - name : package_and_upload_artifact_rhel_x64
8377
+ - name : package_and_upload_artifact_rhel7_x64
8378
8378
depends_on :
8379
8379
- name : compile_artifact
8380
8380
variant : linux_x64_build
@@ -8386,7 +8386,21 @@ tasks:
8386
8386
- func : package_and_upload_artifact
8387
8387
vars :
8388
8388
node_js_version : " 14.17.4"
8389
- distribution_build_variant : rhel-x64
8389
+ distribution_build_variant : rhel7-x64
8390
+ executable_os_id : linux-x64
8391
+ - name : package_and_upload_artifact_rhel8_x64
8392
+ depends_on :
8393
+ - name : compile_artifact
8394
+ variant : linux_x64_build
8395
+ commands :
8396
+ - func : checkout
8397
+ - func : install
8398
+ vars :
8399
+ node_js_version : " 14.17.4"
8400
+ - func : package_and_upload_artifact
8401
+ vars :
8402
+ node_js_version : " 14.17.4"
8403
+ distribution_build_variant : rhel8-x64
8390
8404
executable_os_id : linux-x64
8391
8405
- name : package_and_upload_artifact_suse_x64
8392
8406
depends_on :
@@ -8444,7 +8458,7 @@ tasks:
8444
8458
node_js_version : " 14.17.4"
8445
8459
distribution_build_variant : debian-arm64
8446
8460
executable_os_id : linux-arm64
8447
- - name : package_and_upload_artifact_rhel_arm64
8461
+ - name : package_and_upload_artifact_rhel8_arm64
8448
8462
depends_on :
8449
8463
- name : compile_artifact
8450
8464
variant : linux_arm64_build
@@ -8456,7 +8470,7 @@ tasks:
8456
8470
- func : package_and_upload_artifact
8457
8471
vars :
8458
8472
node_js_version : " 14.17.4"
8459
- distribution_build_variant : rhel -arm64
8473
+ distribution_build_variant : rhel8 -arm64
8460
8474
executable_os_id : linux-arm64
8461
8475
- name : package_and_upload_artifact_amzn2_arm64
8462
8476
depends_on :
@@ -8486,7 +8500,7 @@ tasks:
8486
8500
node_js_version : " 14.17.4"
8487
8501
distribution_build_variant : linux-ppc64le
8488
8502
executable_os_id : linux-ppc64le
8489
- - name : package_and_upload_artifact_rhel_ppc64le
8503
+ - name : package_and_upload_artifact_rhel8_ppc64le
8490
8504
depends_on :
8491
8505
- name : compile_artifact
8492
8506
variant : linux_ppc64le_build
@@ -8498,7 +8512,7 @@ tasks:
8498
8512
- func : package_and_upload_artifact
8499
8513
vars :
8500
8514
node_js_version : " 14.17.4"
8501
- distribution_build_variant : rhel -ppc64le
8515
+ distribution_build_variant : rhel8 -ppc64le
8502
8516
executable_os_id : linux-ppc64le
8503
8517
- name : package_and_upload_artifact_linux_s390x
8504
8518
depends_on :
@@ -8514,7 +8528,7 @@ tasks:
8514
8528
node_js_version : " 14.17.4"
8515
8529
distribution_build_variant : linux-s390x
8516
8530
executable_os_id : linux-s390x
8517
- - name : package_and_upload_artifact_rhel_s390x
8531
+ - name : package_and_upload_artifact_rhel7_s390x
8518
8532
depends_on :
8519
8533
- name : compile_artifact
8520
8534
variant : linux_s390x_build
@@ -8526,7 +8540,7 @@ tasks:
8526
8540
- func : package_and_upload_artifact
8527
8541
vars :
8528
8542
node_js_version : " 14.17.4"
8529
- distribution_build_variant : rhel -s390x
8543
+ distribution_build_variant : rhel7 -s390x
8530
8544
executable_os_id : linux-s390x
8531
8545
- name : package_and_upload_artifact_win32_x64
8532
8546
depends_on :
@@ -8643,45 +8657,59 @@ tasks:
8643
8657
- name : pkg_test_docker_centos7_rpm
8644
8658
tags : ["smoke-test"]
8645
8659
depends_on :
8646
- - name : package_and_upload_artifact_rhel_x64
8660
+ - name : package_and_upload_artifact_rhel7_x64
8647
8661
variant : linux
8648
8662
commands :
8649
8663
- func : checkout
8650
8664
- func : get_artifact_url
8651
8665
vars :
8652
- source_distribution_build_variant : rhel -x64
8666
+ source_distribution_build_variant : rhel7 -x64
8653
8667
- func : write_preload_script
8654
8668
- func : test_artifact_docker
8655
8669
vars :
8656
8670
dockerfile : centos7-rpm
8671
+ - name : pkg_test_docker_amazonlinux2_rpm
8672
+ tags : ["smoke-test"]
8673
+ depends_on :
8674
+ - name : package_and_upload_artifact_rhel7_x64
8675
+ variant : linux
8676
+ commands :
8677
+ - func : checkout
8678
+ - func : get_artifact_url
8679
+ vars :
8680
+ source_distribution_build_variant : rhel7-x64
8681
+ - func : write_preload_script
8682
+ - func : test_artifact_docker
8683
+ vars :
8684
+ dockerfile : amazonlinux2-rpm
8657
8685
- name : pkg_test_docker_centos8_rpm
8658
8686
tags : ["smoke-test"]
8659
8687
depends_on :
8660
- - name : package_and_upload_artifact_rhel_x64
8688
+ - name : package_and_upload_artifact_rhel8_x64
8661
8689
variant : linux
8662
8690
commands :
8663
8691
- func : checkout
8664
8692
- func : get_artifact_url
8665
8693
vars :
8666
- source_distribution_build_variant : rhel -x64
8694
+ source_distribution_build_variant : rhel8 -x64
8667
8695
- func : write_preload_script
8668
8696
- func : test_artifact_docker
8669
8697
vars :
8670
8698
dockerfile : centos8-rpm
8671
- - name : pkg_test_docker_amazonlinux2_rpm
8699
+ - name : pkg_test_docker_fedora34_rpm
8672
8700
tags : ["smoke-test"]
8673
8701
depends_on :
8674
- - name : package_and_upload_artifact_rhel_x64
8702
+ - name : package_and_upload_artifact_rhel8_x64
8675
8703
variant : linux
8676
8704
commands :
8677
8705
- func : checkout
8678
8706
- func : get_artifact_url
8679
8707
vars :
8680
- source_distribution_build_variant : rhel -x64
8708
+ source_distribution_build_variant : rhel8 -x64
8681
8709
- func : write_preload_script
8682
8710
- func : test_artifact_docker
8683
8711
vars :
8684
- dockerfile : amazonlinux2 -rpm
8712
+ dockerfile : fedora34 -rpm
8685
8713
- name : pkg_test_docker_suse12_rpm
8686
8714
tags : ["smoke-test"]
8687
8715
depends_on :
@@ -8736,16 +8764,16 @@ tasks:
8736
8764
source_distribution_build_variant : debian-arm64
8737
8765
- func : write_preload_script
8738
8766
- func : test_artifact_debextract
8739
- - name : pkg_test_rpmextract_rhel_arm64
8767
+ - name : pkg_test_rpmextract_rhel8_arm64
8740
8768
tags : ["smoke-test"]
8741
8769
depends_on :
8742
- - name : package_and_upload_artifact_rhel_arm64
8770
+ - name : package_and_upload_artifact_rhel8_arm64
8743
8771
variant : linux
8744
8772
commands :
8745
8773
- func : checkout
8746
8774
- func : get_artifact_url
8747
8775
vars :
8748
- source_distribution_build_variant : rhel -arm64
8776
+ source_distribution_build_variant : rhel8 -arm64
8749
8777
- func : write_preload_script
8750
8778
- func : test_artifact_rpmextract
8751
8779
- name : pkg_test_rpmextract_amzn2_arm64
@@ -8760,28 +8788,28 @@ tasks:
8760
8788
source_distribution_build_variant : amzn2-arm64
8761
8789
- func : write_preload_script
8762
8790
- func : test_artifact_rpmextract
8763
- - name : pkg_test_rpmextract_rhel_ppc64le
8791
+ - name : pkg_test_rpmextract_rhel8_ppc64le
8764
8792
tags : ["smoke-test"]
8765
8793
depends_on :
8766
- - name : package_and_upload_artifact_rhel_ppc64le
8794
+ - name : package_and_upload_artifact_rhel8_ppc64le
8767
8795
variant : linux
8768
8796
commands :
8769
8797
- func : checkout
8770
8798
- func : get_artifact_url
8771
8799
vars :
8772
- source_distribution_build_variant : rhel -ppc64le
8800
+ source_distribution_build_variant : rhel8 -ppc64le
8773
8801
- func : write_preload_script
8774
8802
- func : test_artifact_rpmextract
8775
- - name : pkg_test_rpmextract_rhel_s390x
8803
+ - name : pkg_test_rpmextract_rhel7_s390x
8776
8804
tags : ["smoke-test"]
8777
8805
depends_on :
8778
- - name : package_and_upload_artifact_rhel_s390x
8806
+ - name : package_and_upload_artifact_rhel7_s390x
8779
8807
variant : linux
8780
8808
commands :
8781
8809
- func : checkout
8782
8810
- func : get_artifact_url
8783
8811
vars :
8784
- source_distribution_build_variant : rhel -s390x
8812
+ source_distribution_build_variant : rhel7 -s390x
8785
8813
- func : write_preload_script
8786
8814
- func : test_artifact_rpmextract
8787
8815
- name : pkg_test_ssh_win32_x64
@@ -9150,17 +9178,18 @@ buildvariants:
9150
9178
- name : test_apistrict
9151
9179
- name : package_and_upload_artifact_linux_x64
9152
9180
- name : package_and_upload_artifact_debian_x64
9153
- - name : package_and_upload_artifact_rhel_x64
9181
+ - name : package_and_upload_artifact_rhel7_x64
9182
+ - name : package_and_upload_artifact_rhel8_x64
9154
9183
- name : package_and_upload_artifact_suse_x64
9155
9184
- name : package_and_upload_artifact_amzn1_x64
9156
9185
- name : package_and_upload_artifact_linux_s390x
9157
- - name : package_and_upload_artifact_rhel_s390x
9186
+ - name : package_and_upload_artifact_rhel7_s390x
9158
9187
- name : package_and_upload_artifact_linux_arm64
9159
9188
- name : package_and_upload_artifact_debian_arm64
9160
- - name : package_and_upload_artifact_rhel_arm64
9189
+ - name : package_and_upload_artifact_rhel8_arm64
9161
9190
- name : package_and_upload_artifact_amzn2_arm64
9162
9191
- name : package_and_upload_artifact_linux_ppc64le
9163
- - name : package_and_upload_artifact_rhel_ppc64le
9192
+ - name : package_and_upload_artifact_rhel8_ppc64le
9164
9193
- name : linux_x64_build
9165
9194
display_name : " RHEL 7.0 x64 (build)"
9166
9195
run_on : rhel70-build
@@ -9459,7 +9488,7 @@ buildvariants:
9459
9488
display_name : " package smoke tests (RHEL 8.2 arm64)"
9460
9489
run_on : rhel82-arm64-small
9461
9490
tasks :
9462
- - name : pkg_test_rpmextract_rhel_arm64
9491
+ - name : pkg_test_rpmextract_rhel8_arm64
9463
9492
- name : pkg_smoke_tests_rhel82_arm64
9464
9493
display_name : " package smoke tests (Amazon Linux 2 arm64)"
9465
9494
run_on : amazon2-arm64-small
@@ -9469,17 +9498,17 @@ buildvariants:
9469
9498
display_name : " package smoke tests (RHEL 7.2 s390x)"
9470
9499
run_on : rhel72-zseries-small
9471
9500
tasks :
9472
- - name : pkg_test_rpmextract_rhel_s390x
9501
+ - name : pkg_test_rpmextract_rhel7_s390x
9473
9502
# - name: pkg_smoke_tests_rhel80_s390x
9474
9503
# display_name: "package smoke tests (RHEL 8.0 s390x)"
9475
9504
# run_on: rhel80-zseries-small
9476
9505
# tasks:
9477
- # - name: pkg_test_rpmextract_rhel_s390x
9506
+ # - name: pkg_test_rpmextract_rhel8_s390x
9478
9507
- name : pkg_smoke_tests_rhel81_ppc64le
9479
9508
display_name : " package smoke tests (RHEL 8.1 ppc64le)"
9480
9509
run_on : rhel81-power8-small
9481
9510
tasks :
9482
- - name : pkg_test_rpmextract_rhel_ppc64le
9511
+ - name : pkg_test_rpmextract_rhel8_ppc64le
9483
9512
9484
9513
- name : draft_publish_release
9485
9514
display_name : " Draft/Publish Release"
0 commit comments