Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Mar 5, 2024
1 parent 98ce546 commit 2c823ad
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,49 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Buildpack test
uses: ./.github/actions/tests
with:
host: https://dashboard.internal-tools.porter.run
project: "301"
cluster: "142"
token: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
repository: porter-dev/js-test-app
ref: refs/heads/master
yaml_file: ./integration_tests/buildpack.yaml
- name: Checkout code
uses: actions/checkout@v4
- name: Setup porter
uses: porter-dev/[email protected]
- name: Buildpack test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/buildpack.yaml --wait
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
PORTER_PROJECT: "301"
PORTER_TOKEN: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
js-test-app-dockerfile:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Dockerfile test
uses: ./.github/actions/tests
with:
host: https://dashboard.internal-tools.porter.run
project: "301"
cluster: "142"
token: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
repository: porter-dev/js-test-app
ref: refs/heads/master
yaml_file: ./integration_tests/dockerfile.yaml
- name: Checkout code
uses: actions/checkout@v4
- name: Setup porter
uses: porter-dev/[email protected]
- name: Dockerfile test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/dockerfile.yaml --wait
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
PORTER_PROJECT: "301"
PORTER_TOKEN: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
nginx-latest:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Docker image test
uses: ./.github/actions/tests
with:
host: https://dashboard.internal-tools.porter.run
project: "301"
cluster: "142"
token: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
repository: porter-dev/porter
ref: refs/heads/master
yaml_file: ./integration_tests/nginx.yaml
- name: Checkout code
uses: actions/checkout@v4
- name: Setup porter
uses: porter-dev/[email protected]
- name: Dockerfile test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/nginx.yaml --wait
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
PORTER_PROJECT: "301"
PORTER_TOKEN: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}

0 comments on commit 2c823ad

Please sign in to comment.