ACS-3841 Run on ubuntu-18.04 [ags]

This commit is contained in:
Damian.Ujma@hyland.com
2022-12-05 09:43:52 +01:00
parent ce47b25fd8
commit 15fe18ca9f
2 changed files with 1 additions and 2 deletions

View File

@@ -482,7 +482,7 @@ jobs:
ags_community_rest_api_tests: ags_community_rest_api_tests:
name: "AGS Community Rest API Tests" name: "AGS Community Rest API Tests"
runs-on: ubuntu-latest runs-on: ubuntu-18.04
needs: [prepare] needs: [prepare]
if: > if: >
((github.ref_name == 'master' || contains(github.ref_name, 'release/') || github.event_name == 'pull_request' ) && ((github.ref_name == 'master' || contains(github.ref_name, 'release/') || github.event_name == 'pull_request' ) &&

View File

@@ -385,7 +385,6 @@ jobs:
- name: "AGS Community Rest API Tests" - name: "AGS Community Rest API Tests"
if: (branch =~ /(release\/.*$|master)/ AND commit_message !~ /\[skip ags\]/) OR commit_message =~ /\[ags\]/ if: (branch =~ /(release\/.*$|master)/ AND commit_message !~ /\[skip ags\]/) OR commit_message =~ /\[ags\]/
runs-on: ubuntu-18.04
install: travis_retry travis_wait 40 env REQUIRES_LOCAL_IMAGES=true bash scripts/travis/build.sh install: travis_retry travis_wait 40 env REQUIRES_LOCAL_IMAGES=true bash scripts/travis/build.sh
addons: addons:
artifacts: artifacts: