manifest-job/BL3_Athenas_Tree: variables: PACKAGE_NAME: "BL3_Athenas_Tree" extends: .manifest-job test-images-job/BL3_Athenas_Tree: needs: - manifest-job/BL3_Athenas_Tree variables: PACKAGE_NAME: "BL3_Athenas_Tree" extends: .test-job bundle-job/BL3_Athenas_Tree: needs: - manifest-job/BL3_Athenas_Tree variables: PACKAGE_NAME: "BL3_Athenas_Tree" extends: .bundle-job upload-job/BL3_Athenas_Tree: needs: - bundle-job/BL3_Athenas_Tree variables: PACKAGE_NAME: "BL3_Athenas_Tree" extends: .upload-job release-job/BL3_Athenas_Tree: needs: - upload-job/BL3_Athenas_Tree variables: PACKAGE_NAME: "BL3_Athenas_Tree" extends: .release-job