File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,4 +117,4 @@ jobs:
117117 env :
118118 AWS_REGION : us-east-1
119119 FORMAE_TEST_RUN_ID : ${{ github.run_id }}-${{ github.run_attempt }}
120- run : make conformance-test VERSION=${{ vars.FORMAE_VERSION || '0.77.15 -internal' }}
120+ run : make conformance-test VERSION=${{ vars.FORMAE_VERSION || '0.77.16 -internal' }}
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Run the full CRUD lifecycle + discovery tests:
148148
149149``` bash
150150make conformance-test # Latest formae version
151- make conformance-test VERSION=0.77.15 # Specific version
151+ make conformance-test VERSION=0.77.16-internal # Specific version
152152```
153153
154154The ` scripts/ci/clean-environment.sh ` script cleans up test resources. It runs before and after conformance tests and is idempotent.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ amends "pkl:Project"
22
33dependencies {
44 ["formae"] {
5- uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.15 -internal"
5+ uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.16 -internal"
66 }
77 ["aws"] = import("../schema/pkl/PklProject")
88}
Original file line number Diff line number Diff line change 33 "resolvedDependencies" : {
44 "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0" : {
55 "type" : " remote" ,
6- "uri" : " projectpackage://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.15 -internal" ,
6+ "uri" : " projectpackage://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.16 -internal" ,
77 "checksums" : {
88 "sha256" : " b37be330f30cddf539251cc2fc9e49a5a5981198462acf2caadd1c815c243463"
99 }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ amends "pkl:Project"
22
33dependencies {
44 ["formae"] {
5- uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.15 -internal"
5+ uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.16 -internal"
66 }
77}
88
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies {
66
77 // Formae schema - fetched from public registry
88 ["formae"] {
9- uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.15 -internal"
9+ uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.77.16 -internal"
1010 }
1111}
You can’t perform that action at this time.
0 commit comments