Skip to content

Commit

Permalink
fix: Changing ubuntu image for CI pipeline to match the image used in…
Browse files Browse the repository at this point in the history
… github PR workflow (#7318)

CI pipeline is failing frequently with transient timeout issues in e2e
testing. GitHub PR workflow does not fail for the same step. So updating
Linux image to ubuntu 20.04 in CI to match image version in GitHub PR
workflow.

#### Details

<!-- Usually a sentence or two describing what the PR changes -->

##### Motivation

<!-- This can be as simple as "addresses issue #123" -->

##### Context

<!-- Are there any parts that you've intentionally left out-of-scope for
a later PR to handle? -->

<!-- Were there any alternative approaches you considered? What
tradeoffs did you consider? -->

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [ ] Addresses an existing issue: #0000
- [x] Ran `yarn fastpass`
- [ ] Added/updated relevant unit test(s) (and ran `yarn test`)
- [ ] Verified code coverage for the changes made. Check coverage report
at: `<rootDir>/test-results/unit/coverage`
- [ ] PR title *AND* final merge commit title both start with a semantic
tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See
`CONTRIBUTING.md`.
- [ ] (UI changes only) Added screenshots/GIFs to description above
- [ ] (UI changes only) Verified usability with NVDA/JAWS
  • Loading branch information
v-viyada authored Apr 25, 2024
1 parent 3b11941 commit c5ef310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-webCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trigger:
variables:
windowsImage: 'windows-2022-secure'
macImage: 'macOS-11'
linuxImage: 'ubuntu-22.04-secure'
linuxImage: 'ubuntu-20.04'
Codeql.Enabled: true

extends:
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trigger:
variables:
windowsImage: 'windows-2022-secure'
macImage: 'macOS-11'
linuxImage: 'ubuntu-22.04-secure'
linuxImage: 'ubuntu-20.04'
Codeql.Enabled: true

extends:
Expand Down

0 comments on commit c5ef310

Please sign in to comment.