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

revert untested build caching #11

Closed
wants to merge 45 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
61a6a27
Revert "I think this should finally fix the issues..."
Zemnmez Oct 25, 2023
1ceb7bc
Revert "see if removing GITHUB_OWNER will make pulumi / tf happier"
Zemnmez Oct 25, 2023
035f2fa
Revert "try one last time to see if I can meddle with the repo name t…
Zemnmez Oct 25, 2023
9ff4ec3
Revert "- provide GITHUB_TOKEN to Staging (oops)"
Zemnmez Oct 25, 2023
8f8b32e
Revert "remove presubmit requirement for staging"
Zemnmez Oct 25, 2023
47e055f
Revert "Remove the insanely expensive NAT gateway and test for missing"
Zemnmez Oct 25, 2023
d577527
Revert "re introduce ../ to see if we can make the bastard Actions se…
Zemnmez Oct 25, 2023
a1e1fce
Revert "follow aws provided example better https://github.com/aws-sam…
Zemnmez Oct 25, 2023
c6d501e
Revert "instruct the Fargate service to wait on the internet gateway …
Zemnmez Oct 25, 2023
1a9c554
Revert "move listener out of awsx/alb -- couldnt work out how to corr…
Zemnmez Oct 25, 2023
9d872f4
Revert "fixes"
Zemnmez Oct 25, 2023
416d00a
Revert "fix missed parent"
Zemnmez Oct 25, 2023
35de4d3
Revert "fix alb name"
Zemnmez Oct 25, 2023
30cc8f9
Revert "progress"
Zemnmez Oct 25, 2023
a215fb0
Revert "progress"
Zemnmez Oct 25, 2023
bfb2ef8
Revert "remove code that didnt do anything"
Zemnmez Oct 25, 2023
c166da0
Revert "fix build in ts/pulumi/..."
Zemnmez Oct 25, 2023
f213d52
Revert "Manually add transient peer @aws-sdk/region-config-resolver"
Zemnmez Oct 25, 2023
83d4652
Revert "upgrade aws-sdk in an attempt to get @aws-sdk/region-config-r…
Zemnmez Oct 25, 2023
525881d
Revert "- Add @aws-sdk/region-config-resolver (pulumi was complaining"
Zemnmez Oct 25, 2023
dcb3e09
Revert "Attempt to fix Pulumi dependency issue by upgrading deps."
Zemnmez Oct 25, 2023
9bbe45f
Revert "Change error to warning for Pulumi testing."
Zemnmez Oct 25, 2023
0e8c3fe
Revert "Try to test if the GitHub credentials are incorrect."
Zemnmez Oct 25, 2023
f45b216
Revert "Try to see if we can use the correct repo name again."
Zemnmez Oct 25, 2023
c883924
Revert "try to automagically get a gateway set up. also i need to fix…
Zemnmez Oct 25, 2023
58ed57c
Revert "currently there is a problem where the fargate compute units …
Zemnmez Oct 25, 2023
993ea4b
Revert "I hope this counts as progress"
Zemnmez Oct 25, 2023
9811a7f
Revert "many changes"
Zemnmez Oct 25, 2023
f8a5d52
Revert "giving up for the night. i might have to implement this awsx …
Zemnmez Oct 25, 2023
625a0a8
Revert "try to fix 443 error..."
Zemnmez Oct 25, 2023
d39f6a4
Revert "try to correct ports"
Zemnmez Oct 25, 2023
d364a65
Revert "correct ports"
Zemnmez Oct 25, 2023
e06aae6
Revert "public IP"
Zemnmez Oct 25, 2023
bdcd3d4
Revert "write the dockerfile instead of just trying to send its text"
Zemnmez Oct 25, 2023
30d155a
Revert "expose ALB directly to the internet"
Zemnmez Oct 25, 2023
c0883c9
Revert "just a minor push to force a redeploy"
Zemnmez Oct 25, 2023
6e13487
Revert "fix formatting"
Zemnmez Oct 25, 2023
b470b52
Revert "oops"
Zemnmez Oct 25, 2023
7293e22
Revert "add new access token and create staging secret"
Zemnmez Oct 25, 2023
4c8b6eb
Revert "crazy hack that just might work to fix https://github.com/pul…
Zemnmez Oct 25, 2023
499c301
Revert "fix for https://github.com/pulumi/pulumi-github/issues/248"
Zemnmez Oct 25, 2023
05e9dec
Revert "the api is annoying. so we are doing this instead"
Zemnmez Oct 25, 2023
81caf63
Revert "use fullName with actions secret"
Zemnmez Oct 25, 2023
8e819a1
Revert "set GITHUB_TOKEN for pulumi access"
Zemnmez Oct 25, 2023
de76b49
Revert "update bazel_rce code to github org monorepo"
Zemnmez Oct 25, 2023
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
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ jobs:
|| github.event_name == 'workflow_dispatch'

