Skip to content

Conversation

@AaronJhaj
Copy link
Contributor

No description provided.

@AaronJhaj AaronJhaj requested a review from jadecarino January 18, 2023 14:55
@galasa-team
Copy link

Build successful

@AaronJhaj AaronJhaj requested a review from hobbit1983 January 18, 2023 15:18
* Upgrade versions of Galasa projects inttests uses, as out of date

Signed-off-by: Jade Carino <[email protected]>

* Bump CICSTS dependency to 0.25.0

Signed-off-by: Jade Carino <[email protected]>

* Remove GitHubIssue annotation for RSE defect as is now fixed

Signed-off-by: Jade Carino <[email protected]>

* Annotate Docker inttests with GitHubIssue as there is a defect causing them to fail

Signed-off-by: Jade Carino <[email protected]>

---------

Signed-off-by: Jade Carino <[email protected]>
jadecarino and others added 5 commits February 27, 2023 11:13
)

* uplift dependency on galasa framework to 0.26.0 instead of 0,.25.0

Signed-off-by: Mike Cobbett <[email protected]>

* bump up versions to match the uber obr manually

Signed-off-by: Mike Cobbett <[email protected]>

---------

Signed-off-by: Mike Cobbett <[email protected]>
@galasa-team
Copy link

Build successful

outputFiles("simplatform-refactored", simplatformParent, false);


makeGradleProperties();
Copy link
Contributor

@jadecarino jadecarino Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think what this test is doing, is taking files that already exist in the Simplatform repository on Github and putting them in a new file structure for a test to use. As the gradle.properties file you are trying to create does not exist in Github, you will have to create it then allow it to be copied over like the other folders are. Similar to what is happening on line 53.

  • Remove this method and call a method on like 54 called 'createParentGradleProperties(simplatformParent)' and implement this method doing a similar thing to what createParentSettings does, but for your gradle.properties file.

private void makeGradleProperties() throws IOException{
String gradleProperties = "gradle.properties";
String obr = "sourceMaven=https://development.galasa.dev/main/maven-repo/obr/";
Path gradlePropertiesFile = testRunDirectory.resolve("/.gradle/" + gradleProperties);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this same logic into a different method called createParentGradleProperties as mentioned in my last comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants