Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9803fe1
ci-pull-requests: add tenki-standard-autoscale
asutosh23 Aug 26, 2025
9cd1ae3
ci-pull-requests: dummy change to trigger CI
asutosh23 Aug 26, 2025
b1134c5
ci-pull-requests: use tenki-standard-medium-4c-8g
asutosh23 Aug 26, 2025
ff2595d
ci-pull-requests: tenki-standard-medium-4c-8g
asutosh23 Aug 26, 2025
8acf62c
ci-pull-requests: use tenki-standard-large-plus-16c-32g
asutosh23 Aug 26, 2025
6617548
docker-build-and--push: use tenki-standard-autoscale
asutosh23 Aug 26, 2025
da3840f
docker-build-and--push: use ubuntu-latest
asutosh23 Aug 28, 2025
8dc2c1f
docker-build-and--push: bypass few steps to finish the job successfully
asutosh23 Aug 28, 2025
5bc992a
docker-build-and--push: bypass few steps to finish the job successfully
asutosh23 Aug 28, 2025
370079c
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
4113809
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
32bfe10
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
3fc6b71
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
5e7368f
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
c1f75ec
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
8d8237d
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
4e67f60
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
64445c6
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
bdc50ac
docker-build-and--push: bypass steps to avoid failure
asutosh23 Aug 28, 2025
afde8ae
docker-build-and--push: test tenki-standard-autoscale
asutosh23 Aug 28, 2025
c014ab6
docker-build-and--push: test tenki-standard-medium-4c-8g
asutosh23 Aug 28, 2025
199ce2f
docker-build-and--push: test tenki-standard-medium-4c-8g, dummy chang…
asutosh23 Aug 28, 2025
d45515f
docker-build-and--push: test tenki-standard-medium-4c-8g
asutosh23 Aug 28, 2025
f9d71f9
docker-build-and--push: test tenki-standard-medium-4c-8g, without tim…
asutosh23 Aug 28, 2025
61196f1
docker-build-and--push: test tenki-standard-large-8c-16g
asutosh23 Aug 28, 2025
abaa5fa
docker-build-and--push: test tenki-standard-large-plus-16c-32g
asutosh23 Aug 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
pull_request:
branches:
- '**'
- '!release/*'

# dummy change to trigger workflow

jobs:
install-and-build:
name: Install & Build
runs-on: blacksmith-2vcpu-ubuntu-2204
runs-on: ubuntu-latest
env:
NODE_OPTIONS: '--max-old-space-size=3072'
outputs:
Expand Down
Loading
Loading