# Performs all offline testing.
# remove (maybe temporarily?) the presubmit requirement for this
# to speed up testing the cache.
# needs: Presubmit
needs: Presubmit
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
Expand All @@ -142,9 +140,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# https://github.com/pulumi/pulumi-github/issues/248
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_SECRET }}
GITHUB_TOKEN: ${{ secrets.GH_PAT_SECRETS_CREATOR }}
BAZEL_REMOTE_CACHE_URL: ${{ secrets.BAZEL_REMOTE_CACHE_URL }}
- name: Switch back to candidate branch
uses: actions/checkout@v3
Expand All @@ -157,10 +153,8 @@ jobs:
--dangerously-skip-pnpm-lockfile-validation --dirty
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# https://github.com/pulumi/pulumi-github/issues/248
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_SECRET }}
GITHUB_TOKEN: ${{ secrets.GH_PAT_SECRETS_CREATOR }}
BAZEL_REMOTE_CACHE_URL: ${{ secrets.BAZEL_REMOTE_CACHE_URL }}
Submit:
concurrency: pulumi_production
Expand Down Expand Up @@ -188,13 +182,11 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# https://github.com/pulumi/pulumi-github/issues/248
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_SECRET }}
GITHUB_TOKEN: ${{ secrets.GH_PAT_SECRETS_CREATOR }}
BAZEL_REMOTE_CACHE_URL: ${{ secrets.BAZEL_REMOTE_CACHE_URL }}

Postsubmit:
runs-on: ubuntu-latest
if: github.event_name == 'push'
Expand All @@ -219,7 +211,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/pulumi/pulumi-github/issues/248
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_SECRET }}
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@fortawesome/react-fontawesome": "0.2.0",
"@microsoft/api-documenter": "7.22.33",
"@microsoft/api-extractor": "7.36.4",
"@pulumi/aws": "6.6.0",
"@pulumi/awsx": "2.0.2",
"@pulumi/aws": "6.0.4",
"@pulumi/awsx": "1.0.5",
"@pulumi/pulumi": "3.81.0",
"@schemastore/package": "0.0.10",
"@swc/cli": "0.1.62",
Expand Down Expand Up @@ -103,14 +103,13 @@
"pnpm": "npm run -- bazel run -- @pnpm//:pnpm --dir $PWD"
},
"dependencies": {
"@aws-sdk/region-config-resolver": "^3.433.0",
"@commander-js/extra-typings": "^11.0.0",
"@pulumi/command": "4.5.0",
"@pulumi/github": "^5.17.0",
"@pulumi/random": "^4.13.4",
"@react-spring/rafz": "^9.7.3",
"@types/bcryptjs": "2.4.3",
"aws-sdk": "^2.1478.0",
"aws-sdk": "^2.1459.0",
"csstype": "^3.1.1",
"devtools-protocol": "^0.0.1193409",
"eslint-mdx": "^2.1.0",
Expand Down
Loading
Loading