diff options
author | Rick Elrod <rick@elrod.me> | 2021-04-21 15:13:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 15:13:41 -0500 |
commit | 738132da956217ba3f048d2b6ef37df5b7ec6824 (patch) | |
tree | da87e491aad62afa1fd4262ec9ef0b6c683e8ffa /.azure-pipelines | |
parent | fdbef029230cdc80f625712c91ea7d02763417d5 (diff) | |
download | ansible-738132da956217ba3f048d2b6ef37df5b7ec6824.zip |
[ansible-test] add freebsd/13.0 remote (#74328)
Change:
- FreeBSD 13.0 was released on the 13th, add it to ansible-test.
Test Plan:
- ci_complete
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index fc2bb3875e..5deabd62b7 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -95,10 +95,10 @@ stages: test: rhel/8.3@3.6 - name: RHEL 8.3 py38 test: rhel/8.3@3.8 - - name: FreeBSD 11.4 - test: freebsd/11.4 - name: FreeBSD 12.2 test: freebsd/12.2 + - name: FreeBSD 13.0 + test: freebsd/13.0 groups: - 1 - 2 @@ -174,10 +174,10 @@ stages: test: rhel/8.3@3.6 - name: RHEL 8.3 py38 test: rhel/8.3@3.8 - - name: FreeBSD 11.4 - test: freebsd/11.4 - name: FreeBSD 12.2 test: freebsd/12.2 + - name: FreeBSD 13.0 + test: freebsd/13.0 - stage: Incidental_Docker displayName: Incidental Docker dependsOn: [] |