remove test stages from CI while we have no tests
This commit is contained in:
		| @@ -27,28 +27,28 @@ pipeline: | ||||
|       - chmod +x ${UNITY_DIR}/ci/before_script.sh | ||||
|       - ${UNITY_DIR}/ci/before_script.sh | ||||
|     secrets: [unity_license] | ||||
|   test-playmode: | ||||
|     image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} | ||||
|     group: test | ||||
|     commands: | ||||
|       - chmod +x ${UNITY_DIR}/ci/test.sh | ||||
|       - ${UNITY_DIR}/ci/test.sh | ||||
|     environment: | ||||
|       - TEST_PLATFORM=playmode | ||||
|       - TESTING_TYPE=NUNIT | ||||
|       - VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER} | ||||
|       - VERSION_BUILD_VAR=${CI_COMMIT_HASH} | ||||
|   test-editmode: | ||||
|     image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} | ||||
|     group: test | ||||
|     commands: | ||||
|       - chmod +x ${UNITY_DIR}/ci/test.sh | ||||
|       - ${UNITY_DIR}/ci/test.sh | ||||
|     environment: | ||||
|       - TEST_PLATFORM=editmode | ||||
|       - TESTING_TYPE=NUNIT | ||||
|       - VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER} | ||||
|       - VERSION_BUILD_VAR=${CI_COMMIT_HASH} | ||||
|   # test-playmode: | ||||
|   #   image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} | ||||
|   #   group: test | ||||
|   #   commands: | ||||
|   #     - chmod +x ${UNITY_DIR}/ci/test.sh | ||||
|   #     - ${UNITY_DIR}/ci/test.sh | ||||
|   #   environment: | ||||
|   #     - TEST_PLATFORM=playmode | ||||
|   #     - TESTING_TYPE=NUNIT | ||||
|   #     - VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER} | ||||
|   #     - VERSION_BUILD_VAR=${CI_COMMIT_HASH} | ||||
|   # test-editmode: | ||||
|   #   image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} | ||||
|   #   group: test | ||||
|   #   commands: | ||||
|   #     - chmod +x ${UNITY_DIR}/ci/test.sh | ||||
|   #     - ${UNITY_DIR}/ci/test.sh | ||||
|   #   environment: | ||||
|   #     - TEST_PLATFORM=editmode | ||||
|   #     - TESTING_TYPE=NUNIT | ||||
|   #     - VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER} | ||||
|   #     - VERSION_BUILD_VAR=${CI_COMMIT_HASH} | ||||
|   build-standalone-windows: | ||||
|     image: ${IMAGE}:${UNITY_VERSION}-windows-mono-${IMAGE_VERSION} | ||||
|     group: build | ||||
|   | ||||
		Reference in New Issue
	
	Block a user