Skip to content

Commit 8a16648

Browse files
authored
Merge pull request #1634 from microsoft/dev/mertakman/remove-mariner1
Remove deprecated registry and Mariner1
2 parents 92f2c98 + bdfc580 commit 8a16648

File tree

6 files changed

+1
-24
lines changed

6 files changed

+1
-24
lines changed

eng/pipeline/pr-outerloop-pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ resources:
2020
containers:
2121
- container: ubuntu2204
2222
image: mcr.microsoft.com/microsoft-go/infra-images:ubuntu-22.04-amd64-default-20241026145220-02e8663
23-
- container: mariner1
24-
image: golangpublicimages.azurecr.io/go-infra-images/prereqs:cbl-mariner-1.0.20211027-20211201-0cccc22
25-
- container: mariner1arm64
26-
image: golangpublicimages.azurecr.io/go-infra-images/prereqs:cbl-mariner-arm64-1.0-20220314-a003148
2723
- container: mariner2
2824
image: mcr.microsoft.com/microsoft-go/infra-images:cbl-mariner-2.0-amd64-default-20241029143752-6049f85
2925
- container: mariner2arm64

eng/pipeline/pr-pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ resources:
1717
# separate changes.
1818
- container: ubuntu2204
1919
image: mcr.microsoft.com/microsoft-go/infra-images:ubuntu-22.04-amd64-default-20241026145220-02e8663
20-
- container: mariner1
21-
image: golangpublicimages.azurecr.io/go-infra-images/prereqs:cbl-mariner-1.0.20211027-20211201-0cccc22
22-
- container: mariner1arm64
23-
image: golangpublicimages.azurecr.io/go-infra-images/prereqs:cbl-mariner-arm64-1.0-20220314-a003148
2420
- container: mariner2
2521
image: mcr.microsoft.com/microsoft-go/infra-images:cbl-mariner-2.0-amd64-default-20241029143752-6049f85
2622
- container: mariner2arm64

eng/pipeline/rolling-innerloop-pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ extends:
4040
containers:
4141
ubuntu2204:
4242
image: mcr.microsoft.com/microsoft-go/infra-images:ubuntu-22.04-amd64-default-20241026145220-02e8663
43-
mariner1:
44-
image: golangpublicimages.azurecr.io/go-infra-images/prereqs:cbl-mariner-1.0.20211027-20211201-0cccc22
45-
mariner1arm64:
46-
image: golangpublicimages.azurecr.io/go-infra-images/prereqs:cbl-mariner-arm64-1.0-20220314-a003148
4743
mariner2:
4844
image: mcr.microsoft.com/microsoft-go/infra-images:cbl-mariner-2.0-amd64-default-20241029143752-6049f85
4945
mariner2arm64:

eng/pipeline/rolling-pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ extends:
3333
containers:
3434
ubuntu2204:
3535
image: mcr.microsoft.com/microsoft-go/infra-images:ubuntu-22.04-amd64-default-20241026145220-02e8663
36-
mariner1:
37-
image: golangpublicimages.azurecr.io/go-infra-images/prereqs:cbl-mariner-1.0.20211027-20211201-0cccc22
38-
mariner1arm64:
39-
image: golangpublicimages.azurecr.io/go-infra-images/prereqs:cbl-mariner-arm64-1.0-20220314-a003148
4036
mariner2:
4137
image: mcr.microsoft.com/microsoft-go/infra-images:cbl-mariner-2.0-amd64-default-20241029143752-6049f85
4238
mariner2arm64:

eng/pipeline/stages/go-builder-matrix-stages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,10 @@ stages:
9191
- { os: linux, arch: amd64, config: devscript }
9292
- { os: linux, arch: amd64, config: test }
9393
- { os: linux, arch: amd64, config: test, distro: ubuntu }
94-
- { os: linux, arch: amd64, config: test, distro: mariner2 }
9594
- { os: linux, arch: amd64, config: test, distro: azurelinux3 }
9695
- { experiment: opensslcrypto, os: linux, arch: amd64, config: test }
9796
- { experiment: opensslcrypto, os: linux, arch: amd64, config: test, fips: true }
9897
- { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: ubuntu }
99-
- { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: mariner2 }
100-
- { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: mariner2, fips: true }
10198
- { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: azurelinux3 }
10299
- { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: azurelinux3, fips: true }
103100
- { experiment: boringcrypto, os: linux, arch: amd64, config: test }

eng/pipeline/stages/run-stage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,13 @@ stages:
7171
${{ if eq(parameters.builder.hostArch, 'amd64') }}:
7272
${{ if eq(parameters.builder.distro, 'ubuntu') }}:
7373
container: ubuntu2204
74-
${{ elseif eq(parameters.builder.distro, 'mariner2') }}:
75-
container: mariner2
7674
${{ elseif eq(parameters.builder.distro, 'azurelinux3') }}:
7775
container: azurelinux3
7876
${{ else }}:
79-
container: mariner1
77+
container: mariner2
8078
${{ elseif eq(parameters.builder.hostArch, 'arm64') }}:
8179
${{ if eq(parameters.builder.distro, 'mariner2') }}:
8280
container: mariner2arm64
83-
${{ else }}:
84-
container: mariner1arm64
8581

8682
variables:
8783
- group: go-cmdscan-rules

0 commit comments

Comments
 (0)