]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: Relabel the tasks for consistency.
authorDenis Ovsienko <[email protected]>
Wed, 17 Mar 2021 03:53:06 +0000 (03:53 +0000)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 28 Mar 2021 18:12:13 +0000 (20:12 +0200)
(cherry picked from commit 8657e34a600f3b5fe0e0368ad06a0c7b1a18307b)

.cirrus.yml

index e5dcf3badd3c077f0e50adc64b9e60440277cf6e..af3c993abcc4ae8e37961813795da64eee07b68f 100644 (file)
@@ -3,7 +3,7 @@ env:
   LIBPCAP_GIT: https://github.com/the-tcpdump-group/libpcap.git
 
 freebsd_task:
-  name: FBSD+BM
+  name: freebsd-amd64
   only_if: $CIRRUS_BRANCH != 'coverity_scan'
   freebsd_instance:
     # FreeBSD fails to start with 1 GB. 8 CPUs max concurrency.
@@ -31,7 +31,7 @@ freebsd_task:
     - ./build_matrix.sh
 
 linux_task:
-  name: LNX+BM
+  name: linux-amd64
   only_if: $CIRRUS_BRANCH != 'coverity_scan'
   container:
     # Linux works just fine with 1 GB. 16 CPUs max concurrency.
@@ -54,7 +54,7 @@ linux_task:
     - ./build_matrix.sh
 
 macos_task:
-  name: MAC+BM
+  name: macos-amd64
   only_if: $CIRRUS_BRANCH != 'coverity_scan'
   macos_instance:
     image: big-sur-xcode