Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: removes yarn cache and fixes Bacon CI via Puppeteer #2311

Merged
merged 25 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
456431c
build: removes yarn cache
KevinGhadyani-Okta Jul 26, 2024
666050b
build: upgrades TypeScript version in an attempt at fixing Bacon
KevinGhadyani-Okta Jul 26, 2024
d313172
build: temporarily removed --immutable from yarn install to test if i…
KevinGhadyani-Okta Jul 29, 2024
c5fa0c4
Revert "build: temporarily removed --immutable from yarn install to t…
KevinGhadyani-Okta Jul 29, 2024
2184d12
build: adds more logging for yarn install
KevinGhadyani-Okta Jul 29, 2024
2b47377
build: adds yarn install timeout and retry
KevinGhadyani-Okta Jul 29, 2024
3113e2b
build: tries timeout on yarn install
KevinGhadyani-Okta Jul 29, 2024
2e77d33
build: updates geckodriver
KevinGhadyani-Okta Jul 29, 2024
63762e5
build: upgrades Applitools
KevinGhadyani-Okta Jul 29, 2024
4a11a13
build: updates Node.js version
KevinGhadyani-Okta Jul 29, 2024
d84c784
build: bumps Node.js version to v22
KevinGhadyani-Okta Jul 29, 2024
6a86cbf
build: adds nvm install step
KevinGhadyani-Okta Jul 29, 2024
5d7a4ad
build: changed queue_name
KevinGhadyani-Okta Jul 29, 2024
5b885c1
build: updates .envrc to match .nvmrc
KevinGhadyani-Okta Jul 30, 2024
0687abd
build: test removing Applitools
KevinGhadyani-Okta Jul 30, 2024
7dc19f0
build: reinstalled Applitools
KevinGhadyani-Okta Jul 30, 2024
68bc1c3
build: switch lint to Ubuntu image for testing
KevinGhadyani-Okta Jul 30, 2024
1d4c128
build: added ulimit
KevinGhadyani-Okta Jul 30, 2024
cd85765
build: removed ulimit
KevinGhadyani-Okta Jul 30, 2024
fa67f1a
build: sleep for testing
KevinGhadyani-Okta Jul 30, 2024
86cb3a7
build: added --inline-builds for Yarn debugging
KevinGhadyani-Okta Jul 30, 2024
4663e37
build: updates Puppeteer
KevinGhadyani-Okta Jul 30, 2024
445a68e
build: removes sleep prior to yarn install
KevinGhadyani-Okta Jul 30, 2024
9e0a85c
build: remove debugging in setup script
KevinGhadyani-Okta Jul 30, 2024
aab47fe
build: fixes GitHub Actions versions
KevinGhadyani-Okta Jul 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions .bacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_suites:
- "lint"
- "test"
- "typecheck"
queue_name: al2023
queue_name: ci-queue-productionJenga-AL2023
script_path: /root/okta/odyssey/scripts
sort_order: "1"
steps:
Expand All @@ -27,7 +27,7 @@ test_suites:
criteria: MERGE
prereq_test_suite_names:
- "build"
queue_name: al2023
queue_name: ci-queue-productionJenga-AL2023

- name: "code coverage"
abort_commit_on_failure: true
Expand All @@ -52,7 +52,7 @@ test_suites:
- name: "lint"
abort_commit_on_failure: true
criteria: MERGE
queue_name: al2023
queue_name: ci-queue-productionJenga-AL2023
script_path: /root/okta/odyssey/scripts
sort_order: "3"
steps:
Expand All @@ -70,13 +70,13 @@ test_suites:
sort_order: "4"
script_name: unit-test
criteria: MERGE
queue_name: al2023
queue_name: ci-queue-productionJenga-AL2023
timeout: "20"

- name: "typecheck"
abort_commit_on_failure: true
criteria: MERGE
queue_name: al2023
queue_name: ci-queue-productionJenga-AL2023
script_path: /root/okta/odyssey/scripts
sort_order: "3"
steps:
Expand All @@ -90,7 +90,7 @@ test_suites:

- name: semgrep
criteria: MERGE
queue_name: al2023
queue_name: ci-queue-productionJenga-AL2023
script_name: semgrep
script_path: /root/okta/odyssey/scripts
sort_order: "7"
Expand Down
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export NODE_VERSION_PREFIX=v
export NODE_VERSIONS=~/.nvm/versions/node
use node 16.17.1
use node $(cat .nvmrc)
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v2
with:
cache: yarn
node-version: v20.7.0
node-version: v20.9.0

- name: node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warm-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v2
with:
node-version: v20.7.0
node-version: v20.9.0
cache: yarn
- name: node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x-browser-vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v2
with:
node-version: v20.7.0
node-version: v20.9.0
cache: yarn
- name: node_modules cache
uses: actions/cache@v2
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ yarn-error.log
**/reports/
.pnp.*
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.7.0
20.9.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading